source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9621646e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @8d7f2db6   13 years michaelni swr-test: test the new flexible buffering Signed-off-by: Michael …
(edit) @59b038b4   13 years michaelni swr: realloc_audio: support packed audio buffers Signed-off-by: …
(edit) @1b0fcf33   13 years michaelni swr: More flexible and convenient buffering Signed-off-by: Michael …
(edit) @e479013a   13 years michaelni Fix SVCD scan_offset option Signed-off-by: Michael Niedermayer …
(edit) @6809818   13 years michaelni "Metal Gear Solid: The Twin Snakes" demuxer Signed-off-by: Paul B …
(edit) @1318b143   13 years michaelni CrystalHD: Remove EXPERIMENTAL flag for known good formats. With the …
(edit) @5420523a   13 years michaelni pthread: return proper error code on pthread_create failure …
(edit) @e0c71283   13 years michaelni swr: fix segfault when 0 out size is used. Signed-off-by: Michael …
(edit) @691b9247   13 years michaelni swr: revert stray hunk Found-by:ubitux Signed-off-by: Michael …
(edit) @6d797ac7   13 years Reimar.Doeffinger VC1: Do not needlessly use signed types. This might even have …
(edit) @31ff2cb2   13 years Reimar.Doeffinger DV: detect another case of broken DV files. See trac issue #217. Only …
(edit) @feda266d   13 years Reimar.Doeffinger DV: check coded_width/height instead of width/height. This makes the …
(edit) @535eed93   13 years Reimar.Doeffinger vqavideo: fix decoding of samples with no partial updates. Fixes …
(edit) @62ce9de   13 years diego x86: dsputil: prettyprint gcc inline asm
(edit) @3b54912   13 years diego x86: K&R prettyprinting cosmetics for dsputil_mmx.c
(edit) @915a2a0a   13 years diego x86: conditionally compile H.264 QPEL optimizations
(edit) @3816642   13 years diego dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks. This …
(edit) @5d115c1d   13 years diego Ignore generated files below doc/.
(edit) @7e592379   13 years michaelni resample: Fix boundary handling with fragments. Signed-off-by: …
(edit) @8b11ae8a   13 years michaelni swr: Fix partial flushing. Found-by: durandal_1707 Signed-off-by: …
(edit) @19342bc7   13 years michaelni swr: test partial flushing Signed-off-by: Michael Niedermayer …
(edit) @86e3289f   13 years michaelni mov: fix heap buffer overflow Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @3a3f06b0   13 years rsbultje dpcm: convert to bytestream2.
(edit) @4f16153   13 years michaelni swr: allow flushing in multiple steps if the output is too small. …
(edit) @8bf95e8b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avc: …
(edit) @f31a68e7   13 years rsbultje interplayvideo: convert to bytestream2.
(edit) @f4c380a5   13 years michaelni ffmpeg: drop struct from SwrContext. Its a typdef now and doesnt need …
(edit) @ac6798d   13 years michaelni swr: fix compilation failure with old versions of gcc. gcc 4.4 did …
(edit) @68893afe   13 years martin movenc: Merge if statements This isn't exactly equivalent with the …
(edit) @bcae7f43   13 years michaelni libaacplus: switch to encode2() Signed-off-by: Paul B Mahol …
(edit) @cb348677   13 years rsbultje h264: fix memleak in error path. Signed-off-by: Ronald S. Bultje …
(edit) @147ee4cf   13 years rsbultje pthread: Immediately release all frames in ff_thread_flush() Before …
(edit) @6ef40639   13 years rsbultje h264: Add check for invalid chroma_format_idc Fixes a crash when …
(edit) @15890d67   13 years michaelni swr: drop SWR_CH_MAX with the next major ABI bump Signed-off-by: …
(edit) @ec0ed97b   13 years rsbultje utvideo: port header reading to bytestream2. Fixes crash during slice …
(edit) @947215a2   13 years michaelni swr: dont use SWR_CH_MAX in the public function declaration. This …
(edit) @1937c4e0   13 years michaelni swr: make SwrContext a typedef. Signed-off-by: Michael Niedermayer …
(edit) @74656bdd   13 years michaelni swresample: support up to 32 channels Signed-off-by: Michael …
(edit) @d5ed5e7d   13 years martin avc: Add a function for converting mp4 style extradata to annex b …
(edit) @2ee01fbd   13 years anton pthread: free progress if buffer allocation failed. Else we run out …
(edit) @bc1ef855   13 years anton lavc/avconv: support changing frame sizes in codecs with frame mt. …
(edit) @e20ad71e   13 years martin libavformat: Document who sets the AVStream.id field Signed-off-by: …
(edit) @72dadaa9   13 years kostya.shishkov utvideo: mark output picture as keyframe. Spotted by Антон.
(edit) @f8ba7c46   13 years michaelni adxenc: fix error in merging from qatar Pointed out by FATE. …
(edit) @7ed9abf7   13 years michaelni sonic: mark as experimental Signed-off-by: Paul B Mahol …
(edit) @229e4c13   13 years michaelni indeo5dec: Make sure we have had a valid gop header. This prevents …
(edit) @9879b506   13 years michaelni truemotion2dec: Fix overread of input. Found-by: Mateusz "j00ru" …
(edit) @71e78e1f   13 years michaelni cavsdec: check stc in decode_slice_header() Signed-off-by: Michael …
(edit) @cc965300   13 years justin.ruggles sunrast: Add support for negative linesize. Signed-off-by: Justin …
(edit) @9a57a37b   13 years michaelni h264: move resolution change check further up. This prevents some …
(edit) @14ba7472   13 years rsbultje vp8: fix update_lf_deltas in libavcodec/vp8.c lf_delta.ref[i] and …
(edit) @9d3032b9   13 years michaelni alsdec: check opt_order. Fixes out of array write in quant_cof …
(edit) @2c0559d5   13 years michaelni mpegvideo: increase buffer sizes. Fixes buffer overflow Found-by: …
(edit) @8a20774a   13 years michaelni indeo4: Fix global array overread. Found-by: Mateusz "j00ru" Jurczyk …
(edit) @5cddfc58   13 years Carl Eugen Hoyos Fix linking without yasm.
(edit) @494bce62   13 years kostya.shishkov ralf: read Huffman code lengths without GetBitContext Those …
(edit) @f58f75dd   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rv34: …
(edit) @b222c28e   13 years michaelni libopenjpegenc: switch to encode2() Signed-off-by: Paul B Mahol …
(edit) @a5b82336   13 years michaelni libopenjpeg: make .long_name usefull Fixes following strange output: …
(edit) @68a257e6   13 years michaelni bintext: build decoders only if they are actually enabled …
(edit) @d85b3c4f   13 years michaelni vp56dec: avoid freeing the returned frame before returning it. …
(edit) @25715064   13 years michaelni cavsdec: check for changing w/h. Our decoder does not support …
(edit) @ba775a54   13 years michaelni indeo3: fix out of picture write. Found-by: Mateusz "j00ru" Jurczyk …
(edit) @59a4b735   13 years michaelni pthread/mpegvideo: detect and block attempts to init frames after …
(edit) @cb7190c   13 years janne-libav rv34: error out on size changes with frame threading
(edit) @b00307ec   13 years alex.converse aacsbr: Add a debug check to sbr_mapping. There have been multiple …
(edit) @0cb93dac   13 years alex.converse aac: Reset some state variables when turning SBR off This makes sure …
(edit) @a237b380   13 years alex.converse aac: Reset PS parameters on header decode failure. If the next header …
(edit) @71c2a70c   13 years michaelni error_concealment: Prevent FPEs in case of corrupted input. …
(edit) @7beec7e2   13 years rsbultje fate: add wmalossless test.
(edit) @e2d110d8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rv34: …
(edit) @71ea2681   13 years rsbultje aacsbr: handle m_max values smaller than 4. Prevents a signflip in …
(edit) @adb98a3d   13 years Reimar.Doeffinger VC1: restore optimizations broken in 9a1ced32. They were moved into …
(edit) @e730036f   13 years michaelni interplayvideo: give avctx to av_dlog() Signed-off-by: Paul B Mahol …
(edit) @0c57f819   13 years michaelni interplayvideo: remove superfluous strings from av_log() …
(edit) @a0b07b8f   13 years michaelni vmdvideo: remove superfluous strings from av_log messages …
(edit) @89cd95b   13 years michaelni sonic: fix warning about incompatible pointer types Signed-off-by: …
(edit) @73ad4471   13 years janne-libav rv34: Handle only complete frames in frame-mt. Correct handling of …
(edit) @5ab506a5   13 years janne-libav MPV: set reference frame pointers to NULL when allocation of dummy …
(edit) @4a584eda   13 years diego configure: die if x11grab dependencies are unavailable Signed-off-by: …
(edit) @afa61290   13 years diego zerocodec: factorize loop Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @ae03b214   13 years michaelni swr: check that there is enough information to do rematrixing when …
(edit) @2e909b3c   13 years michaelni bitstream: build_table, check table_nb_bits. Fixes null ptr deref. …
(edit) @aae44fb4   13 years michaelni indeo4: check ref_mb Fix NULL deref Found-by: Mateusz "j00ru" …
(edit) @1664edb   13 years michaelni ffmpeg: check samplerate from decoder. Fixes FPE Found-by: Mateusz …
(edit) @a22e64fd   13 years michaelni rawdec: Check w/h. Fixes FPE Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @5934d57b   13 years michaelni xmv: check channel number Fixes FPE Found-by: Mateusz "j00ru" …
(edit) @08c37a10   13 years michaelni mjpegdec: check h/v_count. Fixes FPE Found-by: Mateusz "j00ru" …
(edit) @46c78429   13 years michaelni ituh263dec: Implement enough of Annex O (scalability) to fix a FPE. …
(edit) @4094fc99   13 years justin.ruggles avconv: fix the resampling safety factors for output audio buffer …
(edit) @9869e963   13 years justin.ruggles avconv: move audio output buffer allocation to a separate function …
(edit) @f3ab3e1a   13 years justin.ruggles avconv: make the async buffer global and free it in exit_program()
(edit) @cc415956   13 years michaelni error_conceal: fix FPE in guess_dc() with huge sizes. Found-by: …
(edit) @ac2cb279   13 years michaelni mov: Fix FPE on 0 time_scale Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @c0a99ea   13 years michaelni indeo4: check band->scan Fixes null ptr exception Found-by: Mateusz …
(edit) @f927c5b7   13 years michaelni vorbisdemux: Check private context in theoras gtopts. This prevents a …
(edit) @ae2c33b0   13 years michaelni cosmetics: remove superfluous curly brackets Signed-off-by: Paul B …
(edit) @0e465c1a   13 years michaelni huffyuv: remove long time disabled code Signed-off-by: Paul B Mahol …
(edit) @3a085c6a   13 years michaelni huffyuv: do not decode/encode yuv colorspace with odd width …
Note: See TracRevisionLog for help on using the revision log.