summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* msvc: Properly specify dllexport for data symbols shared across dll boundariesMartin Storsjö2017-08-318-21/+29
* Remove support for building for mingw32ce (Windows CE)Martin Storsjö2017-08-315-18/+7
* lavf: make avio_read_partial() publicwm42017-08-307-12/+16
* swscale: Do not expand a macro with 'defined' in itDerek Buitenhuis2017-08-281-1/+5
* configure: Include d3d11va_extralibs in libavutilMartin Storsjö2017-08-251-1/+1
* yadif: Account for the buffer alignment while processing the frame edgesMichael Niedermayer2017-08-221-9/+19
* aarch64: Fix negative movrel offsets for windowsMartin Storsjö2017-08-221-0/+9
* 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-2019-19/+19
* lavc: Add mpeg2_metadata bitstream filterMark Thompson2017-08-205-0/+399
* lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-08-209-2/+975
* 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-135-1069/+585
* 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-133-876/+549
* lavc: Add hevc_metadata bitstream filterMark Thompson2017-08-135-0/+515
* lavc: Add h264_redundant_pps bitstream filterMark Thompson2017-08-135-0/+190
* lavc: Add h264_metadata bitstream filterMark Thompson2017-08-135-0/+578
* lavc: Add trace_headers bitstream filterMark Thompson2017-08-125-0/+136
* lavc: Add coded bitstream read/write support for H.265Mark Thompson2017-08-127-3/+2453
* lavc: Add coded bitstream read/write support for H.264Mark Thompson2017-08-128-0/+2706
* lavc: Add coded bitstream read/write APIMark Thompson2017-08-125-0/+819
* pixfmt: Support chroma-derived and ictcp color matricesVittorio Giovara2017-08-103-1/+7
* h264: Add support for alternative transfer characterics SEIVittorio Giovara2017-08-103-0/+24
* vaapi_encode: Move quality option to common codeMark Thompson2017-08-064-26/+49
* hevc: Validate the number of long term reference picturesMark Thompson2017-08-051-0/+6
* hevc: Improve stream constraint values in common headerMark Thompson2017-08-054-19/+60
* h264: Add stream constraint values to the common headerMark Thompson2017-08-051-0/+45
* mov: move stsd finalization to an appropriate placeSean McGovern2017-07-311-2/+2
* mov: Do not set stsd_count if mov_read_stsd() failsSean McGovern2017-07-311-8/+17
* mov: log and return early on non-positive stsd entry countsSean McGovern2017-07-301-0/+5
* hevcdec: add a CUVID hwaccelAnton Khirnov2017-07-287-2/+295
* fate/hevc: specify output pixel format explicitlyAnton Khirnov2017-07-281-1/+1
* hevcdec: set the active SPS before calling get_format()Anton Khirnov2017-07-281-4/+5
* avconv: when using -loop option bail out if seek to start failsPeter Große2017-07-281-3/+5
* cuvid: add cuvid.h to SKIPHEADERSAnton Khirnov2017-07-271-0/+1
* h264dec: add a CUVID hwaccelAnton Khirnov2017-07-2610-2/+687
* 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
OpenPOWER on IntegriCloud