43628 Commits (87c6c78604e4dd16f1f45862b27ca006da010527)
 

Author SHA1 Message Date
Anton Khirnov 32c8359093 lavc: export the timestamps when decoding in AVFrame.pts 9 years ago
Anton Khirnov ac7bfd6967 lavfi: add a QSV scaling filter 9 years ago
Anton Khirnov ad9c9440d5 qsvenc: support getting the session from an AVHWFramesContext 9 years ago
Anton Khirnov a0524d9b1e qsvdec: support getting the session from an AVHWFramesContext 9 years ago
Anton Khirnov 59e7361cc7 hwcontext: add a QSV implementation 9 years ago
Anton Khirnov 6f19bbcf85 qsvdec: move reading the user-provided session to qsv_decode_init() 9 years ago
Anton Khirnov e85f6f7f8d lavc: allow using AVCodecContext.hw_frames_ctx for decoding 9 years ago
Vittorio Giovara 40dd5166d2 truemotion2rt: Use ff_set_dimensions 9 years ago
Vittorio Giovara a816432337 pixdesc: Add new SMPTE 431, 432, and 2085 color properties 9 years ago
Neil Birkbeck 5d560d38de pixfmt: Add ARIB STD-B76 color transfer characteristic 9 years ago
Anton Khirnov 6ed0f70f97 avconv: factor out initializing stream parameters for streamcopy 9 years ago
Anton Khirnov 5fa255b65c avconv: initialize output framerate earlier 9 years ago
Anton Khirnov 1e93c1e30f avconv: do not set encoder options when streamcopy is used 9 years ago
Anton Khirnov 90944ee3ab avconv: refactor selecting an encoder 9 years ago
Anton Khirnov 5e1840622c avconv: fix handling attachments in init_output_stream 9 years ago
Anton Khirnov 73c6ec6d65 avconv: create simple filtergraphs earlier 9 years ago
Anton Khirnov 49670e4218 avconv: add a function for determining whether a filtergraph is simple 9 years ago
Anton Khirnov 58640fe89e h264: handle frame recovery in h264_field_start() 9 years ago
Anton Khirnov e26c64148b h264: discard slices of redundant pictures right after parsing the slice header 9 years ago
Anton Khirnov 6efc463858 h264: always set redundant_pic_count during slice header parsing 9 years ago
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