source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @71c2a70c   13 years michaelni error_concealment: Prevent FPEs in case of corrupted input. …
(edit) @e2d110d8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rv34: …
(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 …
(edit) @f0b4a50   13 years anton oggparseogm: fix order of arguments of avpriv_set_pts_info(). …
(edit) @677df4d2   13 years anton pngenc: better upper bound for encoded frame size. Fixes encoding …
(edit) @179a5920   13 years michaelni libutvideoenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @532f1c7a   13 years michaelni lavc: limit realloc() on encoding to the libav compatibility API. …
(edit) @0f95270a   13 years Reimar.Doeffinger VC1: Fix skiploopfilter=all. It is currently only handled in the …
(edit) @f6b78638   13 years Carl Eugen Hoyos Replace SSE2 instruction in scalarproduct_float_sse() by SSE …
(edit) @740b9ff4   13 years michaelni lavc: Redesign the internal encoding API. The new API allows …
(edit) @dca0e4cd   13 years michaelni avcodec_encode_audio2: use ff_alloc_packet2() Signed-off-by: Michael …
(edit) @2bd303f9   13 years michaelni zmbvenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @ae7f0d0   13 years michaelni yuv4enc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @7959eb0d   13 years michaelni y41penc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @a3f36b09   13 years michaelni xwdenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @5d8a20a   13 years michaelni xbmenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @6cb29a1a   13 years michaelni wmaenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @2ed79755   13 years michaelni vorbisenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @079d7246   13 years michaelni v410enc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @efc245b9   13 years michaelni v408enc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @f234b02c   13 years michaelni v308enc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @e252fb82   13 years michaelni v210enc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @219d824   13 years michaelni tiffenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @ea8fc918   13 years michaelni tiffenc: fix return value.
(edit) @c038fb41   13 years michaelni targaenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @dbb11e7d   13 years michaelni svq1enc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @2ea893fa   13 years michaelni sunrastenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @b911d7dc   13 years michaelni sgienc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @c32438c4   13 years michaelni r210enc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @78365b41   13 years michaelni qtrleenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @37e434e4   13 years michaelni proresenc_kostya: switch to ff_alloc_packet2(). Signed-off-by: …
(edit) @d388dd9e   13 years michaelni proresenc_anatoliy: switch to ff_alloc_packet2(). Signed-off-by: …
(edit) @6a74c48c   13 years michaelni pnmenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @5c6c625   13 years michaelni pngenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @d2c4b375   13 years michaelni pcxenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @11e8f3e7   13 years michaelni pcm: switch to ff_alloc_packet2(). Signed-off-by: Michael Niedermayer …
(edit) @29971e4f   13 years michaelni pamenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @93aafe2a   13 years michaelni nellymoserenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @6e3aee0   13 years michaelni msvideo1enc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @3998b13a   13 years michaelni mpegaudioenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @a895669f   13 years michaelni ljpegenc: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @fcd8a3c8   13 years michaelni libxvidff: switch to ff_alloc_packet2(). Signed-off-by: Michael …
(edit) @d2971912   13 years michaelni libxavs: switch to ff_alloc_packet2(). Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.