summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '5c22c90c1d5050f1206e46494b193320ac2397cb'James Almer2017-11-121-1/+1
|\
| * vp9_superframe_bsf: cache packets by creating new references instead of movin...James Almer2017-11-111-4/+21
* | Merge commit '0ccddbad200c1d9439c5a836501917d515cddf76'James Almer2017-11-121-3/+7
|\ \ | |/
| * smacker: limit recursion depth of smacker_decode_bigtreeAndreas Cadhalpun2017-11-101-4/+11
* | Merge commit 'cd4663dc80323ba64989d0c103d51ad3ee0e9c2f'James Almer2017-11-121-2/+4
|\ \ | |/
| * smacker: add sanity check for length in smacker_decode_tree()Michael Niedermayer2017-11-101-1/+6
* | Merge commit '1746c7c8f2f9a6c5eacb486426dd0a579b4b7498'James Almer2017-11-121-3/+3
|\ \ | |/
| * libspeexenc: Use speex_lib_get_mode instead of the speex_foo_mode data symbolsMartin Storsjö2017-11-041-3/+3
| * vaapi: Always free parameter buffers after vaEndPicture() with libva2Mark Thompson2017-10-252-4/+4
| * vaapi: Remove H.264 baseline profileMark Thompson2017-10-242-4/+4
| * vaapi: Disable deprecation warnings around use of struct vaapi_contextMark Thompson2017-10-241-0/+3
* | lavc/jpeg2000dec: Fix used variables reading palette.Carl Eugen Hoyos2017-11-121-2/+2
* | Merge commit 'b487add7ecf78efda36d49815f8f8757bd24d4cb'James Almer2017-11-111-4/+2
|\ \ | |/
| * arm: Remove a redundant check in fmtconvert_init_arm.cMartin Storsjö2017-10-241-4/+2
| * lavc: fix hw_device_ctx operationwm42017-10-231-4/+2
* | avcodec/Makefile: build libxvid_rc.o only if libxvid_encoder is enabledJames Almer2017-11-111-2/+1
* | nvdec: add frames_params supportwm42017-11-114-38/+57
* | Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'James Almer2017-11-1126-181/+396
|\ \ | |/
| * lavc: external hardware frame pool initializationwm42017-10-1925-181/+392
| * qsv: Make the hevc idr_interval consistent with the h264 oneLuca Barbato2017-10-181-1/+5
* | Revert "Merge commit '8e97a8c69162afce47abea96c8c0914f3550e212'"James Almer2017-11-112-0/+10
* | Merge commit '732510636e597585a79be7d111c88b3f7e174fe7'James Almer2017-11-111-2/+2
|\ \ | |/
| * aarch64: Remove a dot from a labelMartin Storsjö2017-10-181-2/+2
| * mss1: Add missing macro parameters to ARITH_GET_* macrosDiego Biurrun2017-10-161-8/+8
* | Merge commit '077011b5af2b3150efc52a9b58f5ef9bb0235087'James Almer2017-11-111-0/+5
|\ \ | |/
| * qsv: Expose idr_interval for hevc as wellLuca Barbato2017-10-141-0/+1
| * pictor: Correctly check frame dimensionsMichael Niedermayer2017-10-121-1/+1
* | Merge commit '8e97a8c69162afce47abea96c8c0914f3550e212'James Almer2017-11-112-10/+0
|\ \ | |/
| * build: Remove check for gsm/gsm.h for libgsmDiego Biurrun2017-10-102-10/+0
| * build: Drop explicit check for dlfcn.hDiego Biurrun2017-10-101-6/+4
* | Merge commit '09c98327b9f25c6c1716c0ee82ce09d8b484887a'James Almer2017-11-111-33/+0
|\ \ | |/
| * configure: rename hevc_ps to hevcparseJames Almer2017-10-101-4/+4
| * extract_extradata: return an error when buffer allocation failsJames Almer2017-10-091-1/+4
| * cinepakenc: Move declaration out of for initialisation statementMark Thompson2017-09-271-1/+2
| * hapdec: Delete include for nonexistent fileMark Thompson2017-09-271-1/+0
| * hevc: Fix aligned array declarationsMark Thompson2017-09-271-4/+4
* | Merge commit 'ea25ccd1b2a980df8d43cc1f86a23e3c094090a6'James Almer2017-11-111-0/+5
|\ \ | |/
| * qsv: Join the derived session to the parentLuca Barbato2017-09-271-0/+5
| * cbs_h264: Fix writing streams with auxiliary picturesMark Thompson2017-09-251-1/+2
| * vaapi_mpeg2: Convert to use coded bitstream infrastructureMark Thompson2017-09-121-215/+423
| * mpeg12: Move finding the best frame rate to common codeMark Thompson2017-09-125-53/+161
| * cbs_mpeg2: Add support for picture display extensionMark Thompson2017-09-122-0/+52
| * cbs_h265: Fix ranges of prediction weight offsetsMark Thompson2017-09-121-6/+6
| * cbs_h265: Fix reading of unknown parameter set extension dataMark Thompson2017-09-121-1/+2
| * vaapi_h264: Fix CPB/DPB delaysMark Thompson2017-09-121-4/+2
* | Merge commit 'f940c859c23ae201b0170cf541ea8f6b7a52dd49'James Almer2017-11-111-5/+2
|\ \ | |/
| * Revert "vaapi_h265: Reduce the amount of padding in the stream"Mark Thompson2017-09-121-5/+2
| * h264_metadata: Fix double-freeMark Thompson2017-09-121-1/+9
| * cbs: Add buffer padding when splitting fragmentsMark Thompson2017-09-122-3/+11
| * cbs: Always check for bitstream end before readingMark Thompson2017-09-123-62/+67