source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d998a6dd   13 years michaelni h264: Fix build with --disable-everything --enable-decoder='h264' …
(edit) @21270cf   13 years michaelni h263dec: Fix regression / crash with lowres. Fixes Ticket757 Bug Found …
(edit) @30b996d4   13 years michaelni flicvideo: input buffer pointer checks. Signed-off-by: Michael …
(edit) @afb2bac4   13 years michaelni flicvideo: fix overread. Bug Found by: Diana Elena Muscalu …
(edit) @944f5b27   13 years michaelni aacsbr: Fix memory corruption. Fixes Ticket760 and Ticket761 Bug Found …
(edit) @7fff64e0   13 years michaelni h264: check chroma_format_idc range. Fixes Ticket758 Bug found by: …
(edit) @cd645c15   13 years michaelni indeo3: check return values of allocate_frame_buffers() Bug Found by: …
(edit) @8b9b6332   13 years michaelni mtv: Fix FPE with 0 dimensions. Fixes Ticket755 Bug Found by: Diana …
(edit) @dcca7d66   13 years michaelni Revert "mpegvideo: remove abort() in ff_find_unused_picture()" This …
(edit) @e4622572   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (23 …
(edit) @a1be5bc7   13 years michaelni dnxhdenc: remove unused variable from context Signed-off-by: Michael …
(edit) @f129f593   13 years michaelni ljpeg: Check that lowres is 0 as lowres is not possible with ljpeg. …
(edit) @dc5f0018   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @e1ba29c7   13 years michaelni 4xm: check if there are bits left in decode_i_block() Fixed Ticket753 …
(edit) @76b9a096   13 years michaelni riff: Fix freeing of random value. Fixes Ticket752 Bug-found-by: Diana …
(edit) @efe8a1ba   13 years Marton Balint ffplay: clear pkt_temp when pkt is freed. Signed-off-by: Michael …
(edit) @a5a1e3c   13 years Marton Balint ffplay: Fix got_frame type. Signed-off-by: Michael Niedermayer …
(edit) @91a3ea6   13 years Marton Balint ffplay: add 10 minute seek support to ffplay Signed-off-by: Marton …
(edit) @9fb2b412   13 years Marton Balint ffplay: force setting video mode on fullscreen toggle Fixes ticket …
(edit) @115a5730   13 years martin applehttp: Properly clean up if unable to probe a segment This avoids …
(edit) @c41b9842   13 years martin applehttp: Avoid reading uninitialized memory Signed-off-by: Martin …
(edit) @61ad9a4b   13 years diego fate: Replace misleading "aac" in the name of an ADTS test with "adts".
(edit) @80726be4   13 years diego fate: Drop pointless "-an" from pictor test command.
(edit) @d69a03ef   13 years diego fate: split off image codec FATE tests into their own file
(edit) @54c7e81a   13 years Clément Bœsch fate: split off map_channel tests. Also introduce a fate-mapchan rule …
(edit) @b998aec4   13 years diego fate: split off WMA codec FATE tests into their own file
(edit) @86027674   13 years diego fate: split off lossless video and audio FATE tests into their own files
(edit) @f8c47cb8   13 years diego fate: split off qtrle codec FATE tests into their own file
(edit) @42de665d   13 years diego fate: split off Ut Video codec FATE tests into their own file
(edit) @753a5063   13 years diego fate: split off screen codec FATE tests into their own file
(edit) @bad3817   13 years diego fate: split off Real Inc. codec FATE tests into their own file
(edit) @bf692357   13 years diego fate: split off AC-3 codec FATE tests into their own file
(edit) @4f820131   13 years lu_zero mpegvideo: remove abort() in ff_find_unused_picture() Signed-off-by: …
(edit) @9b01a8ad   13 years michaelni Prevent segfault if iformat was not yet initialized. Signed-off-by: …
(edit) @366605ff   13 years michaelni mpeg12enc: fix drop_frame_timecode value Signed-off-by: Michael …
(edit) @7862bd3d   13 years Carl Eugen Hoyos Cosmetics: Improve 'too short LIST' error message in wav.c.
(edit) @a8e93ce4   13 years Carl Eugen Hoyos Do not reject LIST tags in wav with size 4. Fixes ticket #745.
(edit) @9c18a056   13 years Carl Eugen Hoyos Detect 'yuv2' as rawvideo also in avi.
(edit) @71ce7602   13 years mans rv40: NEON optimised loop filter strength selection Signed-off-by: …
(edit) @d8edf1b5   13 years mans rv40: rearrange loop filter functions This splits the loop filter …
(edit) @3e0b1c9a   13 years diego configure: cosmetics: sort some lists where appropriate
(edit) @3c62a71   13 years diego swscale_mmx: drop no longer required parameters from VSCALEX macros
(edit) @52de07e   13 years diego swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.
(edit) @88b9735   13 years diego build: conditionally compile x86 H.264 chroma optimizations
(edit) @c608776c   13 years Clément Bœsch cosmetic: consistent spacing over the Changelog.
(edit) @0a11e7ff   13 years michaelni fate: fix v410 on big endian Signed-off-by: Michael Niedermayer …
(edit) @64a0b826   13 years michaelni fate: Add FATE tests for v410 encoder and decoder Signed-off-by: …
(edit) @309ffa4f   13 years michaelni v410 encoder and decoder v410 is a packed 10-bit 4:4:4 YCbCr format …
(edit) @635a3016   13 years michaelni MAINTAINERS: add 0.9 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @eda3758c   13 years michaelni ac3dec: update checked AV_EF flags. A user who wishes to use default …
(edit) @80f6c0bb   13 years diego v410 encoder and decoder v410 is a packed 10-bit 4:4:4 YCbCr format …
(edit) @86ae5124   13 years diego doc: make developer.texi point to correct fate doc Signed-off-by: …
(edit) @144904e9   13 years diego build: rename subdir.mak ---> library.mak
(edit) @0d9bd2d5   13 years diego configure: do not manually enable protocols Protocols are handled …
(edit) @3ba0bfe7   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ulti: …
(edit) @36be045e   13 years Reimar.Doeffinger Support "VLB " audio in NSV files. See samples/nsv/vlb_audio. …
(edit) @16b771b1   13 years michaelni cleanup: for(int Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @b39e01a6   13 years michaelni clenaup: #ifdec CONFIG* Signed-off-by: Michael Niedermayer …
(edit) @0b4e5451   13 years Clément Bœsch lavfi: use the new audio API in amovie source filter.
(edit) @220481e1   13 years Clément Bœsch lavfi: skip the frame in case of error. This fixes playback with some …
(edit) @f39258d5   13 years michaelni lavc: set pkt_?ts to NOPTS in get_frame_defaults. Idea-by: ubitux …
(edit) @9aeaf629   13 years michaelni Fix all GNU %Ld Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @35f707ab   13 years michaelni twinnvq: remove ;; Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @0e187fd1   13 years michaelni decoding example: reset pts/dts after subpacket. Signed-off-by: …
(edit) @6c39b3c2   13 years michaelni ffmpeg: reset dts/pts after decoding the first subpacket …
(edit) @a99273eb   13 years martin ulti: Fix invalid reads Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @4badb386   13 years lu_zero lavf: dealloc private options in av_write_trailer Fix the …
(edit) @d32eed5c   13 years lu_zero yadif: support 10bit YUV Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(edit) @4f3667ba   13 years lu_zero vc1: mark with ER_MB_ERROR bits overconsumption This patch is a …
(edit) @63ccd466   13 years lu_zero lavc: introduce ER_MB_END and ER_MB_ERROR Simplify a little error …
(edit) @5bf2ac2b   13 years lu_zero error_resilience: use the ER_ namespace Add the namespace to …
(edit) @53be37e3   13 years michaelni msrledec: Check for overreads Signed-off-by: Michael Niedermayer …
(edit) @be5db700   13 years michaelni aascdec: Check input buffer size on raw data. Signed-off-by: Michael …
(edit) @878dda5   13 years mans build: move inclusion of subdir.mak to main subdir loop …
(edit) @4722a03   13 years mans rv34: NEON optimised 4x4 dequant Signed-off-by: Mans Rullgard …
(edit) @40901fc1   13 years mans rv34: move 4x4 dequant to RV34DSPContext Signed-off-by: Mans Rullgard …
(edit) @5cd56e19   13 years alex.converse aacdec: Use intfloat.h rather than local punning union.
(edit) @a6c4c0f2   13 years michaelni mp4enc: Avoid storing sizes in trun when they all match. …
(edit) @d9a41695   13 years michaelni mp4enc: Only store flags in trun when they differ from the default and …
(edit) @1f83f046   13 years michaelni mp4enc: dont store durations in trun if they are unneeded. …
(edit) @4a685534   13 years michaelni mp4enc: dont store cts in trun if they are unneeded. Signed-off-by: …
(edit) @41c2bbaa   13 years michaelni lavc: use hexadecimal debug print for showing err_recognization …
(edit) @b9556507   13 years michaelni msmpeg4dec: restore error concealment functionality after merge …
(edit) @c9cab022   13 years michaelni mpeg4dec: restore error concealment functionality after merge …
(edit) @376ee206   13 years michaelni h263dec: restore error concealment functionality after merge …
(edit) @8bc7fe4d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @c83ef636   13 years michaelni build: Disable avconv more completely while leaving the user the …
(edit) @58c42af7   13 years diego doxygen: misc consistency, spelling and wording fixes
(edit) @31a68ad5   13 years Reimar.Doeffinger Update seek reference for added metadata to lavf tests. As far as I …
(edit) @8b494b7b   13 years diego vcr1: drop unnecessary emms_c() calls without MMX code Signed-off-by: …
(edit) @6c723f3f   13 years Reimar.Doeffinger lavf-regression: minimal metadata test. This tests writing the global …
(edit) @cd3716b9   13 years anton Replace all uses of av_close_input_file() with avformat_close_input().
(edit) @52660454   13 years anton lavf: add avformat_close_input(). It sets the supplied …
(edit) @3a7f7678   13 years anton lavf: deprecate av_close_input_stream(). And remove all its uses.
(edit) @59826cab   13 years anton lavf doxy: add some basic demuxing documentation.
(edit) @ccbc1068   13 years anton lavf doxy: add some general lavf information.
(edit) @abf2c2d7   13 years anton lavf doxy: add misc utility functions to a group.
(edit) @c8dffc02   13 years anton lavf doxy: add av_guess_codec/format to the encoding group.
(edit) @469c62d0   13 years anton lavf doxy: add core functions to a doxy group.
(edit) @1be32305   13 years anton Add basic libavdevice documentation.
Note: See TracRevisionLog for help on using the revision log.