source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @436206c1   10 years michaelni avcodec/webp: add assert to ensure palette is not larger than 256 it …
(edit) @19fb4768   10 years michaelni avcodec/webp: add optimization: use local palette with extra padding …
(edit) @e81eca0c   10 years michaelni configure: Set large address aware. Enables >2GB memory usage for 32 …
(edit) @e079d43a   10 years michaelni avformat/img2dec: Attempt to detect non-escaped glob patterns too …
(edit) @345160a9   10 years michaelni Merge commit '2a5ac99e6e06078713f684fee2466c91f677b303' * commit …
(edit) @8e5be0f   10 years michaelni Merge commit '5b9c817dc7577b6d44acc94d73b9c77c52cda489' * commit …
(edit) @98baa815   10 years michaelni Merge commit '89fa2b5616274194d90bde0aeebf6adbd1245193' * commit …
(edit) @de52af9   10 years michaelni Merge commit '68211c70afcfd4d675029cc85fba7dee8de53bdf' * commit …
(edit) @684508ba   10 years michaelni avformat/img2dec: Support -loop with pipes Fixes Ticket3976 …
(edit) @2a5ac99e   10 years lu_zero x11grab: Check the XQueryPointer return value The …
(edit) @5b9c817d   10 years lu_zero x11grab: Check XFixesGetCursorImage return value It could return NULL …
(edit) @89fa2b56   10 years lu_zero x11grab: Check for XFixes availability at runtime
(edit) @68211c70   10 years lu_zero vc1: Do not assume seek happens after decoding If a seek is requested …
(edit) @550f3e9d   10 years michaelni avcodec/on2avc: Check number of channels Fixes out of array access …
(edit) @578da1f0   10 years michaelni Merge commit '36f3aec3630f27df64f4ff2b52a1c9ced760eb52' * commit …
(edit) @4ba6371a   10 years michaelni x86/hevc: get rid off packusdw for ssse3 compatibility cherry picked …
(edit) @df8394c   10 years michaelni avcodec/hevc: fix chroma transform_add size Fixes accessing …
(edit) @aaf65bc2   10 years Carl Eugen Hoyos lavc/libx264: Fix compilation with libx264 version < 142.
(edit) @9734a7a1   10 years michaelni avcodec/h264: Check mode before considering mixed mode intra …
(edit) @138902df   10 years u avformat/assdec: make sure pos is initialized Fixes use of …
(edit) @dceebe1a   10 years michaelni Merge commit '7d97511e13ef30cd99bae0e36400de055b72918d' * commit …
(edit) @36f3aec3   10 years janne-libav fate-vc1_ilaced_twomv: use -flags +bitexact Also updates the …
(edit) @7d97511e   10 years lu_zero configure: Add -lrt dependency to avutil's pc file. This is needed …
(edit) @27f6da29   10 years michaelni avformat/mpegts: use a padded buffer in read_sl_header() Fixes …
(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 …
Note: See TracRevisionLog for help on using the revision log.