summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* h264dec: drop a redundant checkAnton Khirnov2017-01-09
* hevcdec: add P010 support for D3D11VASteve Lhomme2017-01-09
* dxva2: Factorize DXVA context validity test into a single macroSteve Lhomme2017-01-08
* dxva2: Make ff_dxva2_get_surface() static and drop its name prefixSteve Lhomme2017-01-08
* vaapi_h264: Fix POC on IDR framesJun Zhao2017-01-04
* vaapi_h265: Fix build failure with old libva without 10-bit surfacesMark Thompson2017-01-04
* aarch64: vp9mc: Fix a comment to refer to a register with the right nameMartin Storsjö2017-01-03
* aarch64: vp9dsp: Fix vertical alignment in the init fileMartin Storsjö2017-01-03
* arm: vp9mc: Fix vertical alignment of operandsMartin Storsjö2017-01-03
* parser: Add missing #include for printing ISO C99 conversion specifiersDiego Biurrun2016-12-25
* Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-23
* build: Generate pkg-config files from Make and not from configureDiego Biurrun2016-12-22
* ratecontrol: Drop xvid-rc-related struct members unused after a6901b9c6Diego Biurrun2016-12-21
* nvenc: Update check for lookaheadRuta Gadkari2016-12-21
* aarch64: vp9itxfm: Use the offset parameter to movrelMartin Storsjö2016-12-19
* tta: Convert to the new bitstream readerAlexandra Hájková2016-12-19
* mlp: Convert to the new bitstream readerAlexandra Hájková2016-12-19
* unary: Convert to the new bitstream readerAlexandra Hájková2016-12-19
* h264dec: make sure to only end a field if it has been startedAnton Khirnov2016-12-19
* mpeg12dec: move setting first_field to mpeg_field_start()Anton Khirnov2016-12-19
* mpeg12dec: avoid signed overflow in bitrate calculationAnton Khirnov2016-12-19
* mpegvideo_parser: avoid signed overflow in bitrate calculationAnton Khirnov2016-12-19
* vaapi_decode: use the correct logging contextAnton Khirnov2016-12-19
* hevcdec: add a VAAPI hwaccelAnton Khirnov2016-12-19
* pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov2016-12-19
* pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov2016-12-19
* hevcdec: do not set decoder-global SPS prematurelyAnton Khirnov2016-12-19
* arm64: replace 'bic' with immediate with 'and' with inverted immediateJanne Grunau2016-12-14
* ppc: Centralize compiler-specific altivec.h #include handling in one placeDiego Biurrun2016-12-14
* ppc: hevcdsp: Use shorthands for vector typesDiego Biurrun2016-12-14
* decode.h: Add missing headers to fix standalone compilationDiego Biurrun2016-12-14
* pthread_frame: use better memory orders for frame progressWan-Teh Chang2016-12-14
* h264_slice: Wait for refs to be available before we use them in error conceal...Derek Buitenhuis2016-12-14
* hevc: decouple calling get_format() from exporting the SPS parametersAnton Khirnov2016-12-14
* binkaudio: switch to the new send/receive APIAnton Khirnov2016-12-14
* vp9: split superframes in the filtering stage before actual decodingAnton Khirnov2016-12-14
* lavc: add a bitstream filter for splitting VP9 superframesAnton Khirnov2016-12-14
* qsvdec_h2645: switch to the new generic filtering mechanismAnton Khirnov2016-12-14
* lavc: add support for filtering packets before decodingAnton Khirnov2016-12-14
* decode: restructure the core decoding codeAnton Khirnov2016-12-14
* decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-14
* lavc: add a null bitstream filterAnton Khirnov2016-12-14
* lavc: handle MP3 in get_audio_frame_duration()Anton Khirnov2016-12-14
* dxva2: Keep code shared between dxva2 and d3d11va under the correct #ifDiego Biurrun2016-12-12
* hevc: ppc: Add HEVC 4x4 IDCT for PowerPCAlexandra Hajkova2016-12-12
* Drop libxvid rate control support for mpegvideo encodingDiego Biurrun2016-12-11
* dxva2: Simplify some ifdefsDiego Biurrun2016-12-11
* vaapi_h265: Fix CFR mode with framerate set in AVCodecContextMark Thompson2016-12-10
* vdpau: Do not #include vdpau_x11.h from the main vdpau headerDiego Biurrun2016-12-09
* dxva2: Adjust multiple inclusion guard names to follow conventionDiego Biurrun2016-12-09