summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* vaapi_encode: Fix fallback when input does not match any formatMark Thompson2016-06-21
* dxva2_h264: Remove an unused variableMartin Storsjö2016-06-21
* lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-21
* qsvenc: support getting the session from an AVHWFramesContextAnton Khirnov2016-06-21
* qsvdec: support getting the session from an AVHWFramesContextAnton Khirnov2016-06-21
* qsvdec: move reading the user-provided session to qsv_decode_init()Anton Khirnov2016-06-21
* lavc: allow using AVCodecContext.hw_frames_ctx for decodingAnton Khirnov2016-06-21
* truemotion2rt: Use ff_set_dimensionsVittorio Giovara2016-06-21
* pixdesc: Add new SMPTE 431, 432, and 2085 color propertiesVittorio Giovara2016-06-21
* pixfmt: Add ARIB STD-B76 color transfer characteristicNeil Birkbeck2016-06-21
* h264: handle frame recovery in h264_field_start()Anton Khirnov2016-06-21
* h264: discard slices of redundant pictures right after parsing the slice headerAnton Khirnov2016-06-21
* h264: always set redundant_pic_count during slice header parsingAnton Khirnov2016-06-21
* h264: call the hwaccel frame_start() from h264_field_start()Anton Khirnov2016-06-21
* h264: fix the check for mixed IDR/non-IDR slicesAnton Khirnov2016-06-21
* h264: do not pass H264Context to h264_slice_header_parse()Anton Khirnov2016-06-21
* h264: fix warnings in fill_filter_caches_inter()Anton Khirnov2016-06-21
* h264: drop tests whether the codec id is AV_CODEC_ID_H264Anton Khirnov2016-06-21
* h264_cabac: drop an always true conditionAnton Khirnov2016-06-21
* h264: add H264_ prefix to the NAL unit typesAnton Khirnov2016-06-21
* h264_sei: drop an unnecessary h264dec.h includeAnton Khirnov2016-06-21
* lavc: drop unnecessary h264dec.h includesAnton Khirnov2016-06-21
* h264: tighten the valid range for ref_frame_countAnton Khirnov2016-06-21
* h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-21
* svq3: stop using H264PictureAnton Khirnov2016-06-21
* h264: create a new header for common h264 definitionsAnton Khirnov2016-06-21
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-21
* h264: factor out setting frame properties / side dataAnton Khirnov2016-06-21
* h264: drop unused NAL_FF_IGNOREAnton Khirnov2016-06-21
* h264: move a per-field block from decode_slice_header() to field_start()Anton Khirnov2016-06-21
* h264: only allow ending a field/starting a new one before finish_setup()Anton Khirnov2016-06-21
* h264: store {curr,max}_pic_num in the per-slice contextAnton Khirnov2016-06-21
* h264: decode the poc values from the slice header into the per-slice contextAnton Khirnov2016-06-21
* h264: set mb_aff_frame in frame_start()Anton Khirnov2016-06-21
* h264: move the block starting a new field out of slice_header_parse()Anton Khirnov2016-06-21
* h264: pass a H2645NAL to slice header decodingAnton Khirnov2016-06-21
* Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-20
* Add MagicYUV decoderPaul B Mahol2016-06-20
* ffv1: Error out on unsupported formatJerome Martinez2016-06-18
* h264: Support AV_PKT_DATA_NEW_EXTRADATAVittorio Giovara2016-06-17
* lavc: Document AV_PKT_DATA_NEW_EXTRADATAVittorio Giovara2016-06-17
* x86: Add missing movsxd for the int stride parameterMartin Storsjö2016-06-17
* h264: Drop unused function check_opcodes()Diego Biurrun2016-06-14
* avpacket: Error out when creating 0-sized side dataVittorio Giovara2016-06-13
* h264: Fix decoding delay for Intra only streamsAnton Mitrofanov2016-06-12
* lavc: add H.264 MVC profilesAnton Khirnov2016-06-12
* h264: factor out setting the parameter sets for a frameAnton Khirnov2016-06-12
* h264: pass just the PPS to get_chroma_qp()Anton Khirnov2016-06-12
* h264: merge the two reinit blocks in slice_header_parse()Anton Khirnov2016-06-12
* h264: factor starting a new field out of parsing the slice headerAnton Khirnov2016-06-12