90813 Commits (62f5c9d68bf6e0f2c1a47cf002629a70a82274fc)
 

Author SHA1 Message Date
James Almer 2f0e0deadc avformat/matroskadec: address a missing AVPacket free 7 years ago
James Almer 2accdd3871 avcodec/libaomdec: fix broken pix_fmt changes from the previous commit 7 years ago
James Almer a866cc3ad3 avcodec/mpeg4videodec: free studio profile VLCs when closing the decoder 7 years ago
James Almer fefe47b701 avcodec/clearvideo: fix mixed code and declarations 7 years ago
James Almer d95f15b14d avformat/mp3enc: use AVPacketList helper functions to queue packets 7 years ago
James Almer 15ca8311e6 avformat/ttaenc: use AVPacketList helper functions to queue packets 7 years ago
James Almer 78b96be758 avformat/matroskadec: use AVPacketList to queue packets 7 years ago
James Almer 58ce4fdeae avformat/utils: optimize ff_packet_list_free() 7 years ago
James Almer 3a4d74c1ff avformat/utils: make AVPacketList helper functions shared 7 years ago
Jun Zhao 51e3010575 lavf/hls: Remove the dead code in parse_playlist() 7 years ago
James Almer 9df784db6e avcodec/sheervideo: add missing wrappers to sheervideodata.h 7 years ago
James Almer 4d89b5f844 avcodec/clearvideo: add missing wrappers to clearvideodata.h 7 years ago
James Almer f3fae82042 avcodec/libaomdec: add support for monochrome files 7 years ago
James Almer d5343a5005 avcodec/libaomdec: remove duplicate code 7 years ago
Gagandeep Singh 673604e0e3 lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16 7 years ago
wm4 d6fc031caf avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL 7 years ago
wm4 e53d3348d1 avcodec/xwdenc: do not rely on AV_PIX_FMT_FLAG_PSEUDOPAL palettes 7 years ago
Paul B Mahol be3a051ca8 avcodec/sheervideo: move tables to own header 7 years ago
Paul B Mahol a874586994 avcodec/clearvideo: add inter-frame decoding 7 years ago
Simon Thelen 8c2c97403b avcodec/imgconvert: fix possible null pointer dereference 7 years ago
Tobias Rapp 4b736bc921 fftools/cmdutils: add support for level flag in loglevel option parser 7 years ago
Michael Niedermayer 197a4e8fee avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed() 7 years ago
Michael Niedermayer d52be5d4e9 avcodec/cscd: Error out when LZ* decompression fails 7 years ago
Jun Zhao c6c20249e7 avformat/options_table: Change the seek2any location in opt table. 7 years ago
James Almer 4897c80cc6 avcodec/libaomdec: remove references to gbrp pixfmt 7 years ago
James Almer 877aff2bea avcodec/libaomenc: remove references to gbrp pixfmt 7 years ago
Paul B Mahol 46129b4044 avformat/rmdec: make use of avio_get_str() 7 years ago
Marton Balint 37d472a906 avformat/concatdec: only set output stream index before returning packet 7 years ago
Paul B Mahol 5710fdaeae avcodec/aic: fix decoding of videos which height is not multiple of 16 7 years ago
Paul B Mahol 324954cf96 avcodec/scpr: fix decoding of prev+top-topleft prediction in keyframes 7 years ago
Kieran Kunhya f9d3841ae6 mpeg4video: Add support for MPEG-4 Simple Studio Profile. 7 years ago
Kieran Kunhya 699fa8f382 simple_idct: Template functions to support an input bitdepth parameter 7 years ago
Paul B Mahol 22a878ecd1 avcodec/scpr: check for possible out of array access 7 years ago
James Almer 02ae52db87 avformat/utils: use av_packet_make_refcounted to ensure packets are ref counted 7 years ago
James Almer 265ec55983 avcodec/bsf: use av_packet_make_refcounted to ensure packets are ref counted 7 years ago
James Almer 38fa61b947 avdevice/decklink_dec: use av_packet_make_refcounted to ensure packets are ref counted 7 years ago
James Almer e61d8b82a2 avcodec/encode: use av_packet_make_refcounted to ensure packets are ref counted 7 years ago
James Almer de0526070e avcodec/frame_thread_encoder: remove usage of av_dup_packet() 7 years ago
James Almer 860086ee16 avcodec/avpacket: add av_packet_make_refcounted() 7 years ago
Josh de Kock e0f3228686 lavf/img2dec: use new iteration API 7 years ago
Josh de Kock 89029bd2c7 lav*,tests: remove several register_all calls 7 years ago
Josh de Kock d1221f3351 lavf/format: use const AVInputFormat for iteration 7 years ago
Josh de Kock 85bf89885a Revert "avformat/format: temporarily use old next api" 7 years ago
James Almer f1805d160d avfilter: bump version for the latest API change 7 years ago
James Almer ef06ed5b18 libaom: remove references to yuv440p pixfmt 7 years ago
Jun Zhao 9b125826ed cmdutils: fix new API break the "ffmpeg -muxers/demuxers" 7 years ago
Josh de Kock db85d657fa lavf/allformats: remove left-over index decrement 7 years ago
Josh de Kock 42d26145e9 lavf: move avpriv function definition to internal.h 7 years ago
Paul B Mahol 0995641202 avformat/mpeg: add missing check 7 years ago
Paul B Mahol 1f7705e5b1 avformat/mpeg: fix logic failure 7 years ago