summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Put all the options shared amongst the ff* tools under a dedicatedStefano Sabatini2010-02-21
* Indent.Ramiro Polla2010-02-21
* VC1: fix missing include h263.hMåns Rullgård2010-02-21
* Simplify determing whether fragments are codedDavid Conrad2010-02-21
* Handle Theora's continued runs in superblock coding.David Conrad2010-02-21
* Decode fully coded superblocks in the same manner as partial superblocks and qpiDavid Conrad2010-02-21
* Make the special 4129 case for long-run bit strings a #define and explain itDavid Conrad2010-02-21
* Use memset to set the runs partially coded superblocksDavid Conrad2010-02-21
* Make sure we dont write more bytes into filename than the array is long.Michael Niedermayer2010-02-20
* Do not attempt to open references through absolute pathes.Michael Niedermayer2010-02-20
* Replace log2f(10) with a constantMåns Rullgård2010-02-20
* Free encoder extradata in avcodec_close(). Should fix several small memoryVitor Sessak2010-02-20
* Add casts to correct return type in macros for missing libm funcsMåns Rullgård2010-02-20
* x86_fft.o depends on MMX and FFT.Ramiro Polla2010-02-20
* Delete avconfig.h on distcleanMåns Rullgård2010-02-20
* Delete all test related files in testclean ruleMåns Rullgård2010-02-20
* remove tables of codebook vector values which are contained inStefan Gehrer2010-02-20
* Gcc attribute may_alias is not supported (or silently ignored) by all support...Carl Eugen Hoyos2010-02-20
* Do not leave uninitialized data in the packet in MPC demuxer. Should allow forVitor Sessak2010-02-20
* Split rtsp_read_header() into two functions, so that the main part (now alsoMartin Storsjö2010-02-19
* Split out input-specific parts of rtsp_read_header() into its own, new,Martin Storsjö2010-02-19
* Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.Martin Storsjö2010-02-19
* Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)Martin Storsjö2010-02-19
* Make rtsp_close_streams() take a AVFormatContext instead of a RTSPStateMartin Storsjö2010-02-19
* 16l trocadero: don't forget to free frame data buffer in APE decoderKostya Shishkov2010-02-19
* WavPack demuxer also depends on APE tag parserKostya Shishkov2010-02-19
* Make Bink demuxer skip all zero audio tracks, not only the first oneKostya Shishkov2010-02-19
* msmpeg4v* encoders depend on h263decDaniel Verkamp2010-02-19
* Declare WMV1 decoder dependenciesDaniel Verkamp2010-02-19
* AEA demuxer requires raw.o for pcm_read_seekDaniel Verkamp2010-02-19
* Declare CAF demuxer dependency on mpegaudioDaniel Verkamp2010-02-19
* Fix compilation of binkaudio_rdft when dct is disabledDaniel Verkamp2010-02-19
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-19
* Fix memory leak for truncated framesVitor Sessak2010-02-19
* Fix memory leak for truncated framesVitor Sessak2010-02-19
* Remove stale function declaration.Martin Storsjö2010-02-19
* Add missing dependency of TwinVQVitor Sessak2010-02-19
* remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer2010-02-19
* Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers theMartin Storsjö2010-02-19
* cosmetics: reindent after last commitKostya Shishkov2010-02-19
* Since WavPack chunk can contain more samples than FFmpeg is guaranteed toKostya Shishkov2010-02-19
* Add the dependency for mpeg4audio.o of the ALS decoder.Thilo Borgmann2010-02-19
* Do sequential bit reading outside of []-operators.Thilo Borgmann2010-02-19
* WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for itKostya Shishkov2010-02-19
* TOMI: 16- and 32-bit intreadwrite functionsMåns Rullgård2010-02-19
* get rid of an if() 1 cpu cycle faster.Michael Niedermayer2010-02-19
* Get rid of a local variable, 10 cpu cycles faster.Michael Niedermayer2010-02-19
* Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.Michael Niedermayer2010-02-18
* Add some AAC buffer overread checks.Alex Converse2010-02-18
* Reindent and fix brace placement.Stefano Sabatini2010-02-18