summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cng: Reindent some incorrectly indented linesMartin Storsjö2012-10-302-2/+2
* cngdec: Allow flushing the decoderMartin Storsjö2012-10-301-3/+17
* cngdec: Make the dbov variable have the right unitMartin Storsjö2012-10-301-2/+2
* cngdec: Fix the memset size to cover the full arrayMartin Storsjö2012-10-301-1/+1
* cngdec: Update the LPC coefficients after averaging the reflection coefficientsMartin Storsjö2012-10-301-1/+1
* configure: fix print_config() with broke awksMans Rullgard2012-10-301-1/+1
* pixfmt: support more yuva formatsLuca Barbato2012-10-3010-0/+417
* swscale: support gray to 9bit and 10bit formatsLuca Barbato2012-10-302-4/+66
* configure: rewrite print_config() function using awkMans Rullgard2012-10-301-21/+19
* FATE: fix (AD)PCM test dependencies broken in e519990Anton Khirnov2012-10-301-2/+2
* Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-295-117/+264
* x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.Ronald S. Bultje2012-10-292-186/+190
* Remove INIT_AVX from x86inc.asm.Ronald S. Bultje2012-10-291-8/+0
* Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje2012-10-292-169/+177
* dv: fix indentationAnton Khirnov2012-10-291-30/+30
* dv: use AVStream.index instead of abusing AVStream.idAnton Khirnov2012-10-291-1/+1
* lavfi: add ashowinfo filterAnton Khirnov2012-10-296-1/+181
* avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö2012-10-298-1/+291
* lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö2012-10-292-0/+15
* lpc: Add a function for calculating reflection coefficients from autocorrelat...Justin Ruggles2012-10-291-0/+31
* lavr: document upper bound on number of output samples.Anton Khirnov2012-10-291-0/+4
* lavr: add general API usage doxyAnton Khirnov2012-10-292-0/+72
* indeo3: remove duplicate capabilities line.Anton Khirnov2012-10-291-1/+0
* fate: ac3: Add dependenciesDiego Biurrun2012-10-291-7/+8
* fate: ac3: Place E-AC-3 tests and AC-3 tests in different groupsDiego Biurrun2012-10-291-9/+12
* fate: Add shorthands for acodec PCM and ADPCM testsDiego Biurrun2012-10-291-2/+6
* avconv: Drop unused function argument from do_video_stats()Diego Biurrun2012-10-291-3/+2
* cmdutils: Conditionally compile libswscale-related bitsDiego Biurrun2012-10-291-1/+6
* aacenc: Drop some unused function argumentsDiego Biurrun2012-10-291-5/+4
* rtsp: Avoid a cast when calling strtolMartin Storsjö2012-10-291-1/+3
* nut: support textual dataLuca Barbato2012-10-294-1/+14
* nutenc: verbosely report unsupported negative ptsLuca Barbato2012-10-291-2/+6
* lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-299-0/+9
* rtpdec: Cosmetic cleanupMartin Storsjö2012-10-281-55/+51
* yuv4mpeg: reject unsupported codecsLuca Barbato2012-10-281-0/+5
* nutenc: K&R formatting cosmeticsLuca Barbato2012-10-281-341/+412
* assdec: fix qsort() callback signatureMans Rullgard2012-10-271-2/+3
* configure: detect sparc64 automaticallyMans Rullgard2012-10-271-3/+6
* vp8: fix memset() crossing array boundaryMans Rullgard2012-10-271-1/+2
* h264: fix invalid pointer arithmeticMans Rullgard2012-10-271-5/+5
* amrwbdec: fix invalid pointer arithmeticMans Rullgard2012-10-271-11/+10
* avio: fix pointer type mismatches in avio_enum_protocols()Mans Rullgard2012-10-271-5/+5
* avserver: use socklen_t where appropriateMans Rullgard2012-10-271-3/+6
* udp: use socklen_t where appropriateMans Rullgard2012-10-271-2/+2
* network: use HAVE_THREADS instead of local hackMans Rullgard2012-10-271-8/+6
* af_channelmap: remove stray enum declarationMans Rullgard2012-10-271-1/+0
* buffersink: remove stray semicolon after function definitionMans Rullgard2012-10-271-1/+1
* configure: fix tests for 2-arg math functionsMans Rullgard2012-10-261-3/+9
* doc: git-howto: Clarify comment about pushing series of commitsDiego Biurrun2012-10-261-2/+2
* ivi_common: Drop unused function parameter from decode_band()Diego Biurrun2012-10-261-2/+2