89182 Commits (ebf352116b310d08d35b0eeae83686a6e739da1d)
 

Author SHA1 Message Date
James Almer 1146a7a363 Merge commit 'd070b9b703a542429a13db9623109ae20474c775' 7 years ago
James Almer b449af20d5 Merge commit '9e48de3cc86c732d9cebd496d6f0a2b7e7732754' 7 years ago
James Almer c7812b3bcf Merge commit '5c2a01f064d5ab2b309d25c7f46c6c4471838d90' 7 years ago
Martin Storsjö bad7ce1d82 makedef: Pass EXTERN_PREFIX from configure to makedef 7 years ago
Aman Gupta ff8f40a630 avcodec/mpeg12dec: ensure a53_caption_size is reset on malloc failures 7 years ago
Aman Gupta 3f1a540204 avcodec/mpeg12dec: parse A53 caption data embedded in SCTE-20 user data 7 years ago
James Almer f399172d6e avcodec/proresdec: align dequantization matrix buffers 7 years ago
Mark Thompson 6727cfea5e Merge commit '620f88a0b94a651c6cc912b1fb32d308762d59b5' 7 years ago
Mark Thompson 040a92c21f Merge commit 'c77da21e5d15056b8ba060ee5ce9e73f26653612' 7 years ago
Mark Thompson 4251e25272 Merge commit 'ff007e30d8d45ba1ff2b2a4615f1cd5bafb50626' 7 years ago
Michael Niedermayer 6d00905f81 avcodec/vc2enc: Clear coef_buf on allocation 7 years ago
Michael Niedermayer eec67f7b24 avcodec/dvbsubdec: Avoid re-computing clut 7 years ago
Michael Niedermayer 380b48fb9f avcodec/h264dec: Fix potential array overread 7 years ago
Diego Biurrun d070b9b703 configure: Coalesce some arch configuration and PIC handling 7 years ago
Diego Biurrun 9e48de3cc8 configure: Miscellaneous minor changes 7 years ago
Hendrik Leppkes bff6d98ba3 nvenc: support d3d11 surface input 7 years ago
Hendrik Leppkes 6fcbf39f9e nvenc: factor context push/pop into functions 7 years ago
James Almer d8ea66ab33 avformat/utils: remove usage of AVCodecContext accessors 7 years ago
James Almer 03dae121c0 avfilter/vf_subtitles: remove usage of AVCodecContext accessors 7 years ago
James Almer 21add0c228 avcodec/pthread_frame: remove usage of AVCodecContext accessors 7 years ago
James Almer e61825d5b4 ffplay: remove usage of AVCodecContext accessors 7 years ago
James Almer b2731bcd1d ffprobe: remove usage of AVCodecContext accessors 7 years ago
James Almer e9025beacb ffmpeg: remove usage of AVCodecContext accessors 7 years ago
James Almer c4131a0613 avcodec: deprecate getters and setters for AVCodecContext and AVCodec fields 7 years ago
Philip Langdale 912ceba61b avcodec: Implement vc1 nvdec hwaccel 7 years ago
Philip Langdale bb4c9d0a8e avcodec: Don't assume separate u and v planes in ff_alloc_picture 7 years ago
Sasi Inguva 54f8ac199f lavf/mov.c: Don't correct edit list start to zero, when we can't find a frame before edit list start. 7 years ago
Dale Curtis 01763144dc Avoid corrupting diagnostic state with _Pragma changes. 7 years ago
John Stebbins 57a422ea4c fate/mov: add test for overlapping fragments 7 years ago
Kaustubh Raste 143fc5f6e2 avcodec/mips: Improve hevc non-uni hz and vt mc msa functions 7 years ago
Kaustubh Raste e5f66a9ea4 avcodec/mips: cleanup unused macros 7 years ago
Aman Gupta 034e1f82d9 avcodec: fix whitespace on AVPanScan struct definition 7 years ago
Aman Gupta 91a565e20f avformat/http: fix chunked response w/ multiple_requests=1 7 years ago
James Almer 5c2a01f064 Makefile: fix distclean target 7 years ago
Michael Niedermayer 58cf31cee7 avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu 7 years ago
Steven Liu 880b299381 avformat/hlsenc: write fmp4 init header after first AV frame 7 years ago
Muhammad Faiz 8329ae781a avutil/crc: use ff_thread_once at av_crc_get_table 7 years ago
wm4 9283a4f19b avcodec/videotoolbox: fix opaque_ref handling 7 years ago
Aman Gupta b7f963c444 avcodec/videotoolbox: reorder functions to avoid forward declarations 7 years ago
Aman Gupta 5e577c586b avcodec/videotoolbox: fix whitespace 7 years ago
Aman Gupta c8b1a151ce avcodec/videotoolboxenc: remove spurious warning 7 years ago
Aman Gupta 68ef503bb5 avcodec/videotoolbox: pass through hevc param changes to the decoder 7 years ago
Aman Gupta 3a91b3ae74 avcodec/hevc: implement new decode_params callback for VideoToolbox 7 years ago
Aman Gupta bd2d70c0b8 avcodec/videotoolbox: remove unnecessary if statement 7 years ago
Aman Gupta 403d10a8b3 avcodec/videotoolbox: create avcC even when h264 extradata is missing 7 years ago
Aman Gupta 9519983c0f avcodec/videotoolbox: use decode_params to propagate H264 PPS changes and restart on SPS changes 7 years ago
Aman Gupta 872add0854 avcodec/h264: implement new decode_params callback for PPS/SPS 7 years ago
Aman Gupta 76f169368d avcodec: add decode_params callback to AVHWAccel struct 7 years ago
Aman Gupta dad42bc5a1 avcodec/h264, videotoolbox: return AVERROR_INVALIDDATA when no frames are produced 7 years ago
Aman Gupta 6515e2834a avcodec/videotoolbox: print descriptive errors on decode failures 7 years ago