summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* cook: Remove some silly Doxygen commentsDiego Biurrun2012-10-261-17/+2
* cook: Remove senseless maybe_reformat_buffer32() functionDiego Biurrun2012-10-261-7/+1
* cook: cosmetics: Better names for joint_decode() function parametersDiego Biurrun2012-10-261-7/+8
* cook: cosmetics: Better name for ccpl COOKSubpacket memberDiego Biurrun2012-10-261-4/+7
* doxygen: Add av_alloc_size to list of predefined macrosDiego Biurrun2012-10-261-1/+2
* doxygen: Drop some pointless entries from PREDEFINED macros listDiego Biurrun2012-10-261-6/+0
* h263: avoid memcpys over array bound in motion vector caching for obmcJanne Grunau2012-10-261-13/+21
* configure: sanitise sparc vis checkMans Rullgard2012-10-261-3/+1
* configure: recognise more sparc variants as --cpu argumentMichael Kostylev2012-10-261-3/+3
* build: Include HEADERS-yes in the HEADERS variableMartin Storsjö2012-10-252-1/+2
* pcm: change references to raw to pcmLuca Barbato2012-10-251-10/+10
* ffv1: set the range coder state in decode_slice_headerLuca Barbato2001-01-011-1/+6
* pcmdec: change default of channels parameter to 1Janne Grunau2012-10-251-1/+1
* avconv: fix bitrate report when writing to /dev/nullJanne Grunau2012-10-251-1/+8
* avfilter: fix graphparser memleaks on error pathsJanne Grunau2012-10-251-9/+15