summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* h264: Add support for alternative transfer characterics SEIVittorio Giovara2017-08-103-0/+24
* vaapi_encode: Move quality option to common codeMark Thompson2017-08-063-23/+43
* hevc: Validate the number of long term reference picturesMark Thompson2017-08-051-0/+6
* hevc: Improve stream constraint values in common headerMark Thompson2017-08-053-16/+57
* h264: Add stream constraint values to the common headerMark Thompson2017-08-051-0/+45
* hevcdec: add a CUVID hwaccelAnton Khirnov2017-07-285-1/+291
* hevcdec: set the active SPS before calling get_format()Anton Khirnov2017-07-281-4/+5
* cuvid: add cuvid.h to SKIPHEADERSAnton Khirnov2017-07-271-0/+1
* h264dec: add a CUVID hwaccelAnton Khirnov2017-07-266-1/+671
* decode: add a per-frame private data for hwaccel useAnton Khirnov2017-07-262-0/+9
* decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov2017-07-262-0/+26
* decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-07-262-0/+70
* decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov2017-07-261-0/+3
* h264dec: Fix mix of lossless and lossy MBs decodingAnton Mitrofanov2017-07-262-16/+16
* h264_cabac: Fix CABAC+8x8dct in 4:4:4Anton Mitrofanov2017-07-261-14/+33
* h264dec: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta2017-07-264-1/+84
* h264dec: track the last seen value of x264_buildAnton Khirnov2017-07-264-3/+9
* lavc, lavu: move frame cropping to a convenience functionwm42017-07-261-87/+2
* libavcodec/mjpeg_qsv: Add QSV MJPEG encoderHuang, Zhengxu2017-07-255-2/+189
* dxva: DXVA2_ModeHEVC_VLD_Main10 does not support Mainwm42017-07-221-2/+1
* hevc: Make sure to update the current frame transfer characteristicVittorio Giovara2017-07-211-1/+1
* flac: Use a local cache for decode_residual()Luca Barbato2017-07-091-6/+9
* flac: Postpone unlikely condition checksLuca Barbato2017-07-091-8/+9
* flac: Convert to the new bitstream readerAlexandra Hájková2017-07-095-70/+70
* bitstream: Avoid undefined behavior in bitstream_skip()Luca Barbato2017-07-091-2/+4
* bink: Split read_dct_coeffs()Diego Biurrun2017-07-051-14/+28
* cinepakenc: misc small changesDiego Biurrun2017-07-051-11/+9
* cinepakenc: K&R formatting cosmeticsDiego Biurrun2017-07-051-427/+444
* cinepakenc: Stop using AVPictureTimothy Gu2017-07-051-106/+162
* cinepakenc: Drop broken debug codeDiego Biurrun2017-07-051-175/+10
* cinepakenc: add option handling for flexibilityaddr-see-the-website@aetey.se2017-07-051-30/+62
* cinepakenc: fixes and improvementsaddr-see-the-website@aetey.se2017-07-051-194/+640
* Add Cinepak encoderTomas Härdin2017-07-053-1/+824
* hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-283-0/+22
* dvbsubdec: Free subrect memory on allocation errorVittorio Giovara2017-06-281-0/+8
* dvbsubdec: Fixed segfault when decoding subtitlesLorenz Brun2017-06-281-6/+11
* hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov2017-06-271-2/+6
* dxva: verbose-log decoder GUID listwm42017-06-271-0/+47
* dxva: support DXGI_FORMAT_420_OPAQUE decodingwm42017-06-271-2/+11
* dxva: fix some warningswm42017-06-271-9/+7
* dxva: add declarative profile checkswm42017-06-271-20/+44
* nvenc: Minimize the surface allocationBen Chang2017-06-243-9/+44
* nvenc: Use a fifo to manage the free surface poolBen Chang2017-06-242-11/+15
* nvenc: Add an explicit auto aliasBen Chang2017-06-242-0/+2
* aarch64: vp9: Fix assembling with Xcode 6.2 and olderMemphiz2017-06-202-4/+4
* build: Add missing mpeg4audio dependency for RTP muxerDiego Biurrun2017-06-171-0/+1
* libfdk-aacdec: Correct buffer_size parameterMichael Niedermayer2017-06-131-1/+1
* mmal: Add missing .item_name to AVClass declarationDiego Biurrun2017-06-131-0/+1
* Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-1213-26/+67
* nvenc: Add default value for AVCodecContext::refsSrinath K R2017-06-102-0/+2
OpenPOWER on IntegriCloud