summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x11grab: Rename internal component to "xcbgrab"Diego Biurrun2016-07-295-5/+5
* Remove the legacy X11 screen grabberDiego Biurrun2016-07-297-662/+4
* ac3dec: Add some inline hintsLuca Barbato2016-07-291-3/+3
* ac3dec: Simplify skippingLuca Barbato2016-07-291-2/+1
* ac3dec: Split coupling-specific code from decode_audio_block()Luca Barbato2016-07-291-91/+116
* ac3dec: Split spx-specific code from decode_audio_block()Luca Barbato2016-07-291-90/+108
* mov: Validate the ID numberLuca Barbato2016-07-291-2/+2
* mimic: do not release the newly obsolete reference at the end of decodingAnton Khirnov2016-07-291-3/+0
* configure: Simplify license incompatibility checkDiego Biurrun2016-07-271-35/+36
* avconv: Check that muxing_queue exists before reading from itDiego Biurrun2016-07-271-6/+8
* configure: Allow detecting and using LLVM lld-link as linker for windowsMartin Storsjö2016-07-261-0/+12
* configure: Move defines for controlling MSVCRT headers to the CRT detection s...Martin Storsjö2016-07-261-2/+2
* configure: Check for strtoll and redirect to _strtoi64 in the msvcrt blockMartin Storsjö2016-07-261-1/+3
* hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessaryDiego Biurrun2016-07-251-0/+2
* checkasm: Cast unsigned to signedLuca Barbato2016-07-231-1/+1
* vpx: Support color rangeLuca Barbato2016-07-232-0/+20
* lavfi: add a QSV deinterlacing filterAnton Khirnov2016-07-226-2/+585
* qsvenc: print warnings from encode/initAnton Khirnov2016-07-223-0/+19
* qsvenc: do not re-execute encoding on all positive status codesAnton Khirnov2016-07-221-1/+1
* qsv: print more complete error messagesAnton Khirnov2016-07-224-72/+97
* qsvenc: take only the allocated dimensions from the frames contextAnton Khirnov2016-07-221-25/+25
* qsvenc: add support for p010Anton Khirnov2016-07-223-3/+15
* qsv: handle the semi-packed formats in map_fourcc as wellAnton Khirnov2016-07-221-0/+2
* lavc: set sw_pix_fmt for hwaccel encodingAnton Khirnov2016-07-221-0/+11
* lavc: initialize AVCodecContext.sw_pix_fmt properlyAnton Khirnov2016-07-221-0/+1
* avconv_qsv: use the actual pixel format provided by lavcAnton Khirnov2016-07-221-1/+1
* avconv_qsv: align the surface size to 32Anton Khirnov2016-07-221-2/+2
* avconv: stop using setpts for input framerate forced with -rAnton Khirnov2016-07-224-18/+10
* checkasm: add HEVC test for testing IDCT DCAlexandra Hájková2016-07-224-1/+76
* riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain tha...Hendrik Leppkes2016-07-221-1/+5
* Revert "avprobe: Zero the allocated avio buffer memory"Vittorio Giovara2016-07-211-1/+1
* libavutil: Always use some GCC style attributes on clangMartin Storsjö2016-07-212-3/+3
* arm: Check for support for the .fpu directiveMartin Storsjö2016-07-213-3/+13
* mov: Rework the check for invalid indexes in stscVittorio Giovara2016-07-201-2/+7
* mov: Wrap stsc index and count compare in a separate functionVittorio Giovara2016-07-201-5/+10
* mov: Fix stsc_count comparisonMatthieu Bouron2016-07-201-1/+1
* ratecontrol: Reorder functions to avoid forward declarationsVittorio Giovara2016-07-201-396/+386
* ratecontrol: Move Xvid-related functions to the place they are actually usedVittorio Giovara2016-07-204-33/+39
* ratecontrol: Move mpegenc-only function where it is usedVittorio Giovara2016-07-203-23/+23
* ratecontrol: Drop commented out cruftVittorio Giovara2016-07-201-12/+0
* x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriateDiego Biurrun2016-07-202-6/+8
* x86: cpu: Detect Conroe CPUs and their slow shuffle unitFiona Glaser2016-07-201-0/+6
* x86: Add SSSE3_SLOW CPU flag and related convenience macrosDiego Biurrun2016-07-204-1/+11
* x86: Use *_FAST/*_SLOW CPU feature detection macros where appropriateDiego Biurrun2016-07-204-13/+17
* x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific codeDiego Biurrun2016-07-203-11/+7
* x86: hpeldsp: Drop unused function parametersDiego Biurrun2016-07-201-8/+8
* x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriateDiego Biurrun2016-07-201-9/+6
* x86: hpeldsp: Split off VP3-specific bits into a separate fileDiego Biurrun2016-07-206-111/+176
* examples: Properly free AVCodecContextVittorio Giovara2016-07-201-8/+4
* avprobe: Zero the allocated avio buffer memoryVittorio Giovara2016-07-201-1/+1