source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8f7b022c   10 years michaelni Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' * commit …
(edit) @40d552da   10 years michaelni Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' * commit …
(edit) @8e8219e0   10 years michaelni Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e' * commit …
(edit) @93db2708   10 years michaelni ffmpeg: Fix null pointer dereference in do_video_out() Fixes: …
(edit) @0cab0931   10 years michaelni avformat/matroskadec: remove now duplicate doctype check See: …
(edit) @9a0f60a0   10 years michaelni avcodec/mpeg4videodec: Use check_marker() Signed-off-by: Michael …
(edit) @22c0585a   10 years michaelni avformat/http: Fix 2 typos Found-by: wm4 Signed-off-by: Michael …
(edit) @6a85dfc8   10 years vittorio.giovara lavc: Replace av_dlog and tprintf with internal macros
(edit) @1a3eb042   10 years vittorio.giovara Replace av_dlog with normal av_log at trace level This applies to …
(edit) @c253340a   10 years vittorio.giovara log: Introduce a more verbose debug level And deprecate av_dlog macro.
(edit) @3668701f   10 years michaelni avformat/http: Return an error in case of prematurely ending data …
(edit) @a40cee03   10 years James avutil: remove pointless bmi1 define Reviewed-by: Michael Niedermayer …
(edit) @d1a89220   10 years michaelni cmdutils: indent protocols listing For readability. Signed-off-by: …
(edit) @faf9fe2   10 years michaelni alsdec: validate time diff index If begin is smaller than t, the …
(edit) @5cd21693   10 years James wavpackenc: use put_sbits() Reviewed-by: Michael Niedermayer …
(edit) @b8d7f318   10 years anton matroskadec: fix crash when parsing invalid mkv CC: …
(edit) @df7c2b2f   10 years onemda avformat/riff: support G729A Signed-off-by: Paul B Mahol …
(edit) @daf73d5   10 years onemda avcodec/g729dec: support decoding packets with multiple frames …
(edit) @f98cad87   10 years michaelni Merge commit 'b8d7f3186e86234f6255f5e8ee9e98573b4d9a6e' * commit …
(edit) @4c2b8867   10 years michaelni alsdec: limit avctx->bits_per_raw_sample to 32 …
(edit) @7e104647   10 years michaelni avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the …
(edit) @ef16501a   10 years michaelni alsdec: ensure channel reordering is reversible If the same idx is …
(edit) @d8c52f5d   10 years James proresenc_anatoliy: use put_sbits() Reviewed-by: Michael Niedermayer …
(edit) @778bac27   10 years James adpcm: use av_clip_intp2() Reviewed-by: Michael Niedermayer …
(edit) @979b77ee   10 years James dca_xll: use av_clip_intp2() Reviewed-by: Michael Niedermayer …
(edit) @b5564e04   10 years James dcaenc: use put_sbits() Reviewed-by: Michael Niedermayer …
(edit) @6863249   10 years James aaccoder: use put_sbits() Reviewed-by: Michael Niedermayer …
(edit) @e623e8cb   10 years michaelni lavf: add documentation on directory listing API Signed-off-by: …
(edit) @e739cbb2   10 years michaelni avcodec/cabac: remove START/STOP_TIMER debug/benchmark code Found-by: …
(edit) @edbb9b5e   10 years michaelni avformat/utils: Add HEVC to unreliable_tb() Signed-off-by: Michael …
(edit) @80fa48a4   10 years michaelni avformat/utils: Use codec_info_duration_fields in fps calculation end …
(edit) @e2691b80   10 years michaelni hls: skip to next segment if the current is unavailable Apparently, …
(edit) @3acadc89   10 years michaelni tests/tiny_psnr: Make the search range extend both sides from the …
(edit) @04fbab14   10 years michaelni Merge commit '1336bb06c9fbf9a14765e9f78616f2aad4f3a45a' * commit …
(edit) @67ac31d1   10 years michaelni Merge commit '247aa7af7d8197247c181e3fbfe8d93d75e41b29' * commit …
(edit) @12da8bc3   10 years michaelni fate: gapless: test mp3 both with and without TOC Signed-off-by: …
(edit) @49d5c24a   10 years michaelni fate: gapless: test seeking to a specific position Signed-off-by: …
(edit) @2a0aa318   10 years michaelni fate: gapless: fix a typo in comment Signed-off-by: Michael …
(edit) @92eef26e   10 years michaelni avformat/mp3dec: fix gapless audio when seeking in CBR mode Removing …
(edit) @4efc0e64   10 years michaelni avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal …
(edit) @35a7170e   10 years michaelni Makefile: Add support for MSA (MIPS-SIMD-Arch) Signed-off-by: Shivraj …
(edit) @8768f8f4   10 years michaelni avcodec/mpegaudiodec_template: use double to build csa tables Fixes …
(edit) @38f67260   10 years michaelni avcodec/atrac3plusdsp: fix on stack alignment Fixes fate failure on ARM
(edit) @1c37848f   10 years michaelni webmdashenc: Add better error handling Return appropriate error codes …
(edit) @8254011b   10 years James configure: remove old libdcadec check It's obsolete after the …
(edit) @8297d87e   10 years michaelni fate: add mp3 gapless test Signed-off-by: Michael Niedermayer …
(edit) @bc4fee7f   10 years michaelni ac3: validate end in ff_ac3_bit_alloc_calc_mask This fixes an invalid …
(edit) @55a1d75b   10 years michaelni lavf/assenc: handle extra sections after Events Signed-off-by: …
(edit) @e224aa41   10 years michaelni aacpsy: avoid psy_band->threshold becoming NaN If band->thr is 0.0f, …
(edit) @0be54ad2   10 years michaelni aasc: return correct buffer size from aasc_decode_frame …
(edit) @5b75689b   10 years michaelni aacdec: consistently use avctx for logging in …
(edit) @1577b29c   10 years James configure: add missing dependencies for MIPS and PPC features …
(edit) @ae6fd730   10 years michaelni msrledec: use signed pixel_ptr in msrle_decode_pal4 This fixes …
(edit) @ed2a7127   10 years michaelni configure: add pkg-config support for libdcadec Signed-off-by: Simon …
(edit) @2db24cf7   10 years michaelni ivfenc: incorrect fourcc for VP9 video VP80 fourcc are writed for all …
(edit) @38155865   10 years michaelni lavfi/avf_showcqt: fix error code. Signed-off-by: Nicolas George …
(edit) @b50a4ca1   10 years michaelni avformat/utils: Preserve packet duration when parsing is done only for …
(edit) @c658269c   10 years michaelni avcodec/h264_ps: Validate num_units_in_tick/time_scale before setting …
(edit) @7498f22   10 years michaelni h264: Do not fail on unsupported timing info The spec madandate both …
(edit) @c5d4f87   10 years michaelni aaccoder: Implement Perceptual Noise Substitution for AAC This commit …
(edit) @f4ccf389   10 years michaelni libavutil/softfloat: Change order of fields in SoftFloat structure. …
(edit) @574978d2   10 years michaelni avcodec/intelh263dec: Use check_marker() Signed-off-by: Michael …
(edit) @1336bb06   10 years diego configure: Simplify avisynth check
(edit) @247aa7af   10 years diego avisynth: Simplify shared library name construction
(edit) @3163083f   10 years michaelni avformat/mp3dec: offset seek index to end of vbr headers …
(edit) @ddd429f   10 years michaelni Revert "avformat/mp3dec: offset seek index to end of id3v2 tag" This …
(edit) @a742a053   10 years michaelni avformat/mp3dec: Allow forcing the use of the xing TOC for CBR files …
(edit) @0842df26   10 years michaelni Merge commit 'ec89f35e3e5eb9ec5221266e801efeee7ecab4df' * commit …
(edit) @0fbe18b6   10 years michaelni Merge commit '0cbb1473179d35d4eb9c9446c8ed84e197e5389b' * commit …
(edit) @ec89f35e   10 years lu_zero x265: Map color parameters
(edit) @0cbb1473   10 years lu_zero x264: Map color parameters
(edit) @fbdaebb2   10 years michaelni avcodec/ituh263dec: Use check_marker() Signed-off-by: Michael …
(edit) @95f524a   10 years michaelni lavc: use correct type for printf() argument This was passing …
(edit) @2b5f34f7   10 years michaelni avformat, avcodec: log discard padding Useful for debugging. …
(edit) @30e2f87d   10 years michaelni webdashenc: replace unchecked av_malloc with stack allocation Replace …
(edit) @ee69229d   10 years michaelni Merge commit '7a5f44476696b495e0de658ed859bcb8520b93d4' * commit …
(edit) @64b37d3e   10 years michaelni Merge commit 'a6a45e5a9a9dfb725456f62e053532e505aadcfc' * commit …
(edit) @a61c75e9   10 years michaelni aacdec: Use macros for constants This commit replaces the previous …
(edit) @37d93fdb   10 years michaelni avcodec/mpeg12dec: Use check_marker() Signed-off-by: Michael …
(edit) @343f34c0   10 years michaelni avcodec/get_bits: print details of the location of the missing bit in …
(edit) @c2fc4663   10 years onemda avcodec/alsdec: use av_malloc(z)_array() Signed-off-by: Paul B Mahol …
(edit) @4ba662b0   10 years michaelni avcodec/mpeg4videodec: Improve wording of the missing header warning …
(edit) @bca1577e   10 years michaelni avcodec/mpeg4videodec: change log level to waning for incomplete …
(edit) @41031723   10 years michaelni Merge commit '13e4f2c7f7857feb6885f0c2ea8c9ddf438f46ea' * commit …
(edit) @7a5f4447   10 years diego avisynth: Bump minimum required version to interface version 6 The …
(edit) @a6a45e5a   10 years diego avisynth: Fix detection of AviSynth 2.5 In order to safely exit when …
(edit) @6e86ee97   10 years michaelni Merge commit '49e531ff4706279c7eed774f2c8b896942924ce2' * commit …
(edit) @7c521d45   10 years michaelni Merge commit '2de7650451d90520135d8cf6f96caa0658824208' * commit …
(edit) @13e4f2c7   10 years diego mpeg4videodec: Remove useless messages They seem to sometimes trigger …
(edit) @49e531ff   10 years diego mmal: Reference MMAL VC lib explicitly This is optional, but ensures …
(edit) @2de76504   10 years diego mmal: Move system headers before local headers Signed-off-by: Diego …
(edit) @2051b401   10 years michaelni avfilter/drawtext: fix frame mem leak Signed-off-by: Ivan Efimov …
(edit) @013498ba   10 years michaelni aacenc: Adjust the initial offset for PNS values This commit adjusts …
(edit) @42a144f2   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @89b3c521   10 years michaelni avcodec/atrac3plusdec: Free mdct contexts at the end Fixes memleak …
(edit) @d0c895d3   10 years Carl Eugen Hoyos lavf/mpegtsenc: Accept 0x000001 as startcode for hevc. Fixes ticket #4194.
(edit) @4d74c8d5   10 years michaelni avcodec/ffv1: dont leave stale pointers in memory Signed-off-by: …
(edit) @d19fc69f   10 years michaelni avcodec/ffv1: remove unneeded variable Signed-off-by: Michael …
(edit) @a3963cc   10 years michaelni avcodec/ffv1: use av_freep() Signed-off-by: Michael Niedermayer …
(edit) @fb6dd77   10 years michaelni Merge commit '73dacabfc9b9ef1fd2c08105fdab6238ee29c2fc' * commit …
Note: See TracRevisionLog for help on using the revision log.