summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* h264dec: do not call finish_setup() if we have not started a frameAnton Khirnov2016-07-201-1/+1
* h264dec: handle zero-sized NAL units in get_last_needed_nal()Anton Khirnov2016-07-201-2/+9
* h264dec: make sure not to call finish_setup() more than once per frameAnton Khirnov2016-07-201-1/+1
* hevc: set profile based on the profile compatibility flags if neededHendrik Leppkes2016-07-201-1/+5
* hevc: Add AVX2 DC IDCTJames Almer2016-07-184-2/+167
* hevc: Add coefficient limiting to speed up IDCTMickaël Raulet2016-07-183-16/+36
* hevc: Add DC IDCTMickaël Raulet2016-07-184-2/+31
* hevcdsp_template: Templatize IDCTMickaël Raulet2016-07-181-78/+30
* hevc: Separate adding residual to prediction from IDCTAlexandra Hájková2016-07-184-83/+47
* hevc: offer DXVA2 for 10bit 420Anton Khirnov2016-07-151-1/+4
* h264: fix decoding multiple fields per packet with slice threadsAnton Khirnov2016-07-153-83/+105
* h264: eliminate decode_postinit()Anton Khirnov2016-07-153-169/+152
* libopenh264enc: Simplify init by setting FF_CODEC_CAP_INIT_CLEANUPMartin Storsjö2016-07-151-19/+8
* libopenh264enc: Return a more sensible error code in some init failure pathsMartin Storsjö2016-07-151-0/+2
* libopenh264dec: Simplify the init thanks to FF_CODEC_CAP_INIT_CLEANUP being setMartin Storsjö2016-07-151-10/+5
* libopenh264dec: Fix cleanup if the init failed earlyMartin Storsjö2016-07-151-1/+1
* h264: Log more information about invalid NALu sizeVittorio Giovara2016-07-131-1/+3
* h2645_parse: handle embedded Annex B NAL units in size prefixed NAL unitsJanne Grunau2016-07-131-12/+51
* h264_ps: export actual height in MBs as SPS.mb_heightAnton Khirnov2016-07-113-4/+13
* d3d11va: don't keep the context lock while waiting for a frameSteve Lhomme2016-07-111-3/+9
* vp8dsp: Remove the comment saying that the height is equal to the widthMartin Storsjö2016-07-101-1/+1
* vp8/armv6: mc: avoid boolean expression in calculationJanne Grunau2016-07-101-7/+2
* libopenh264: Support building with the 1.6 releaseMartin Storsjö2016-07-092-2/+26
* arm: Fix a typo in a commentMartin Storsjö2016-07-062-2/+2
* vp8dsp: Clarify the first dimension of the mc function tablesMartin Storsjö2016-07-061-2/+2
* qsvdec: when a frames ctx is supplied, use its frame dimensionsAnton Khirnov2016-07-031-2/+7
* qsvdec: add support for P010 (10-bit 420) decodingAnton Khirnov2016-07-033-4/+16
* qsvdec: use the same mfxFrameInfo for allocating frames that was passed to DE...Anton Khirnov2016-07-032-9/+7
* qsvdec: make ff_qsv_map_pixfmt() return a MFX fourcc as wellAnton Khirnov2016-07-034-15/+17
* vaapi_encode: Respect driver quirks around buffer destructionMark Thompson2016-07-021-1/+21
* tiffenc: Check zlib support for deflate option during initializationVittorio Giovara2016-06-291-2/+10
* tiffenc: Check av_pix_fmt_desc_get() return valueVittorio Giovara2016-06-291-1/+3
* targaenc: Move size check to initialization functionVittorio Giovara2016-06-291-4/+5
* rle: K&R formatting cosmeticsVittorio Giovara2016-06-292-18/+25
* build: Drop unnecessary libavcodec <-> libavformat object dependenciesDiego Biurrun2016-06-291-13/+3
* build: Move MP2 muxer declaration away from MP3 muxer codeDiego Biurrun2016-06-291-1/+0
* build: Move ff_mpeg12_frame_rate_tab to a separate fileDiego Biurrun2016-06-293-20/+40
* build: Add a new component for H.264 parsing codeDiego Biurrun2016-06-291-6/+5
* ffv1: Report additional bitstream information in verbose modeLuca Barbato2016-06-291-0/+7
* ffv1: Remove version 2 and mark version 3 as non-experimentalLuca Barbato2016-06-291-37/+35
* Add an OpenH264 decoder wrapperMartin Storsjö2016-06-287-45/+358
* qsvdec_hevc: add the UID of the HEVC HW decoder pluginAnton Khirnov2016-06-281-2/+9
* qsvdec_hevc: fix a variable nameAnton Khirnov2016-06-281-2/+2
* options_table: Add aliases for color propertiesVittorio Giovara2016-06-272-9/+25
* pixdesc: Add aliases to SMPTE color propertiesVittorio Giovara2016-06-272-4/+7
* vaapi_encode: Maintain a pool of bitstream output buffersMark Thompson2016-06-262-19/+75
* libavcodec: fix constness in clobber test avcodec_open2() wrappersClément Bœsch2016-06-263-3/+3
* omx: Don't return > 0 from omx_encode_frameMartin Storsjö2016-06-241-1/+0
* libopenh264enc: Fix inconsistent whitespaceMartin Storsjö2016-06-241-2/+4
* msmpeg4: Remove commented-out debug logging codeDiego Biurrun2016-06-241-25/+0
OpenPOWER on IntegriCloud