summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Generate pkg-config files from Make and not from configureDiego Biurrun2016-12-2212-49/+86
* build: Store library version numbers in .version filesDiego Biurrun2016-12-225-15/+22
* build: Move build-system-related helper files to a separate subdirectoryDiego Biurrun2016-12-229-25/+32
* ratecontrol: Drop xvid-rc-related struct members unused after a6901b9c6Diego Biurrun2016-12-211-4/+0
* nvenc: Update check for lookaheadRuta Gadkari2016-12-211-1/+1
* aarch64: vp9itxfm: Use the offset parameter to movrelMartin Storsjö2016-12-191-1/+1
* tta: Convert to the new bitstream readerAlexandra Hájková2016-12-191-23/+23
* mlp: Convert to the new bitstream readerAlexandra Hájková2016-12-193-132/+136
* unary: Convert to the new bitstream readerAlexandra Hájková2016-12-1917-24/+83
* h264dec: make sure to only end a field if it has been startedAnton Khirnov2016-12-194-3/+10
* mpeg12dec: move setting first_field to mpeg_field_start()Anton Khirnov2016-12-191-2/+5
* mpeg12dec: avoid signed overflow in bitrate calculationAnton Khirnov2016-12-191-2/+11
* mpegvideo_parser: avoid signed overflow in bitrate calculationAnton Khirnov2016-12-191-1/+8
* mov: fix a possible invalid read in mov_read_mac_string()Anton Khirnov2016-12-191-1/+5
* vaapi_decode: use the correct logging contextAnton Khirnov2016-12-191-3/+3
* hevcdec: add a VAAPI hwaccelAnton Khirnov2016-12-198-3/+452
* Changelog: add some missing entriesAnton Khirnov2016-12-191-0/+3
* 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
* v4l2: use codec descriptors for mapping a codec name to idAnton Khirnov2016-12-191-4/+4
* build: Add name parameter to check_lib() helper functionDiego Biurrun2016-12-161-46/+44
* configure: Disentangle vfw32 and user32 lib handlingDiego Biurrun2016-12-161-3/+2
* configure: fix linking with MSVC when using --disable-optimizationsSteve Lhomme2016-12-161-0/+1
* configure: put d3d11 check in alphabetical orderSteve Lhomme2016-12-161-2/+2
* rtmppkt: Check for packet size mismatchesMichael Niedermayer2016-12-151-0/+8
* libavformat: Fix a faulty api deprecation guard in prepare_input_packetMartin Storsjö2016-12-151-1/+1
* arm64: replace 'bic' with immediate with 'and' with inverted immediateJanne Grunau2016-12-141-1/+1
* ppc: Merge types_altivec.h into util_altivec.hDiego Biurrun2016-12-142-48/+22
* ppc: Centralize compiler-specific altivec.h #include handling in one placeDiego Biurrun2016-12-1423-67/+45
* 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
* fate: Add h264 test for frame num gapsDerek Buitenhuis2016-12-142-0/+33
* 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-142-62/+14
* lavc: add a bitstream filter for splitting VP9 superframesAnton Khirnov2016-12-144-0/+152
* qsvdec_h2645: switch to the new generic filtering mechanismAnton Khirnov2016-12-141-63/+11
* lavc: add support for filtering packets before decodingAnton Khirnov2016-12-146-12/+169
* 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-144-0/+48
* 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
* configure: Add missing dxva2 dependency for dxva2_libDiego Biurrun2016-12-121-0/+1
* configure: Handle dxva2 optional components in the standard wayDiego Biurrun2016-12-111-5/+4
* Drop libxvid rate control support for mpegvideo encodingDiego Biurrun2016-12-116-255/+30
OpenPOWER on IntegriCloud