summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lls: move to the private namespaceLuca Barbato2013-02-284-13/+42
* lls: K&R formatting cosmeticsLuca Barbato2013-02-281-3/+3
* avconv: Apply codec options to streams that are copied as wellMartin Storsjö2013-02-282-0/+4
* cmdutils: Allow calling filter_codec_opts without a set encoderMartin Storsjö2013-02-281-3/+1
* pnm: Use av_pix_fmt_desc_get instead of accessing the array directlyMartin Storsjö2013-02-282-2/+2
* lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö2013-02-274-1/+58
* lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-275-9/+65
* LICENSE: Move (L)GPLv3 explanation block to a more suitable placeDiego Biurrun2013-02-271-5/+5
* swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGBDerek Buitenhuis2013-02-271-0/+78
* x86: dsputil: Drop some unused function #definesDiego Biurrun2013-02-261-5/+0
* x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-262-8/+1
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-265-13/+14
* x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö2013-02-271-12/+4
* configure: icc: Drop nonsense adding of cpuflags to LDFLAGSDiego Biurrun2013-02-261-2/+0
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26121-120/+5
* Fix a number of incorrect intmath.h #includes.Diego Biurrun2013-02-265-5/+4
* avconv: remove an unused variableJustin Ruggles2013-02-251-1/+0
* cmdutils: only use libavresample when it is enabledJustin Ruggles2013-02-251-0/+4
* libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-254-96/+92
* vorbisenc: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-251-30/+30
* vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-253-76/+73
* configure: Identify icc compiler with a less ambiguous patternDiego Biurrun2013-02-251-1/+1
* configure: Separate "ln" command line argumentsDiego Biurrun2013-02-251-2/+1
* vorbisdec: Accept 0 amplitude_bitsLuca Barbato2013-02-251-7/+3
* vorbisdec: Add missing checksLuca Barbato2013-02-251-0/+10
* vorbisdec: cosmeticsLuca Barbato2013-02-251-2/+2
* vorbisdec: Error on bark_map_size equal to 0.Michael Niedermayer2013-02-251-0/+5
* dsputil_alpha.h: Add missing stddef.h header to fix standalone compilationDiego Biurrun2013-02-241-0/+1
* configure: List external libs used using print_enabled()Mans Rullgard2013-02-241-30/+4
* configure: Move list of external libs to a separate variableMans Rullgard2013-02-241-32/+36
* configure: Move x11grab option to a more suitable place in the help outputDiego Biurrun2013-02-241-1/+1
* lavr: allow setting internal_sample_fmt option by stringJustin Ruggles2013-02-231-1/+11
* lavr: Add "resample_cutoff" option as a duplicate of "cutoff"Justin Ruggles2013-02-231-0/+2
* avconv: pass libavresample options to AVFilterGraphJustin Ruggles2013-02-236-4/+33
* lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-235-2/+48
* ac3dec: validate channel output mode against channel countJustin Ruggles2013-02-231-6/+8
* configure: Fix vaapi/vda/vdpau dependency declarationsDiego Biurrun2013-02-231-17/+34
* configure: Refactor dxva2api.h dependency declarationsDiego Biurrun2013-02-231-6/+7
* build: Add proper infrastructure for adding and checking host CPPFLAGSDiego Biurrun2013-02-232-2/+17
* configure: Simplify VDPAU header checkDiego Biurrun2013-02-231-3/+2
* configure: Simplify VDA header and extralibs checkDiego Biurrun2013-02-231-5/+2
* configure: Do not redundantly list enabled hwaccel libsMans Rullgard2013-02-231-3/+0
* configure: Add print_3_columns helper function and use where appropriateDiego Biurrun2013-02-231-2/+6
* doc: developer: Allow tabs in the vim configuration for Automake filesDiego Biurrun2013-02-231-1/+1
* Remove pointless av_cold attributes in header filesDiego Biurrun2013-02-2311-29/+26
* pnm: add high-bitdepth PGMYUV support for both encoder and decoderKostya Shishkov2013-02-233-4/+65
* libx264: change i_qfactor to use x264cli's defaultJohn Van Sickle2013-02-231-1/+3
* qtrle: use AV_LOG_ERROR in an error message.Anton Khirnov2013-02-231-1/+1
* qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macroAnton Khirnov2013-02-231-6/+6
* qtrle: add more checks against pixel_ptr being negative.Anton Khirnov2013-02-231-0/+5
OpenPOWER on IntegriCloud