source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @252f5663   11 years michaelni Merge commit '97de206b44a48da726807cc3e7b9448a8112760b' * commit …
(edit) @84f972f9   11 years michaelni Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00' * commit …
(edit) @528f5cdd   11 years michaelni Merge commit 'f354f30836a3148275ce60d19bbc581310249ad2' * commit …
(edit) @0436ffc2   11 years michaelni Merge commit '53151723e377b9c43f876e20d7f27a17993256c8' * commit …
(edit) @a66ee3dc   11 years michaelni Merge commit 'aaaf2dc023d31f30eeec874f24b50f44b9295185' * commit …
(edit) @d57a6fe6   11 years michaelni Merge commit '0749314886390f6ec81d45e0ba424fcb36c945cf' * commit …
(edit) @c985966   11 years michaelni Merge commit 'de6061203e2d509579ab110fb1873aade34320f5' * commit …
(edit) @f0e43e60   11 years michaelni Merge commit '0b357a8095e72b092cc5c2aacc2f806db75ecae3' * commit …
(edit) @ac3fa95e   11 years michaelni Merge commit '94603feb1b3ad01a821a1a1cef1570b13f471821' * commit …
(edit) @bdd3a746   11 years michaelni Merge commit '79ef4b19bfcab8b984682a53bb8561e5c8324731' * commit …
(edit) @ed49e91f   11 years michaelni Merge commit 'ddc589ce98c2bba1e59318b5b0224717325eac46' * commit …
(edit) @a2183914   11 years michaelni hevc: add profile idc warning (cherry picked from commit …
(edit) @cb148e56   11 years michaelni hevc: refactor pic_arrays and set_sps (cherry picked from commit …
(edit) @4db81f08   11 years michaelni hevc: add irap checks (cherry picked from commit …
(edit) @078dab55   11 years michaelni Merge commit '529a9893d769f381b72785c500662be2020da5fe' * commit …
(edit) @89306378   11 years michaelni Merge commit 'fc06ee6ee377cc3b512dff8f02057e26311bc4da' * commit …
(edit) @b96dddd3   11 years michaelni Merge commit '211ca69b13eb0a127a9ef7e70ddaccdab125d1c5' * commit …
(edit) @6baf9c44   11 years stefasab cmdutils: fix expected signature for show_colors() function Fix … n2.2-dev
(edit) @97de206b   11 years anton lavc: disable CRC checking by default
(edit) @23a211cb   11 years anton lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. …
(edit) @f354f308   11 years anton error resilience: check error_concealment, not err_recognition. …
(edit) @0fef19b1   11 years michaelni doc/RELEASE_NOTES: update for 2.1 Signed-off-by: Michael Niedermayer …
(edit) @d041f125   11 years michaelni avdevice/pulse_audio_enc: remove double ; Signed-off-by: Michael …
(edit) @b85bf342   11 years michaelni doc/APIchanges: add 2 missing hashes & versions Signed-off-by: …
(edit) @f11a917a   11 years michaelni MAINTAINERS: update which releases i maintain Signed-off-by: Michael …
(edit) @72d1f668   11 years michaelni Changelog: add 2.1 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @53151723   11 years lu_zero avio: K&R formatting cosmetics
(edit) @aaaf2dc0   11 years lu_zero h263: Check init_get_bits return value And use init_get_bits8 to …
(edit) @07493148   11 years lu_zero h263: Return meaningful errors
(edit) @de606120   11 years lu_zero configure: Disable -Wmaybe-uninitialized by default It is by …
(edit) @0ddd3c5   11 years michaelni hevc: add decode hrd (cherry picked from commit …
(edit) @2f77894c   11 years michaelni hevc: better mt implementation Signed-off-by: Mickaël Raulet …
(edit) @c1882e80   11 years michaelni hevc: clean up mvs(cherry picked from commit …
(edit) @2707cca7   11 years michaelni hevc: cosmetic change(cherry picked from commit …
(edit) @3106cbd3   11 years michaelni hevc: more cosmetic(cherry picked from commit …
(edit) @3c3ece24   11 years michaelni hevc : cosmetic changes(cherry picked from commit …
(edit) @dbe6f9f2   11 years michaelni lavc: add support for CODEC_CAP_DELAY in subtitles This patch adds …
(edit) @b387a24   11 years michaelni lavd/fbdev_enc: remove unused variables Signed-off-by: Lukasz Marek …
(edit) @758b6d39   11 years michaelni avcodec/hevc: calculate checksum only if AV_EF_EXPLODE is set This …
(edit) @69d39cb   11 years michaelni Revert "avcodec/options_table: disable CRC checking by default" This …
(edit) @e797bd9d   11 years michaelni Revert "avcodec/options_table: set err_detect to careful by default" …
(edit) @b04af34   11 years lukasz.m.luki lavd/fbdev_enc: more stream validation restrictive So far fbdev_enc …
(edit) @7f5e75ee   11 years lukasz.m.luki lavd/pulse_audio_enc: more stream validation restrictive So far pulse …
(edit) @4fb3aa49   11 years lukasz.m.luki lavd:pulse_audio_enc: fix array compared against 0 fixes CID 1113222 …
(edit) @e5b3b756   11 years lukasz.m.luki lavd/pulse_audio_enc: fix timestamp calculation Current …
(edit) @0b357a80   11 years anton AVOptions: do not range check flag options. It does not make sense in …
(edit) @94603fe   11 years anton h264_ps: when parsing a VUI fails, only abort when explode is set A …
(edit) @79ef4b19   11 years anton FATE: add bitexact sws flags to the fieldorder test swscale is called …
(edit) @ddc589c   11 years anton avconv: drop a now useless variable
(edit) @529a9893   11 years anton avframe: mark source frame const in _ref and _clone Signed-off-by: …
(edit) @fc06ee6e   11 years anton mmvideo: fix uninitialized variable use in mm_decode_intra …
(edit) @75b2bbe2   11 years onemda libavfilter/vf_noise: relicense to LGPL Signed-off-by: Paul B Mahol …
(edit) @b1348eb   11 years michaelni avcodec/options_table: set err_detect to careful by default …
(edit) @c7027ce9   11 years michaelni avcodec/options_table: disable CRC checking by default 3 runs each of …
(edit) @2886d6cb   11 years michaelni avcodec/takdec: also do crc check when er compliant is set …
(edit) @d206fd99   11 years derek.buitenhuis avio: Check for memory allocation failure of private data …
(edit) @52aed193   11 years derek.buitenhuis avfiltergraph: Properly handle memory allocation failure …
(edit) @6ef30976   11 years derek.buitenhuis timefilter: Handle memory allocation failure Signed-off-by: Derek …
(edit) @211ca69b   11 years justin.ruggles lavr: check that current_buffer is not NULL before using it Fixes a …
(edit) @fc7be7dd   11 years michaelni avcodec/avcodec.h: Add documentation for the AV_EF_* defifines The …
(edit) @2ef1e62c   11 years michaelni correct the AVOption documentation for AV_EF_CAREFUL The flag was and …
(edit) @292902ea   11 years onemda avfilter: add mergeplanes filter Signed-off-by: Paul B Mahol …
(edit) @d9bc251d   11 years michaelni ffmpeg_filter: Fix non jpeg yuv in jpeg support This is a regression, …
(edit) @4307026   11 years michaelni avformat/utils: make "first_dts not matching first dts in the queue" …
(edit) @5b53dd08   11 years stefasab doc/encoders: replace @xref with @ref command @xref is ignored by …
(edit) @efc5a54   11 years michaelni vp9: skip itxfm_add if the whole block has no coefficients. …
(edit) @960490c0   11 years michaelni avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD. …
(edit) @cd86eb26   11 years michaelni avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' …
(edit) @696aa74b   11 years stefasab lavfi/overlay: correct small error in intersection detection The …
(edit) @2c7c2a5   11 years michaelni vcodec/vc1dec: remove dead code Fixes CID732196 Signed-off-by: …
(edit) @7eda2e52   11 years michaelni avcodec/vc1_parser: check ff_vc1_parse_frame_header*() return value …
(edit) @46143d25   11 years michaelni avcodec/tiff: factorize offset init code Signed-off-by: Michael …
(edit) @d5ad4e4a   11 years michaelni avcodec/tiff: remove TIFF_LONG special case Signed-off-by: Michael …
(edit) @0aba920d   11 years michaelni avcodec/tiff: Fix use of uninitialized off variable Fixes CID1108608 …
(edit) @43041a7b   11 years stefasab doc/encoders: add libshine doc Signed-off-by: Timothy Gu …
(edit) @d3aa04b1   11 years stefasab doc/protocols/rtp: apply misc fixes Partially suggested-by Burek …
(edit) @21f2290   11 years michaelni MAINTAINERS: add my name for Launchpad Signed-off-by: Timothy Gu …
(edit) @09ef98f1   11 years michaelni avcodec/hevcpred_template: Fix integer overflows signed integer …
(edit) @10386710   11 years michaelni Merge commit 'afa93d198aaf2cc661c4df6d4095cd030265d30a' * commit …
(edit) @afa93d19   11 years mickael raulet hevc_parser: Set pict_type, key_frame and output_picture_number. …
(edit) @f7f88018   11 years mickael raulet hevc: Search start code in decode_nal_units(). User may cut off a …
(edit) @83d96e9   11 years michaelni Changelog: add entry for HEVC support. Signed-off-by: Michael …
(edit) @7b0f61a9   11 years michaelni FATE: update HEVC tests This changes the tests that used the internal …
(edit) @3b56f665   11 years michaelni avcodec/flacdec: also do crc check when er compliant is set …
(edit) @346e0963   11 years michaelni avcodec/error_resilience check error_concealment, not err_recognition. …
(edit) @4e268285   11 years stefasab cmdutils: add -colors option
(edit) @d61617a5   11 years stefasab lavu/parseutils: add av_get_known_color_name()
(edit) @1e5271a9   11 years michaelni avformat/utils: do not override pts in h264 when they are provided …
(edit) @f3d0642d   11 years michaelni avutil/utils: check that size_t is unsigned ANSI/ISO C guarantee …
(edit) @c78a4169   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @3fcc268   11 years michaelni Merge commit 'b284e1ffe343d6697fb950d1ee517bafda8a9844' * commit …
(edit) @d2db1bb7   11 years michaelni avformat/http: dont fail with unknown Content-Encodings Fixes: …
(edit) @e0b2bdd   11 years michaelni avcodec/h264_parser: heuristically detect non marked keyframes Fixes …
(edit) @41efb8d9   11 years michaelni avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if …
(edit) @99a4c86a   11 years michaelni configure: link with built libs when pc-uninstalled is used …
(edit) @444ce03f   11 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: add …
(edit) @44758b4d   11 years Marton Balint ffplay: add support for libswresample options Signed-off-by: Marton …
(edit) @04de0e04   11 years Marton Balint ffplay: use av_frame_get_pkt_pos instead directly accessing pkt pos …
(edit) @2d059d8d   11 years Marton Balint ffplay: factor out picture freeing code Signed-off-by: Marton Balint …
(edit) @060c42bc   11 years Marton Balint ffplay: update and extend documentation for channel and stream …
Note: See TracRevisionLog for help on using the revision log.