source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @535eed93   13 years Reimar.Doeffinger vqavideo: fix decoding of samples with no partial updates. Fixes …
(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) @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) @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) @bcae7f43   13 years michaelni libaacplus: switch to encode2() Signed-off-by: Paul B Mahol …
(edit) @15890d67   13 years michaelni swr: drop SWR_CH_MAX with the next major ABI bump Signed-off-by: …
(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 …
(edit) @ba02069a   13 years michaelni aacdec: prevent channels from exceeding MAX_CHANNELS. Found-by: …
(edit) @01fd1aa0   13 years michaelni matroskadec: fix strcmp(NULL) Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @437f5daf   13 years michaelni mov: fix global unicode convertion array overflow. Found-by: Mateusz …
(edit) @0c97fd33   13 years michaelni mmdemux: dont set pkt->size to an invalid value. Found-by: Mateusz …
(edit) @7c0748c2   13 years michaelni eatqi: replace break by goto. This fixes some heap overread. …
(edit) @5a4af049   13 years michaelni aacdec: reset max_sfb on invalid data. Fixes global out of array …
(edit) @3583c870   13 years michaelni vqavideodev: Check image dimensions Fixes out of heap array read …
(edit) @464cef4c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: xwma: …
(edit) @9759d2b8   13 years michaelni indeo4: check motion vetors. Fixes out of heap array read. Found-by: …
(edit) @afc0cc22   13 years michaelni pngenc: make max_packet_size 64bit check check it. Signed-off-by: …
(edit) @50a3867b   13 years Clément Bœsch png: make ff_png_pass_mask local to pngdec.
(edit) @abdcb491   13 years Carl Eugen Hoyos Fix libgsm.c compilation after typo in 67b8c8.
(edit) @5023b89b   13 years alex.converse xwma: Validate channels and bits_per_coded_sample. This prevents a …
(edit) @86f2ae06   13 years alex.converse mov: Do not read past the end of the ctts_data table. Found-by: …
(edit) @3e6e89b   13 years alex.converse mov: Add missing terminator to mov_ch_layout_map_1ch. Found-by: …
(edit) @6716e689   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
(edit) @b1a0d694   13 years michaelni dcaenc: switch to encode2() Signed-off-by: Paul B Mahol …
(edit) @ffa28da1   13 years Reimar.Doeffinger Support dropping audio dts/pts via -async -1. Allows working around …
(edit) @e73c6aaa   13 years rsbultje asf: reset side data elements on packet copy. Prevents crash (double …
(edit) @26219644   13 years rsbultje wmavoice: fix stack overread. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @3c926767   13 years rsbultje wmalossless: error out if a subframe is not used by any channel. …
(edit) @75d7975   13 years rsbultje vqa: check palette chunk size before reading data. Prevents overreads …
(edit) @d462949   13 years rsbultje wmalossless: reset sample pointer for each subframe. Prevents …
(edit) @326f7a68   13 years rsbultje wmalossless: error out on invalid values for order. Found-by: Mateusz …
(edit) @e9c0b12c   13 years anton FATE: Add ZeroCodec test Signed-off-by: Derek Buitenhuis …
Note: See TracRevisionLog for help on using the revision log.