source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @015b805d   12 years michaelni sws: drop unused variable Signed-off-by: Michael Niedermayer …
(edit) @115e291b   12 years michaelni swscale: move main swscale wraper to swscale.c It never belonged to …
(edit) @59003fe7   12 years michaelni qt-faststart: simplify code by using FFMIN Signed-off-by: Michael …
(edit) @610efb67   12 years michaelni qt-faststart: dont allocate a bigger buffer than needed …
(edit) @f4d9148f   12 years michaelni qt-faststart: speedup qt-faststart is terribly slow when the input …
(edit) @13d87836   12 years Clément Bœsch lavfi/ashowinfo: check plane value before deferencing.
(edit) @a8cb21fd   12 years michaelni xtea: fix decryption with --enable-small iv decrypt handling code …
(edit) @178ecfc2   12 years Clément Bœsch swscale: fix To{Y,UV} extern prototypes. This fix a bunch of …
(edit) @0065d31d   12 years Clément Bœsch APIchanges: fill hashes. Also fix some dates (use the commit date …
(edit) @a04cb982   12 years Clément Bœsch Move subrip/text API change info from Changelog to doc/APIchanges. …
(edit) @29619f47   12 years michaelni fft-test: fix order of operations for calculating the average error …
(edit) @857797bc   12 years onemda vima: check packet size before initializing bitstream reader …
(edit) @06f5edc9   12 years onemda vima: fix typo in license header Signed-off-by: Paul B Mahol …
(edit) @48154c25   12 years michaelni xtea: move iv decrypt handling code into xtea_crypt_ecb() this …
(edit) @a4dcdd04   12 years michaelni xtea-test: test inplace decryption Based on test code by: Giorgio …
(edit) @8c3ee93b   12 years michaelni xtea: fix CBC mode when src=dst In CBC mode, when src=dst and we are …
(edit) @a0321dad   12 years michaelni xtea-test: factorize test code Signed-off-by: Michael Niedermayer …
(edit) @3fa10024   12 years onemda flac: use get_bits_longlong() Signed-off-by: Paul B Mahol …
(edit) @01c9ffa9   12 years onemda tta: let samples declaration match cast Signed-off-by: Paul B Mahol …
(edit) @f51c4bfe   12 years michaelni bitstream: add get_bits_longlong() to support more than 32bits …
(edit) @89a823ac   12 years michaelni ffmpeg: disable buffering for stderr, needed for win32 runtime Found …
(edit) @20bd9210   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @853a9380   12 years michaelni Merge commit 'd9a2e87b1ce44cce23801e7ec6810f8bf994fa23' * commit …
(edit) @e5ce6d44   12 years michaelni Merge commit 'd05f72c75445969cd7bdb1d860635c9880c67fb6' * commit …
(edit) @301f6da0   12 years stefasab ffprobe: extend disposition printing support This generalizes the …
(edit) @50efde6b   12 years stefasab ffprobe: generalize nesting model for the XML writer Do not make use …
(edit) @e4b1fcd4   12 years nicolas.george lavu/opt: cosmetic fixes forgotten in the previous patch.
(edit) @438978fb   12 years nicolas.george opt: implement av_opt_set_from_string(). It is similar to …
(edit) @5f1c3c78   12 years michaelni get_bits_long: fix variable type This fixes a theoretical signed …
(edit) @01aa664f   12 years michaelni cyuv: implement raw cyuv Fixes Ticket1620 Signed-off-by: Michael …
(edit) @1a8c691   12 years anton h264: avoid stuck buffer pointer in decode_nal_units When …
(edit) @99b18b11   12 years eclipse7 doc/fate: Move fate config example into doc subdirectory Be …
(edit) @0f583d20   12 years anton mpeg12: fix the semantics of the int* parameter of decode() It is …
(edit) @d9a2e87   12 years anton mpeg12: move mpeg_decode_frame() lower Avoids a forward declaration …
(edit) @85f4779   12 years anton avsdec: Set dimensions instead of relying on the demuxer. The decode …
(edit) @d65d8347   12 years anton wmalosslessdec: Reset put bit buffer when num_saved_bits is reset. …
(edit) @d05f72c7   12 years anton dfa: improve boundary checks in decode_dds1() Fixes CVE-2012-2798 …
(edit) @6a99310f   12 years anton wmalosslessdec: Fix reading too many bits in decode_channel_residues() …
(edit) @f48fbf2e   12 years anton wmalosslessdec: fix a get_bits(0) in decode_ac_filter Fixes a part of …
(edit) @607f5715   12 years anton wmalosslessdec: make MCLMS arrays big enough for what is written into …
(edit) @ae3da0ae   12 years anton indeo4/5: check empty tile size in decode_mb_info(). This prevents …
(edit) @5d2170c5   12 years anton ivi_common: make ff_ivi_process_empty_tile() static. It's not used …
(edit) @2d09cdba   12 years anton indeo5: check tile size in decode_mb_info(). This prevents writing …
(edit) @e4d40443   12 years anton indeo3: fix out of cell write. Fixes CVE-2012-2776. …
(edit) @f049729   12 years michaelni ffv1enc: fix integer overflow with high resolutions and lots of …
(edit) @594b1fcb   12 years michaelni mov: add av_dlog() to dump edit lists. Signed-off-by: Michael …
(edit) @3ceeb01c   12 years michaelni mov: only print multiple edit lists warning for actually unsupported …
(edit) @44a7a630   12 years michaelni lavf: free probe data in case we close before probing finished Fixes …
(edit) @acfe6966   12 years michaelni bink: reindent Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @897d3369   12 years michaelni bink: remove unneeded special case in the init code. Signed-off-by: …
(edit) @574e879   12 years michaelni bink: get rid of double precision float use Add a small table of …
(edit) @062cd9ac   12 years michaelni fate: Fix --disable-zlib Signed-off-by: Michael Niedermayer …
(edit) @1bdb4b26   12 years michaelni dshow: enhance error message Signed-off-by: rogerdpack …
(edit) @6fcd4f3c   12 years michaelni dfa: replace redundant check by assert The values are checked in the …
(edit) @b96dc093   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @8672fc7b   12 years michaelni Merge commit 'b146d74730ab9ec5abede9066f770ad851e45fbc' * commit …
(edit) @065b3a1c   12 years anton wmalosslessdec: increase channel_coeffs/residues size Fixes …
(edit) @4a969030   12 years anton wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.
(edit) @74bd0cf4   12 years stefasab ffprobe: rework/fix ini writer Do not build from scratch the section …
(edit) @01e4537f   12 years stefasab ffprobe: rework/fix flat writer Do not build from scratch the section …
(edit) @06fd4c2d   12 years stefasab ffprobe: generalize nesting model for the compact writer Regular …
(edit) @44c1cc3f   12 years stefasab ffprobe: generalize nesting model for the default writer Regular …
(edit) @b6ea9c87   12 years stefasab ffprobe: drop SECTION_ENTRY macro The use of the macro makes to add …
(edit) @23564a4a   12 years stefasab ffprobe: add support to library ident printing
(edit) @b631e4ed   12 years anton lagarith: check count before writing zeros. Fixes CVE-2012-2793 …
(edit) @99f392a5   12 years anton wmaprodec: check num_vec_coeffs for validity Fixes CVE-2012-2789 …
(edit) @0af49a63   12 years anton avidec: use actually read size instead of requested size Fixes …
(edit) @eeade678   12 years anton avidec: return 0, not packet size from read_packet().
(edit) @b146d747   12 years anton indeo4: update AVCodecContext width/height on size change Fixes …
(edit) @ee715f49   12 years anton dfa: check that the caller set width/height properly. Fixes CVE-2012-2786.
(edit) @89191843   12 years anton indeo5dec: Make sure we have had a valid gop header. This prevents …
(edit) @c20a6963   12 years anton cavsdec: check for changing w/h. Our decoder does not support …
(edit) @12e1e834   12 years anton lavc: set channel count from channel layout in avcodec_open2(). Some …
(edit) @bad603c6   12 years derek.buitenhuis doc/platform: Rework the Visual Studio linking section Signed-off-by: …
(edit) @08c3156d   12 years derek.buitenhuis doc/faq: Change the Visual Studio entry to reflect current status …
(edit) @f8241055   12 years derek.buitenhuis doc/platform: Replace Visual Studio section with build instructions …
(edit) @7147efa9   12 years derek.buitenhuis doc/platform: Nuke section on linking static MinGW-built libs with …
(edit) @d41906f   12 years derek.buitenhuis doc/platform: Remove false claim about MinGW installer This works …
(edit) @583661ee   12 years derek.buitenhuis doc/platform: Mention MinGW-w64 This is the toolchain most use to …
(edit) @7d1d4469   12 years derek.buitenhuis doc/platform: Rework the Visual Studio linking section Signed-off-by: …
(edit) @ed8a2dde   12 years derek.buitenhuis doc/faq: Change the Visual Studio entry to reflect current status …
(edit) @f45b5443   12 years derek.buitenhuis doc/platform: Replace Visual Studio section with build instructions …
(edit) @3e071551   12 years derek.buitenhuis doc/platform: Nuke section on linking static MinGW-built libs with …
(edit) @55254a3   12 years derek.buitenhuis doc/platform: Remove false claim about MinGW installer This works …
(edit) @6a3078bb   12 years derek.buitenhuis doc/platform: Mention MinGW-w64 This is the toolchain most, including …
(edit) @c0209fa   12 years michaelni mov: remove default of 1024 sample skip for aac. It is not correct in …
(edit) @bfe735b5   12 years michaelni aacdec: detect faac and skip correct amount of startup samples This …
(edit) @791b5954   12 years derek.buitenhuis dsputil_mmx: fix reading prior of the src array in …
(edit) @ed2b69a4   12 years stefasab ffprobe: remove unused "args" argument in writer init callback The …
(edit) @97cfa55e   12 years lu_zero mpegaudiodec: fix short_start calculation The value should be always …
(edit) @a70b4935   12 years michaelni Add missing version macros to libraries Signed-off-by: Michael …
(edit) @b75c3d2b   12 years michaelni swresample: Create version.h header Reviewed-by: Stefano Sabatini …
(edit) @ec873891   12 years michaelni postproc: Create version.h header Signed-off-by: Michael Niedermayer …
(edit) @35e09036   12 years michaelni avcodec: Add missing include to version.h Reviewed-by: Stefano …
(edit) @c402d36a   12 years michaelni nutdec: fix get_vb_trace() / -DTRACE compile Signed-off-by: Michael …
(edit) @2acb5cd9   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @d16860a2   12 years diego libopus: Remap channels using libopus' internal remapping. This way …
(edit) @44617d6   12 years diego Opus decoder using libopus Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @e4aa383   12 years diego avcodec: document the use of AVCodecContext.delay for audio decoding …
(edit) @4dc8c838   12 years kostya.shishkov vc1dec: add flush function for WMV9 and VC-1 decoders CC: …
Note: See TracRevisionLog for help on using the revision log.