summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* msvc: Properly specify dllexport for data symbols shared across dll boundariesMartin Storsjö2017-08-316-15/+27
* png: Support RGBA64 pixel formatLuca Barbato2017-08-211-0/+3
* png: Report more details regarding unsupported pixel formatsLuca Barbato2017-08-211-0/+3
* mpeg2enc: Don't mark all streams as component videoMark Thompson2017-08-201-1/+1
* lavc: Add mpeg2_metadata bitstream filterMark Thompson2017-08-203-0/+362
* lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-08-207-0/+971
* cbs_h2645: Return error if writing failsMark Thompson2017-08-201-0/+5
* h264dec: use a large enough field for reference list modification valuesAnton Khirnov2017-08-181-1/+1
* xwddec: support 8bpp grayscalePiotr Bandurski2017-08-131-1/+3
* dfa: Disallow odd width/height and add proper bounds check for DDS1 chunksDiego Biurrun2017-08-131-1/+3
* vaapi_h265: Reduce the amount of padding in the streamMark Thompson2017-08-131-2/+5
* vaapi_h265: Add support for AUD NAL unitsMark Thompson2017-08-131-0/+39
* vaapi_h265: Convert to use coded bitstream infrastructureMark Thompson2017-08-134-1068/+584
* vaapi_h264: Add support for SEI recovery pointsMark Thompson2017-08-131-1/+19
* vaapi_h264: Add support for AUD NAL unitsMark Thompson2017-08-131-0/+33
* vaapi_h264: Convert to use coded bitstream infrastructureMark Thompson2017-08-132-875/+548
* lavc: Add hevc_metadata bitstream filterMark Thompson2017-08-133-0/+460
* lavc: Add h264_redundant_pps bitstream filterMark Thompson2017-08-133-0/+180
* lavc: Add h264_metadata bitstream filterMark Thompson2017-08-133-0/+514
* lavc: Add trace_headers bitstream filterMark Thompson2017-08-123-0/+127
* lavc: Add coded bitstream read/write support for H.265Mark Thompson2017-08-126-3/+2451
* lavc: Add coded bitstream read/write support for H.264Mark Thompson2017-08-127-0/+2704
* lavc: Add coded bitstream read/write APIMark Thompson2017-08-124-0/+818
* 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
OpenPOWER on IntegriCloud