summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace log2f(10) with a constantMåns Rullgård2010-02-202-1/+4
* Free encoder extradata in avcodec_close(). Should fix several small memoryVitor Sessak2010-02-201-0/+2
* Add casts to correct return type in macros for missing libm funcsMåns Rullgård2010-02-201-3/+3
* x86_fft.o depends on MMX and FFT.Ramiro Polla2010-02-201-1/+2
* Delete avconfig.h on distcleanMåns Rullgård2010-02-201-1/+1
* Delete all test related files in testclean ruleMåns Rullgård2010-02-201-3/+4
* remove tables of codebook vector values which are contained inStefan Gehrer2010-02-201-24/+5
* Gcc attribute may_alias is not supported (or silently ignored) by all support...Carl Eugen Hoyos2010-02-201-1/+1
* Do not leave uninitialized data in the packet in MPC demuxer. Should allow forVitor Sessak2010-02-201-0/+2
* Split rtsp_read_header() into two functions, so that the main part (now alsoMartin Storsjö2010-02-191-10/+24
* Split out input-specific parts of rtsp_read_header() into its own, new,Martin Storsjö2010-02-191-33/+42
* Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.Martin Storsjö2010-02-191-1/+1
* Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)Martin Storsjö2010-02-191-1/+3
* Make rtsp_close_streams() take a AVFormatContext instead of a RTSPStateMartin Storsjö2010-02-191-6/+6
* 16l trocadero: don't forget to free frame data buffer in APE decoderKostya Shishkov2010-02-191-0/+1
* WavPack demuxer also depends on APE tag parserKostya Shishkov2010-02-191-1/+1
* Make Bink demuxer skip all zero audio tracks, not only the first oneKostya Shishkov2010-02-191-1/+1
* msmpeg4v* encoders depend on h263decDaniel Verkamp2010-02-191-5/+5
* Declare WMV1 decoder dependenciesDaniel Verkamp2010-02-191-0/+1
* AEA demuxer requires raw.o for pcm_read_seekDaniel Verkamp2010-02-191-1/+1
* Declare CAF demuxer dependency on mpegaudioDaniel Verkamp2010-02-191-0/+1
* Fix compilation of binkaudio_rdft when dct is disabledDaniel Verkamp2010-02-191-6/+8
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-195-48/+10
* Fix memory leak for truncated framesVitor Sessak2010-02-191-2/+2
* Fix memory leak for truncated framesVitor Sessak2010-02-191-10/+14
* Remove stale function declaration.Martin Storsjö2010-02-191-1/+0
* Add missing dependency of TwinVQVitor Sessak2010-02-191-1/+1
* remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer2010-02-192-10/+6
* Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers theMartin Storsjö2010-02-192-7/+7
* cosmetics: reindent after last commitKostya Shishkov2010-02-191-61/+61
* Since WavPack chunk can contain more samples than FFmpeg is guaranteed toKostya Shishkov2010-02-191-12/+75
* Add the dependency for mpeg4audio.o of the ALS decoder.Thilo Borgmann2010-02-191-1/+1
* Do sequential bit reading outside of []-operators.Thilo Borgmann2010-02-191-1/+5
* WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for itKostya Shishkov2010-02-191-1/+1
* TOMI: 16- and 32-bit intreadwrite functionsMåns Rullgård2010-02-192-0/+150
* get rid of an if() 1 cpu cycle faster.Michael Niedermayer2010-02-191-2/+1
* Get rid of a local variable, 10 cpu cycles faster.Michael Niedermayer2010-02-191-6/+5
* Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.Michael Niedermayer2010-02-181-13/+15
* Add some AAC buffer overread checks.Alex Converse2010-02-181-4/+26
* Reindent and fix brace placement.Stefano Sabatini2010-02-181-5/+4
* Vertically align a list of comparisons in sws_getCachedContext().Stefano Sabatini2010-02-181-5/+9
* Merge two if conditions, allow to decrese the level of indentation ofStefano Sabatini2010-02-181-4/+4
* FFmpeg is a collective effort so allowing a single name in a banner isStefano Sabatini2010-02-181-1/+1
* Suppress icc warnings about unknown attributesMåns Rullgård2010-02-181-1/+1
* fix intra prediction modes with inter-MB neighbors,Stefan Gehrer2010-02-181-2/+7
* Make RTMP client send bytes read reportKostya Shishkov2010-02-181-0/+38
* H264: use alias-safe macrosMåns Rullgård2010-02-185-82/+86
* Add alias-safe aligned AV_[RW]N macrosMåns Rullgård2010-02-181-0/+32
* Use alias-safe types in AV_COPY/SWAP/ZERO macrosMåns Rullgård2010-02-181-3/+8
* Use alias-safe types in AV_[RW] macrosMåns Rullgård2010-02-181-7/+7
OpenPOWER on IntegriCloud