43495 Commits (03e8944fc157088febbcc3ddcb089aaaeb2131e2)
 

Author SHA1 Message Date
Nicolas George 03e8944fc1 lavc: add missing codec descriptors. 12 years ago
Nicolas George f594dafc10 tools: add a script to find missing codec descriptors. 12 years ago
Michael Niedermayer 710600077d h264_cavlc: switch forgotten assert to av_assert 12 years ago
Michael Niedermayer e9d0ab5717 h264: fix x264 build detection 12 years ago
Michael Niedermayer ed8d827ad0 riffenc: fix aac 12 years ago
Stefano Sabatini 5c0d8bc4ce lavfi: add avfilter_get_class() and iteration callbacks 12 years ago
Stefano Sabatini a25346e65c lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro 12 years ago
Stefano Sabatini 3239382aef doc/texi2pod: add "use warnings" directive 12 years ago
Reimar Döffinger 118bd609f0 Optimized unscaled yuvp9/yuvp10 -> yuvp16 conversion. 12 years ago
Michael Niedermayer bb7073921c oggparsetheora: fix metadata parsing 12 years ago
Derek Buitenhuis ba752dc016 cllc: Implement ARGB support 12 years ago
Derek Buitenhuis 21d62c4730 cllc: Add support for QRGB 12 years ago
Derek Buitenhuis 4637009e59 cllc: Rename some funcs to represent what they actually do 12 years ago
Michael Niedermayer ab0ea7cb41 ffplay: avoid SDL_atoi() 12 years ago
Boris Maksalov d70231f02d Fix reading past the end of frame buffer. 12 years ago
Piotr Bandurski bd92205014 mov: remux AALP tag 12 years ago
Michael Niedermayer bbe1a468d8 fate: split asyncts from aresample test 12 years ago
Michael Niedermayer d5c90ff23b lavf: reimplement is_intra_only() by using the AVCodecContext codec descriptor 12 years ago
Michael Niedermayer da74e883f1 lavc: add codec_descriptor field to AVCodecContext. 12 years ago
Michael Niedermayer d0bf3bf1ff Merge remote-tracking branch 'qatar/master' 12 years ago
Martin Storsjö bdefe22b8e lavf: Detect discontinuities in timestamps for framerate/analyzeduration calculation 12 years ago
Martin Storsjö 30c26c2442 lavf: Initialize the stream info timestamps in avformat_new_stream 12 years ago
Mohammad Alsaleh 6e9bbc6525 id3v2: Match PIC mimetype/format case-insensitively 12 years ago
Michael Niedermayer 6fd7bf7b03 sgidec: fix error free end detection. 12 years ago
Michael Niedermayer 39c56ef921 sgidec: correct end pointer 12 years ago
Michael Niedermayer c5ea3a009b ffmpeg: Do not discard slightly invalid timestamps. 12 years ago
Michael Niedermayer 15e4bd65b1 vc1dec: support debug & FF_DEBUG_PICT_INFO. 12 years ago
Michael Niedermayer a036ac5782 lavf: do not discard correct dts in favor of wrong pts for vc1-wmapro.ism 12 years ago
Michael Niedermayer 2e4b662787 mov: add av_dlog() to CTTS reading code like is already done in STTS. 12 years ago
Diego Biurrun 575db88377 configure: Rename check_asm() to more fitting check_inline_asm() 12 years ago
Diego Biurrun e017c87552 fate: Only test enabled filters 12 years ago
Diego Biurrun 3aa696e883 avresample: De-doxygenize some comments where Doxygen is not appropriate 12 years ago
Michael Niedermayer 7d23a65f0d asfdec: fix FRAME_HEADER_SIZE 12 years ago
Michael Niedermayer 5a49482cc0 dsputil_template: switch to av_assert 12 years ago
Michael Niedermayer f5f3684fb8 Merge remote-tracking branch 'qatar/master' 12 years ago
Jordi Ortiz f5ce90f2de rtmp: split chunk_size var into in_chunk_size and out_chunk_size 12 years ago
Samuel Pitoiset a8103503b3 rtmp: Factorize the code by adding find_tracked_method 12 years ago
Anton Khirnov 885da7b082 lavf: simplify is_intra_only() by using codec descriptors. 12 years ago
Anton Khirnov 51efed152d lavc: add an intra-only codec property. 12 years ago
Anton Khirnov c223d79945 lavc: add codec descriptors. 12 years ago
Michael Niedermayer 48d20b918c snowdec: increase stack size 12 years ago
Michael Niedermayer 994923ec00 dwt: switch to av_assert 12 years ago
Michael Niedermayer 58825a18aa msrle: fix regression causing null ptr dereference 12 years ago
Michael Niedermayer f9505923a3 cavsdec: check dimensions being valid. 12 years ago
Michael Niedermayer bd6ece4609 mp3enc: fix CODEC_ID/CodecID that leaked in from older patch 12 years ago
Stefano Sabatini e874b29296 doc/Makefile: invoke perl to interpret texi2pod.pl 12 years ago
Stefano Sabatini ad5043e285 cmdutils: show options in show_help_children only if the context has options 12 years ago
Stefano Sabatini a6d6b8a200 lavu/opt: fix crash in av_opt_next() in case the class has no options 12 years ago
Anton Khirnov 2ff67c909c lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code. 12 years ago
Michael Niedermayer 7fd467f708 mp3/mp2: identify the video codecs as APIC through query_codec. 12 years ago