source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c3d7f00e   10 years michaelni avformat/mpegts: Check desc_len / get8() return code Fixes out of …
(edit) @8c50704e   10 years michaelni avcodec/vorbisdec: Fix off by 1 error in ptns_to_read Fixes read of …
(edit) @1c4c78e   10 years michaelni sdp: add support for H.261 Signed-off-by: Michael Niedermayer …
(edit) @075a165d   10 years michaelni avcodec/svq3: Dont memcpy AVFrame This avoids out of array accesses …
(edit) @c727401a   10 years michaelni avcodec/smc: fix off by 1 error Fixes out of array access Fixes: …
(edit) @883bc7d2   10 years michaelni Merge commit '55f03d872640175a00bfa262da4652b7312b905f' * commit …
(edit) @dd3bfe3c   10 years michaelni avcodec/qpeg: fix off by 1 error in MV bounds check Fixes out of …
(edit) @8f145786   10 years michaelni avcodec/gifdec: factorize interleave end handling out also change it …
(edit) @e7e5114c   10 years michaelni avcodec/cinepak: fix integer underflow Fixes out of array access …
(edit) @55f03d87   10 years martin hlsenc: Add parameter -hls_allow_cache The -hls_allow_cache parameter …
(edit) @e8309029   10 years michaelni avcodec/pngdec: Calculate MPNG bytewidth more defensively …
(edit) @3e2b7450   10 years michaelni avcodec/pngdec: Check bits per pixel before setting monoblack pixel …
(edit) @e1c0cfaa   10 years michaelni avcodec/tiff: more completely check bpp/bppcount Fixes pixel format …
(edit) @8b0e96e1   10 years michaelni avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocks Fixes out …
(edit) @97cb9b6c   10 years michaelni Revert "avformat/img2dec: reduce bmppipe probe score" This seems not …
(edit) @d225b0f7   10 years michaelni avcodec/h263dec: Fix decoding messenger.h263 Fixes …
(edit) @105654e3   10 years michaelni avcodec/utils: Add case for jv to avcodec_align_dimensions2() Fixes …
(edit) @0de1d628   10 years James x86/mlpdec: add ff_mlp_rematrix_channel_{sse4,avx2} 2x to 2.5x faster …
(edit) @ddb813b0   10 years James mlpdec: move rematrix_channels code to output_data() Reviewed-by: …
(edit) @5c378d6a   10 years michaelni avcodec/mjpegdec: check bits per pixel for changes similar to …
(edit) @06e7d584   10 years michaelni avcodec/jpeglsdec: Check run value more completely in ls_decode_line() …
(edit) @77b3e110   10 years michaelni avcodec: bump micro version for av_lockmgr_register() changes in …
(edit) @a950edb4   10 years michaelni avcodec/utils: av_lockmgr_register defines behavior on failure. The …
(edit) @cdd6f059   10 years michaelni avcodec, avutil: allow more control about how samples are skipped Add …
(edit) @a9b10e15   10 years michaelni lavf/webm_dash: some fields should go into Representation Width, …
(edit) @0d92b0d5   10 years michaelni avutil/avstring: Factor av_match_list() out Signed-off-by: Michael …
(edit) @6ea357ea   10 years James Fix compilation of jpeg2000dsp when disabling the encoder. …
(edit) @23c9ebff   10 years derek.buitenhuis avfilter: Properly check for failed format query Signed-off-by: Derek …
(edit) @1dbc3e8a   10 years derek.buitenhuis avfilter/aresample: Check for memory alloc failure for out sample …
(edit) @81cee700   10 years Carl Eugen Hoyos Support decoding 32bit pcm audio in mov. Such files are written by …
(edit) @6efe4137   10 years Carl Eugen Hoyos Stop demuxing wtv on eof. Fixes ticket #3991. Fixes ticket #3995. …
(edit) @80ca627a   10 years Carl Eugen Hoyos Check for oom in the dirac parser. Fixes ticket #3996.
(edit) @c9f2ec8   10 years James jpeg2000: split off inverse MCT decoding as Jpeg2000DSP This makes …
(edit) @c29d999f   10 years michaelni avformat/mxfenc: add jpeg2000 support. Fixes ticket #1542
(edit) @8cde94ec   10 years michaelni avformat/flvenc: fix codec_id_text check Signed-off-by: Michael …
(edit) @5dd4e64   10 years michaelni Merge commit 'd10d1b86550d254bd1e746ed613bf6885978879c' * commit …
(edit) @b1071db3   10 years michaelni lavf/webm_dash: Fix incorrect bandwidth computation Fix incorrect …
(edit) @8acb7656   10 years michaelni lavf/webm_dash: fix hardcode in cues_end computation Fix an incorrect …
(edit) @acebff8e   10 years James x86/mpegvideoencdsp: improve ff_pix_sum16_sse2 ~15% faster. Also add …
(edit) @f2e53808   10 years michaelni avformat/movenc: automatically set AVC-Intra tag Signed-off-by: …
(edit) @0a7afedc   10 years michaelni avcodec/libx264: add avcintra-class Signed-off-by: Michael …
(edit) @23f0e2ed   10 years michaelni avformat/movenc: AVC Intra support Signed-off-by: Michael Niedermayer …
(edit) @d10d1b86   10 years derek.buitenhuis libx265: enable psnr reporting when requested by the user This is …
(edit) @9a3653c   10 years michaelni hevc: reuse edge emu buffer for coefficients Kind of hackish but... …
(edit) @79551d2   10 years michaelni avcodec/utils: Force mutex to NULL after destruction. A badly …
(edit) @c8422f04   10 years michaelni avformat/aviobuf: fix avio_flush() for read streams avio_flush() did …
(edit) @07de0db7   10 years michaelni avformat/flvenc: When using "-c:d copy", don't require a codec for …
(edit) @cda5d89d   10 years michaelni avcodec/bitstream_filter: Use av_bitstream_filter_next() instead of …
(edit) @0eb4a428   10 years u avcodec/srtdec: use AVBPrint API
(edit) @55180b32   10 years u Kill timed SRT
(edit) @d5ddcb5f   10 years michaelni avcodec/h264_mp4toannexb_bsf: use the given padding in …
(edit) @1cf4d2e9   10 years michaelni avcodec/h264_mp4toannexb_bsf: add a case when only SPS/PPS is in the …
(edit) @08ccc47   10 years michaelni RTMP: fix FD leak in rtmp_open() If we setup AVIO interrupt callback …
(edit) @61c06830   10 years michaelni avcodec/mpegvideo_enc: Fix leak on bitstream buffer reallocation …
(edit) @1441641   10 years michaelni avcodec/mpegvideo_enc: Allocate only a small buffer and reallocate as …
(edit) @a2d5f6b9   10 years michaelni Merge commit '19133e96d30e3f80dbae236ef081aedef419a6bf' * commit …
(edit) @56c47364   10 years michaelni Merge commit '2cd7c99498b1bcb450c328459cf85a686ce83456' * commit …
(edit) @46807921   10 years michaelni Merge commit 'e3a00acde05c925617dc19b5373969d864bf8414' * commit …
(edit) @77ab7407   10 years michaelni Merge commit 'a05f5052fef3b3743fab7846da12861d8a8098ec' * commit …
(edit) @19133e96   10 years anton lavf: fix memleaks in avformat_find_stream_info() When …
(edit) @cf32181b   10 years michaelni avcodec/put_bits: Add rebase_put_bits() Reviewed-by: Benoit Fouet …
(edit) @2cd7c994   10 years vittorio.giovara h264: reset ret to avoid propagating minor failures Unbreak …
(edit) @e3a00ac   10 years vittorio.giovara hevc: Initialize mergecand_list to 0 Unbreak …
(edit) @8ba69454   10 years michaelni avcodec/utils: Fix off by 1 error causing unneeded allocation in …
(edit) @a05f5052   10 years martin sdp: Make opus declaration conform to the spec Signed-off-by: Martin …
(edit) @3f5095f2   10 years michaelni avformat/hlsenc: fix outter typo Found-by: beastd Signed-off-by: …
(edit) @755f7929   10 years michaelni avcodec/mpegvideo_enc: Only enforce rc_max_available_vbv_use on first …
(edit) @b1a0fccd   10 years michaelni avformat/hlsenc: export inner muxer timebase Fixes "Non-monotonous …
(edit) @579a0fdc   10 years michaelni avutil/lls: Make unchanged function arguments const Reviewed-by: Paul …
(edit) @d22e88d1   10 years michaelni avcodec/x86/fmtconvert: Fix operand size in …
(edit) @b28f470d   10 years michaelni avutil/pca: Make argument of ff_pca_add() const Signed-off-by: …
(edit) @04152a31   10 years michaelni avcodec/vc1dec: Fixing is_intra, 2nd attempt This also un-does the …
(edit) @a52f4437   10 years michaelni avcodec/vc1dec: fix is_intra block vs. mb bug Fixes CID1194380 There …
(edit) @b7082d9   10 years Reimar.Doeffinger configure: add noexecstack to linker options if supported. …
(edit) @3956b12f   10 years michaelni avcodec/libx265: enable psnr reporting when requested by the user …
(edit) @4d9a46fe   10 years michaelni avcodec/libx264: mark unchanged pointer arguments as const …
(edit) @3edb9aae   10 years michaelni avformat/hlsenc: Added parameter -hls_allow_cache The …
(edit) @dd16a0d   10 years michaelni lavd/avfoundation: Add basic PCM audio support. Signed-off-by: …
(edit) @d85ebea3   10 years michaelni avcodec/ac3enc_template: fix out of array read Found-by: Andreas …
(edit) @5672107   10 years michaelni Merge commit '551746680462538bb5ad7adf55fb1248190428ec' * commit …
(edit) @55174668   10 years lu_zero configure: Provide a safe default for unknonw libcs Support musl out …
(edit) @5ec90c90   10 years u avcodec/subviewerdec: remove old compat code
(edit) @180d7f33   10 years u avcodec/microdvddec: remove old compat code
(edit) @71f6275   10 years u avformat/assdec: make sure to free allocated data in case of error
(edit) @0e6bad12   10 years u avformat/assenc: mux an event header if none are found in extradata
(edit) @3a6fa38f   10 years u avformat/assdec: add myself to Copyright
(edit) @0aa5c5a8   10 years u avformat/assdec: reindent after previous commit
(edit) @9ec52e55   10 years u avformat/assdec: make sure "Comments:" events end up in the header
(edit) @ff5f5cbb   10 years u avformat/assdec: output ASS packets After this the order from the …
(edit) @e58fc44   10 years michaelni avutil/x86/cpu: fix cpuid sub-leaf selection Signed-off-by: Michael …
(edit) @233d1acb   10 years michaelni tests/fate/microsoft: add -flags +bitexact to ilaced_twomv Should fix …
(edit) @f183febc   10 years michaelni hevc: remove CodingTree Signed-off-by: Michael Niedermayer …
(edit) @bfdf0f07   10 years onemda avfilter/signalstats: add more pixel formats Signed-off-by: Paul B …
(edit) @2ec4a84d   10 years michaelni ffplay: Separate AVFrame from AVSubtitle This is more robust and …
(edit) @be5dd8aa   10 years michaelni Merge commit '4e03b2097ca59843ed65424a572b7acd5345f088' * commit …
(edit) @28b1698a   10 years michaelni Merge commit 'ce42316321145c435029dc288c2b5f1d48519dde' * commit …
(edit) @01831fd0   10 years michaelni Merge commit '1c80c9d7ef809180042257200c7b5f6b81d0b0e2' * commit …
(edit) @eb1ac04e   10 years michaelni Merge commit '9d2cee52d37c7340f85a5d41110282aac03e6855' * commit …
(edit) @ac6b5bb8   10 years michaelni Merge commit '6cfbe1de5ac6c57c41459626f7ac32841d63ace8' * commit …
(edit) @26cd7b1e   10 years James x86/fmtconvert: add ff_int32_to_float_fmul_array8_{sse,sse2} About …
Note: See TracRevisionLog for help on using the revision log.