summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/rawdec: Fix palette handling with changing palettesMichael Niedermayer2016-08-081-8/+17
* avcodec/ffv1: add AV_PIX_FMT_GBRP16 supportMichael Niedermayer2016-08-084-2/+45
* avcodec/ffv1: template functions to allow data types different from int16_tMichael Niedermayer2016-08-086-330/+415
* avcodec/qsvdec: Fix null dereferences in the qsv decoderYuli Khodorkovskiy2016-08-071-3/+5
* avcodec/raw: Fix decoding of ilacetest.movMichael Niedermayer2016-08-071-0/+1
* avcodec/ttadsp: cosmeticsJames Almer2016-08-065-21/+22
* avcodec/ffv1enc: Fix assertion failure with non zero bits per sampleMichael Niedermayer2016-08-061-4/+2
* lavc/vaapi_encode_h26x: Fix a crash if "." is not the decimal separator.Carl Eugen Hoyos2016-08-052-8/+8
* avcodec/vdpau: clean up vdpau_internal.hJames Almer2016-08-043-11/+1
* h264dec: Fix indentationTimothy Gu2016-08-041-16/+16
* Merge commit '58640fe89ec4f2a3d67c0a2585fca8de34440857'Timothy Gu2016-08-032-32/+32
|\
| * h264: handle frame recovery in h264_field_start()Anton Khirnov2016-06-212-18/+18
* | Merge commit 'e26c64148be8a20ace7512d96503172fb5e9753b'Timothy Gu2016-08-032-2/+7
|\ \ | |/
| * h264: discard slices of redundant pictures right after parsing the slice headerAnton Khirnov2016-06-212-2/+8
* | Merge commit '6efc4638584e1e14d1a6152186ba28f5d48a80c0'Timothy Gu2016-08-031-0/+1
|\ \ | |/
| * h264: always set redundant_pic_count during slice header parsingAnton Khirnov2016-06-211-0/+1
| * h264: call the hwaccel frame_start() from h264_field_start()Anton Khirnov2016-06-212-4/+6
* | Revert "Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'""Timothy Gu2016-08-033-6/+12
* | Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'"Timothy Gu2016-08-033-12/+6
* | Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'Timothy Gu2016-08-033-6/+12
|\ \ | |/
| * h264: fix the check for mixed IDR/non-IDR slicesAnton Khirnov2016-06-213-6/+12
* | Merge commit 'b13fc1e344011949929975a3451f78f226aa1de3'Timothy Gu2016-08-033-14/+14
|\ \ | |/
| * h264: do not pass H264Context to h264_slice_header_parse()Anton Khirnov2016-06-213-31/+31
* | mediacodec: Return ENOSYS on unsupported platformsTimothy Gu2016-08-021-2/+4
* | jni: Return ENOSYS on unsupported platformsTimothy Gu2016-08-021-5/+4
* | doxygen: Standardize root-level modulesTimothy Gu2016-08-021-1/+3
* | avcodec/h264dec: move ff_h264_ps_uninit prototype to h264_ps.hJames Almer2016-08-032-6/+5
* | libavcodec/dnxhd: Enable 12-bit DNxHR support.Steven Robertson2016-08-031-6/+1
* | x86/ttaenc: add ff_ttaenc_filter_process_{ssse3,sse4}James Almer2016-08-025-0/+168
* | avcodec/ttaenc: split off hybrid filter processing as ttaencdspJames Almer2016-08-024-33/+94
* | avcodec/alacenc: allocate bigger packetsPaul B Mahol2016-08-021-1/+1
* | Merge commit '996f13413b0415097e2a184d161462ffb3ceb647'James Almer2016-08-011-3/+3
|\ \ | |/
| * h264: fix warnings in fill_filter_caches_inter()Anton Khirnov2016-06-211-9/+9
* | Merge commit 'bc7f4268514624e1286ea76d27a89a56b4ee18e1'James Almer2016-08-012-9/+6
|\ \ | |/
| * h264: drop tests whether the codec id is AV_CODEC_ID_H264Anton Khirnov2016-06-212-6/+3
* | Merge commit '8281cd5cb80582d668ce0848e0e035b383f161f6'James Almer2016-08-011-1/+1
|\ \ | |/
| * h264_cabac: drop an always true conditionAnton Khirnov2016-06-211-1/+1
* | Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'James Almer2016-08-018-72/+72
|\ \ | |/
| * h264: add H264_ prefix to the NAL unit typesAnton Khirnov2016-06-218-65/+65
* | Merge commit '1cf2f3d334f52849aae2be868bad1e5fa5f59aa0'James Almer2016-08-011-1/+1
|\ \ | |/
| * h264_sei: drop an unnecessary h264dec.h includeAnton Khirnov2016-06-211-1/+1
* | Merge commit 'b24dafe10572254ff0decc18b0d7c3d3707d5a29'James Almer2016-08-012-2/+2
|\ \ | |/
| * lavc: drop unnecessary h264dec.h includesAnton Khirnov2016-06-212-2/+2
* | Merge commit '70b1dcef2d859ae6b3e21d61de928c3dd0cf1aa4'James Almer2016-08-011-2/+1
|\ \ | |/
| * h264: tighten the valid range for ref_frame_countAnton Khirnov2016-06-211-2/+1
* | Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'James Almer2016-08-0115-136/+181
|\ \ | |/
| * h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-2115-131/+176
* | avcodec/vp9_parser: Check the input frame sizes for being consistentMichael Niedermayer2016-08-011-0/+17
* | Merge commit '4e2f6212483ae1b2a4043cddf0a1cb001b476abc'Clément Bœsch2016-07-291-10/+24
|\ \ | |/
| * svq3: stop using H264PictureAnton Khirnov2016-06-211-10/+24
OpenPOWER on IntegriCloud