summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* hevcdec: add a VAAPI hwaccelAnton Khirnov2016-12-196-2/+448
* pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov2016-12-1914-7/+100
* pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov2016-12-193-2/+37
* hevcdec: do not set decoder-global SPS prematurelyAnton Khirnov2016-12-191-4/+3
* arm64: replace 'bic' with immediate with 'and' with inverted immediateJanne Grunau2016-12-141-1/+1
* ppc: Centralize compiler-specific altivec.h #include handling in one placeDiego Biurrun2016-12-1422-63/+44
* ppc: hevcdsp: Use shorthands for vector typesDiego Biurrun2016-12-142-12/+12
* decode.h: Add missing headers to fix standalone compilationDiego Biurrun2016-12-141-0/+2
* pthread_frame: use better memory orders for frame progressWan-Teh Chang2016-12-141-4/+4
* h264_slice: Wait for refs to be available before we use them in error conceal...Derek Buitenhuis2016-12-141-0/+3
* hevc: decouple calling get_format() from exporting the SPS parametersAnton Khirnov2016-12-141-19/+30
* binkaudio: switch to the new send/receive APIAnton Khirnov2016-12-141-26/+32
* vp9: split superframes in the filtering stage before actual decodingAnton Khirnov2016-12-141-61/+13
* lavc: add a bitstream filter for splitting VP9 superframesAnton Khirnov2016-12-143-0/+148
* qsvdec_h2645: switch to the new generic filtering mechanismAnton Khirnov2016-12-141-63/+11
* lavc: add support for filtering packets before decodingAnton Khirnov2016-12-145-12/+168
* decode: restructure the core decoding codeAnton Khirnov2016-12-145-189/+294
* decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-144-17/+32
* lavc: add a null bitstream filterAnton Khirnov2016-12-143-0/+45
* lavc: handle MP3 in get_audio_frame_duration()Anton Khirnov2016-12-141-0/+3
* dxva2: Keep code shared between dxva2 and d3d11va under the correct #ifDiego Biurrun2016-12-121-3/+5
* hevc: ppc: Add HEVC 4x4 IDCT for PowerPCAlexandra Hajkova2016-12-125-0/+160
* Drop libxvid rate control support for mpegvideo encodingDiego Biurrun2016-12-116-255/+30
* dxva2: Simplify some ifdefsDiego Biurrun2016-12-111-9/+3
* vaapi_h265: Fix CFR mode with framerate set in AVCodecContextMark Thompson2016-12-101-2/+2
* vdpau: Do not #include vdpau_x11.h from the main vdpau headerDiego Biurrun2016-12-091-1/+0
* dxva2: Adjust multiple inclusion guard names to follow conventionDiego Biurrun2016-12-092-6/+6
* libopusdec: fix out-of-bounds readAndreas Cadhalpun2016-12-081-0/+7
* libschroedingerdec: fix leaking of framewithptsAndreas Cadhalpun2016-12-081-7/+10
* libschroedingerdec: don't produce empty framesAndreas Cadhalpun2016-12-081-1/+1
* omx: Fix allocation checkTimothy Gu2016-12-081-2/+2
* qsvdec: Fix memory leak on errorTimothy Gu2016-12-081-1/+3
* libkvazaar: Add missing header #includesDiego Biurrun2016-12-081-0/+4
* build: Add an internal component for hevc_ps codeDiego Biurrun2016-12-081-3/+4
* lavc: Add spherical packet side data APIVittorio Giovara2016-12-073-2/+9
* build: Add missing Makefile entries and ifdefs for QSV hwaccelsDiego Biurrun2016-12-072-2/+11
* build: Create a component for MPEG audio header decodingDiego Biurrun2016-12-051-6/+4
* build: Add missing hevc_ps dependency for QSV HEVC encoderDiego Biurrun2016-12-051-1/+2
* mimic: Convert to the new bitstream readerAlexandra Hájková2016-12-031-12/+12
* metasound: Convert to the new bitstream readerAlexandra Hájková2016-12-031-22/+22
* lagarith: Convert to the new bitstream readerAlexandra Hájková2016-12-033-19/+21
* indeo: Convert to the new bitstream readerAlexandra Hájková2016-12-036-196/+206
* imc: Convert to the new bitstream readerAlexandra Hájková2016-12-031-22/+23
* webp: Convert to the new bitstream readerAlexandra Hájková2016-12-031-56/+50
* mpeg4audio: correctly propagate meaningful error valuesJames Almer2016-12-021-4/+5
* mmaldec: initialize refcount using atomic_init()Wan-Teh Chang2016-12-021-1/+1
* options_table: Do not rely on enum size as option boundVittorio Giovara2016-12-021-6/+6
* lavc: Use a stricter check for the color properties valuesVittorio Giovara2016-12-022-6/+8
* cabac: x86: Give optimizations header a more meaningful nameDiego Biurrun2016-12-012-6/+2
* aarch64: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and...Martin Storsjö2016-11-301-5/+56
OpenPOWER on IntegriCloud