aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '46191a2da16f751e53d93646ae1388d421d12bee'Clément Bœsch2017-04-291-1/+5
|\
| * mov: fix a possible invalid read in mov_read_mac_string()Anton Khirnov2016-12-191-1/+5
* | Merge commit 'cfa4eb4fba782f3f37a33be997b27a91a07053c9'Clément Bœsch2017-04-290-0/+0
|\|
| * vaapi_decode: use the correct logging contextAnton Khirnov2016-12-191-3/+3
* | Merge commit 'ea8b730d8e67152107d7fcdd5590bbb51ec236b1'Clément Bœsch2017-04-290-0/+0
|\|
| * hevcdec: add a VAAPI hwaccelAnton Khirnov2016-12-198-3/+452
* | Merge commit '1783d7ec03d730c5bd96c07bc5fa7aa566f85c66'Clément Bœsch2017-04-291-0/+1
|\|
| * Changelog: add some missing entriesAnton Khirnov2016-12-191-0/+3
* | doc/filters: add one lowpass filter examplePaul B Mahol2017-04-291-0/+9
* | avformat/movenc: Explicitly address potential division by zero.Lucas Cooper2017-04-291-3/+12
* | libvpxenc: allow aq-mode 4 (equator360)James Zern2017-04-282-1/+6
* | avfilter/lavfutils: use image2pipe demuxer on ff_load_imageMuhammad Faiz2017-04-291-1/+1
* | avformat/hlsenc: fix CID 1405135Steven Liu2017-04-281-4/+4
* | avformat/hlsenc: hold old key info when append listSteven Liu2017-04-281-0/+24
* | opus_pvq: use function pointers for recursionRostislav Pehlivanov2017-04-271-37/+25
* | avcodec/opus_pvq: fix recursive inlining compilation failuresJames Almer2017-04-271-16/+32
* | avcodec/mdec: Fix runtime error: left shift of negative value -127Michael Niedermayer2017-04-271-1/+1
* | tools/target_dec_fuzzer: Fix return code on open failureMichael Niedermayer2017-04-271-1/+1
* | avcodec/x86/vc1dsp_init: Fix build failure with --disable-optimizations and c...Michael Niedermayer2017-04-271-2/+4
* | libavcodec/exr : fix float to uint16 conversion for negative float valueMartin Vignali2017-04-271-2/+2
* | opus_pvq: merge band encoding and decoding into one functionRostislav Pehlivanov2017-04-271-411/+112
* | opus_pvq: remove outdated/incorrect comments and redundant variablesRostislav Pehlivanov2017-04-261-18/+7
* | opus_pvq: minor cleanupsRostislav Pehlivanov2017-04-263-144/+112
* | avcodec/nvenc: surface allocation reductionBen Chang2017-04-264-22/+43
* | lavc/hevcdec: fix invalid use of ff_get_format()Clément Bœsch2017-04-261-1/+1
* | Merge commit 'd4a91e65343be5d79a4afa61c791191e1b57499a'Clément Bœsch2017-04-260-0/+0
|\|
| * pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov2016-12-1914-7/+100
* | Merge commit '8dfba25ce89b62c80ba83e2116d549176c376144'Clément Bœsch2017-04-260-0/+0
|\|
| * pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov2016-12-193-2/+37
* | Merge commit '373fd76b4dbd9aa03ed28e502f33f2ca8c1ce19a'Clément Bœsch2017-04-261-6/+6
|\|
| * hevcdec: do not set decoder-global SPS prematurelyAnton Khirnov2016-12-191-4/+3
* | Merge commit '0fea8555ae25124c21f4c4f55a5fa76e9169aa03'Clément Bœsch2017-04-261-4/+4
|\|
| * v4l2: use codec descriptors for mapping a codec name to idAnton Khirnov2016-12-191-4/+4
* | Merge commit 'ee480790c7eeb03c9cebd8971c46e0cb7db65277'Clément Bœsch2017-04-261-78/+75
|\|
| * build: Add name parameter to check_lib() helper functionDiego Biurrun2016-12-161-46/+44
* | Merge commit '1faffe7e8fab21186a233011bc8a62f47962e2cd'Clément Bœsch2017-04-261-3/+2
|\|
| * configure: Disentangle vfw32 and user32 lib handlingDiego Biurrun2016-12-161-3/+2
* | Merge commit 'f7174d7ed045445d00a6d557236737d09ad32343'Clément Bœsch2017-04-261-0/+1
|\|
| * configure: fix linking with MSVC when using --disable-optimizationsSteve Lhomme2016-12-161-0/+1
* | Merge commit 'ef9a711be718ed3802a263d1d9ed340a4aaef224'Clément Bœsch2017-04-261-2/+2
|\|
| * configure: put d3d11 check in alphabetical orderSteve Lhomme2016-12-161-2/+2
* | Merge commit 'a4fec9a7eab842ea5eea1b1ee98624356cb31422'Clément Bœsch2017-04-261-3/+3
|\|
| * rtmppkt: Check for packet size mismatchesMichael Niedermayer2016-12-151-0/+8
* | Merge commit 'cdcfa97dc49d83b5eefd0a651db6bb0a6f98e8f2'Clément Bœsch2017-04-261-1/+1
|\|
| * libavformat: Fix a faulty api deprecation guard in prepare_input_packetMartin Storsjö2016-12-151-1/+1
* | Merge commit '2425d7329fdccfa9954faba748f3865151354f0c'Clément Bœsch2017-04-261-1/+1
|\|
| * arm64: replace 'bic' with immediate with 'and' with inverted immediateJanne Grunau2016-12-141-1/+1
* | Merge commit '05a603a94e4b3eeefa5e18ae653a848001461e89'Clément Bœsch2017-04-262-48/+22
|\|
| * ppc: Merge types_altivec.h into util_altivec.hDiego Biurrun2016-12-142-48/+22
* | Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'Clément Bœsch2017-04-2628-76/+44
|\|