36168 Commits (fd242479c6667dbd5e6e869c6bbade4f3d368f29)

Author SHA1 Message Date
Anton Khirnov bcd91f1644 h264: move a per-field block from decode_slice_header() to field_start() 9 years ago
Anton Khirnov 17e7c03e12 h264: only allow ending a field/starting a new one before finish_setup() 9 years ago
Anton Khirnov debca90863 h264: store {curr,max}_pic_num in the per-slice context 9 years ago
Anton Khirnov f966498e43 h264: decode the poc values from the slice header into the per-slice context 9 years ago
Anton Khirnov 54dd9b1cdd h264: set mb_aff_frame in frame_start() 9 years ago
Anton Khirnov 8d36932c8d h264: move the block starting a new field out of slice_header_parse() 9 years ago
Anton Khirnov b25cd7540e h264: pass a H2645NAL to slice header decoding 9 years ago
Clément Bœsch 26cfafa52d lavc/h264_slice: mark ref2frm as const pointers 9 years ago
Paul B Mahol 470cd0c5fe Add TrueMotion 2.0 Real Time decoder 9 years ago
Paul B Mahol d78fd2fa21 Add MagicYUV decoder 9 years ago
Matthieu Bouron 0ea58059d6 lavc/h264_ps: add ff_h264_ps_uninit and use it 9 years ago
Carl Eugen Hoyos dcdf69561f lavc/audiotoolboxdec: Forward extradata for QDMC and QDM2. 9 years ago
Clément Bœsch 38a2d9aeec lavc/h264_parser: replace AVCodecContext with logging ctx in scan_mmco_reset() 9 years ago
Clément Bœsch 4fdea02d68 lavc/h264: add a logging ctx to ff_h264_pred_weight_table() 9 years ago
Matthieu Bouron 432891a96e lavc/mediacodecdec{,_h264}: set FF_CODEC_CAP_SETS_PKT_DTS capability 9 years ago
Dan Dennedy b8d754c5d0 lavc/videotoolbox: Fix videotoolbox compile error on OS X 10.8. 9 years ago
Clément Bœsch fd1d84bcf6 lavc/magicyuv: fix undefined behaviour introduced in 8a135a55b 9 years ago
James Almer 5f5a97dc3d avcodec/qsvenc_h264: declare the QSVEncContext variable before using it 9 years ago
Clément Bœsch 34ec084b84 lavc/h264: move history parsing variable to H264ParseContext 9 years ago
Clément Bœsch 48ea5433c8 lavc/h264_parser: pass logctx to h264_find_frame_end() 9 years ago
Paul B Mahol 8a135a55b3 avcodec/magicyuv: check dimensions 9 years ago
Andrey Turkin 63adb3602d libavcodec: factor out SEI generation for A53 captions 9 years ago
Clément Bœsch b51d5c99b8 lavc/h264_parse: remove tabs introduced in a2922b5d 9 years ago
Jerome Martinez ec9f04423b ffv1: Error out on unsupported format 9 years ago
James Almer 403a53c60e avcodec/ffv1enc: silence warning about deprecated coded_frame 9 years ago
Michael Niedermayer 4efbeadadc avcodec/snow: Document BlockNode 9 years ago
Michael Niedermayer 737f06577c avcodec/snow: Remove unused function 9 years ago
Clément Bœsch 6cb550e933 lavc/videotoolbox: remove config_info maximum capacity 9 years ago
Clément Bœsch 6fd58eba1c lavc/videotoolbox: CFRelease() session 9 years ago
Vittorio Giovara 187d719760 h264: Support AV_PKT_DATA_NEW_EXTRADATA 9 years ago
Vittorio Giovara 75872d77d2 lavc: Document AV_PKT_DATA_NEW_EXTRADATA 9 years ago
Steve Lhomme 193a421994 d3d11va: don't keep the context lock while waiting for a frame 9 years ago
Rick Kern 8b069b1cd5 lavc/videotoolboxenc: remove unnecessary logging 9 years ago
Rick Kern 8e47a99f57 lavc/videotoolbox: fix H.264 hwaccel init issue 9 years ago
Rick Kern 143685a42b lavc/audiotoolboxenc: fix dropped frames on iOS 9 years ago
James Almer 94011f994a avodec/h264dec: fix compilation with -DTRACE 9 years ago
Martin Storsjö f1a9eee41c x86: Add missing movsxd for the int stride parameter 9 years ago
Paul B Mahol 6098d4b8a8 avcodec/sheervideo: check build_vlc for failure 9 years ago
Carl Eugen Hoyos aec96e233f lavc/dpx: Support decoding 12 bit colourspace with transparency information. 9 years ago
Matthieu Bouron 346b3c5c41 lavc/mediacodec: re-indent after previous commit 9 years ago
Matthieu Bouron e452abc5c2 lavc/mediacodec: refactor ff_AMediaCodecList_getCodecByType 9 years ago
James Almer ede4ec1f8f x86/aacpsdsp: optimize add_squares loop 9 years ago
Carl Eugen Hoyos d5ded429f2 lavc/dpx: Support decoding 10 bit colourspace with transparency information. 9 years ago
Diego Biurrun 84b2d3fb68 h264: Drop unused function check_opcodes() 9 years ago
Clément Bœsch 7dd8cd1933 lavc/h264_sei: fix broken style around green metadata code 9 years ago
Clément Bœsch 5342bb624d lavc/h264: rename GreenMetaData to H264SEIGreenMetaData 9 years ago
Clément Bœsch b0ec36c9b1 lavc/h264_sei: reduce scope of parameters for green meta decode 9 years ago
Clément Bœsch fef89aae98 lavc/h264: move green meta logging out of the sei decoding 9 years ago
Clément Bœsch 7a2a8b541a lavc/h264_sei: fix green metadata typo 9 years ago
Jérôme Martinez 878c3a3645 avcodec/ffv1dec: fix some unsupported pix_fmt 9 years ago