summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge commit '00fd914d4912322212e924c15f325cebf2fde8d3'James Almer2017-11-10
|\
| * hevcdec: set the active SPS before calling get_format()Anton Khirnov2017-07-28
| * cuvid: add cuvid.h to SKIPHEADERSAnton Khirnov2017-07-27
| * h264dec: add a CUVID hwaccelAnton Khirnov2017-07-26
| * decode: add a per-frame private data for hwaccel useAnton Khirnov2017-07-26
| * decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov2017-07-26
| * decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-07-26
| * decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov2017-07-26
| * h264dec: Fix mix of lossless and lossy MBs decodingAnton Mitrofanov2017-07-26
| * h264_cabac: Fix CABAC+8x8dct in 4:4:4Anton Mitrofanov2017-07-26
| * h264dec: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta2017-07-26
* | h264dec: add a NVDEC hwaccelAnton Khirnov2017-11-10
* | avcodec/decode: add missing \n to log messagewm42017-11-10
* | avcodec: allow multiple hwaccels for the same codec/pixfmtwm42017-11-10
* | avcodec/cuvid: rename cuvid.c to cuviddec.cwm42017-11-10
* | aptx: implement the aptX bluetooth codecAurelien Jacobs2017-11-10
* | decode: add a per-frame private data for hwaccel useAnton Khirnov2017-11-10
* | decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov2017-11-10
* | decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-11-10
* | lavc/libx265: switch to ff_alloc_packet2Jun Zhao2017-11-10
* | lavc/libkvazaar: switch to ff_alloc_packet2.Jun Zhao2017-11-10
* | avcodec/cngdec: Fix integer clippingMichael Niedermayer2017-11-09
* | lavc/pngdec: fix av_bprint_finalize() usage.Nicolas George2017-11-09
* | aacenc: mark the preset 5.0/5.1 layouts correctly with back speakersRostislav Pehlivanov2017-11-09
* | aacenc: use the PCE comment field for encoder IDRostislav Pehlivanov2017-11-09
* | aacenc: support extended channel layouts using PCEsRostislav Pehlivanov2017-11-09
* | pngdec: expose gAMA and cHRM chunks as side/meta dataRostislav Pehlivanov2017-11-09
* | pngdec: check for bprint finalization sucess on icc data parsingRostislav Pehlivanov2017-11-09
* | vc2enc_dwt: pad the temporary buffer by the slice sizeRostislav Pehlivanov2017-11-09
* | avcodec/mips: Improve hevc non-uni hv mc msa functionsKaustubh Raste2017-11-08
* | avcodec/mips: Improve hevc uni weighted 4 tap vt mc msa functionsKaustubh Raste2017-11-08
* | avcodec/mips: Improve hevc uni 4 tap hv mc msa functionsKaustubh Raste2017-11-08
* | avcodec/mips: Improve hevc bi wgt 4 tap hv mc msa functionsKaustubh Raste2017-11-08
* | avcodec/qsvenc_jpeg: fix copyright headerJames Almer2017-11-08
* | Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4'James Almer2017-11-08
|\|
| * h264dec: track the last seen value of x264_buildAnton Khirnov2017-07-26
| * lavc, lavu: move frame cropping to a convenience functionwm42017-07-26
* | Merge commit '2fd6e7d077f590e4d7195356f9baeb271f8b9ae2'James Almer2017-11-08
|\|
| * libavcodec/mjpeg_qsv: Add QSV MJPEG encoderHuang, Zhengxu2017-07-25
| * dxva: DXVA2_ModeHEVC_VLD_Main10 does not support Mainwm42017-07-22
| * hevc: Make sure to update the current frame transfer characteristicVittorio Giovara2017-07-21
* | lavc/dnxhddata: Do not print frame rates with supported profiles.Carl Eugen Hoyos2017-11-08
* | Merge commit '0f5ad12ba2b538cb329c507ecc914e06bfa70194'James Almer2017-11-07
|\|
| * flac: Use a local cache for decode_residual()Luca Barbato2017-07-09
* | Merge commit '15f1cc09a406cf6296818d475a256902235eefc4'James Almer2017-11-07
|\|
| * flac: Postpone unlikely condition checksLuca Barbato2017-07-09
| * flac: Convert to the new bitstream readerAlexandra Hájková2017-07-09
| * bitstream: Avoid undefined behavior in bitstream_skip()Luca Barbato2017-07-09
* | Merge commit 'fd92dafaff8844b5fedf94679b93d953939a7f7b'James Almer2017-11-07
|\|
| * bink: Split read_dct_coeffs()Diego Biurrun2017-07-05