43458 Commits (80fbb7becae530167373fe5178966b7d7604306e)
 

Author SHA1 Message Date
Anton Khirnov 606fb6c032 h264: call the hwaccel frame_start() from h264_field_start() 9 years ago
Anton Khirnov d1d7678040 h264: fix the check for mixed IDR/non-IDR slices 9 years ago
Anton Khirnov b13fc1e344 h264: do not pass H264Context to h264_slice_header_parse() 9 years ago
Anton Khirnov 996f13413b h264: fix warnings in fill_filter_caches_inter() 9 years ago
Anton Khirnov bc7f426851 h264: drop tests whether the codec id is AV_CODEC_ID_H264 9 years ago
Anton Khirnov 8281cd5cb8 h264_cabac: drop an always true condition 9 years ago
Anton Khirnov 5c2fb561d9 h264: add H264_ prefix to the NAL unit types 9 years ago
Anton Khirnov 1cf2f3d334 h264_sei: drop an unnecessary h264dec.h include 9 years ago
Anton Khirnov b24dafe105 lavc: drop unnecessary h264dec.h includes 9 years ago
Anton Khirnov 70b1dcef2d h264: tighten the valid range for ref_frame_count 9 years ago
Anton Khirnov f638b67e57 h264: move the parameter set definitions to a new header file 9 years ago
Anton Khirnov 4e2f621248 svq3: stop using H264Picture 9 years ago
Anton Khirnov 251cbb4400 h264: create a new header for common h264 definitions 9 years ago
Anton Khirnov 9df889a5f1 h264: rename h264.[ch] to h264dec.[ch] 9 years ago
Anton Khirnov f651c6a259 h264: factor out setting frame properties / side data 9 years ago
Anton Khirnov 19446dc5ff h264: drop unused NAL_FF_IGNORE 9 years ago
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
Vittorio Giovara 523c4c5b70 fate: Add TrueMotion 2 RT tests 9 years ago
Vittorio Giovara 906ffed9b1 fate: Move Duck Truemotion 1 and 2 tests to vpx.mak 9 years ago
Paul B Mahol 470cd0c5fe Add TrueMotion 2.0 Real Time decoder 9 years ago
Vittorio Giovara cc58656aca fate: Add tests for MagicYUV 9 years ago
Paul B Mahol d78fd2fa21 Add MagicYUV decoder 9 years ago
Jerome Martinez ec9f04423b ffv1: Error out on unsupported format 9 years ago
Martin Storsjö 105998fb5c checkasm: Add tests for h264 idct 9 years ago
Vittorio Giovara 846a3e78a5 mov: Support prores with multiple stsd 9 years ago
Vittorio Giovara 7672997004 mov: Implement support for multiple sample description tables 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
Martin Storsjö f1a9eee41c x86: Add missing movsxd for the int stride parameter 9 years ago
Diego Biurrun a2ddfadc2d avdevice: Ignore timefilter test program 9 years ago
Diego Biurrun d6c2c2796d LICENSE: Fix silly typo 9 years ago
Diego Biurrun 84b2d3fb68 h264: Drop unused function check_opcodes() 9 years ago
Vittorio Giovara 05a4bacbf7 avpacket: Error out when creating 0-sized side data 9 years ago
Vittorio Giovara bcc07e2576 pixdesc: Use C99 array to list color properties names 9 years ago
Anton Mitrofanov a833ff68f6 h264: Fix decoding delay for Intra only streams 9 years ago
Anton Khirnov 90f469aa2b lavc: add H.264 MVC profiles 9 years ago
Anton Khirnov 61f168ae34 h264: factor out setting the parameter sets for a frame 9 years ago
Anton Khirnov 6e92181bf8 h264: pass just the PPS to get_chroma_qp() 9 years ago
Anton Khirnov d1f539c97e h264: merge the two reinit blocks in slice_header_parse() 9 years ago
Anton Khirnov 3fba16ecd9 h264: factor starting a new field out of parsing the slice header 9 years ago
Anton Khirnov bec993381c h264: postpone generating the implicit MMCOs 9 years ago
Anton Khirnov 2d410ebbaa h264: decode the MMCOs into per-slice contexts 9 years ago
Anton Khirnov 39ab2ea531 h264: rename mmco_index to nb_mmco 9 years ago
Anton Khirnov 7ab5d577a9 h264: move initializing the slice start out of h264_slice_header_parse() 9 years ago