22933 Commits (dd80be5bfcc4135906cf9aff516c82c6efca18bd)
 

Author SHA1 Message Date
Måns Rullgård 7ed63ca2e7 Add casts to correct return type in macros for missing libm funcs 15 years ago
Ramiro Polla da2a5feaea x86_fft.o depends on MMX and FFT. 15 years ago
Måns Rullgård 2897dc780a Delete avconfig.h on distclean 15 years ago
Måns Rullgård b6fa8e35f2 Delete all test related files in testclean rule 15 years ago
Stefan Gehrer cbdcf479ce remove tables of codebook vector values which are contained in 15 years ago
Carl Eugen Hoyos 8e339d4aa0 Gcc attribute may_alias is not supported (or silently ignored) by all supported compilers. 15 years ago
Vitor Sessak 2e5195646d Do not leave uninitialized data in the packet in MPC demuxer. Should allow for 15 years ago
Martin Storsjö 4280f9bbcd Split rtsp_read_header() into two functions, so that the main part (now also 15 years ago
Martin Storsjö e23d195deb Split out input-specific parts of rtsp_read_header() into its own, new, 15 years ago
Martin Storsjö 30ff7c5cbc Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e. 15 years ago
Martin Storsjö 69adcc4ffb Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer) 15 years ago
Martin Storsjö 52aa4338cc Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState 15 years ago
Kostya Shishkov 4689ac41e9 16l trocadero: don't forget to free frame data buffer in APE decoder 15 years ago
Kostya Shishkov ce8f750c29 WavPack demuxer also depends on APE tag parser 15 years ago
Kostya Shishkov 8cdfa4747b Make Bink demuxer skip all zero audio tracks, not only the first one 15 years ago
Daniel Verkamp 7fa78f49f0 msmpeg4v* encoders depend on h263dec 15 years ago
Daniel Verkamp 8e25a3d637 Declare WMV1 decoder dependencies 15 years ago
Daniel Verkamp df17dbf73c AEA demuxer requires raw.o for pcm_read_seek 15 years ago
Daniel Verkamp 77ce6653d2 Declare CAF demuxer dependency on mpegaudio 15 years ago
Daniel Verkamp e0ae359115 Fix compilation of binkaudio_rdft when dct is disabled 15 years ago
Stefan Gehrer 3a201bd04f remove a Huffman table from WMA which also exists in AAC 15 years ago
Vitor Sessak cdfc38f43b Fix memory leak for truncated frames 15 years ago
Vitor Sessak df2235a165 Fix memory leak for truncated frames 15 years ago
Martin Storsjö 251f050481 Remove stale function declaration. 15 years ago
Vitor Sessak f1c8e5aa94 Add missing dependency of TwinVQ 15 years ago
Stefan Gehrer cc01ab903e remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct 15 years ago
Martin Storsjö c02fd3d2e8 Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the 15 years ago
Kostya Shishkov aa170ed625 cosmetics: reindent after last commit 15 years ago
Kostya Shishkov 965828bb66 Since WavPack chunk can contain more samples than FFmpeg is guaranteed to 15 years ago
Thilo Borgmann 245d5a48ef Add the dependency for mpeg4audio.o of the ALS decoder. 15 years ago
Thilo Borgmann a8c09ff2d8 Do sequential bit reading outside of []-operators. 15 years ago
Kostya Shishkov f4f2160880 WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for it 15 years ago
Måns Rullgård 95c0d02ddc TOMI: 16- and 32-bit intreadwrite functions 15 years ago
Michael Niedermayer f4ce853125 get rid of an if() 1 cpu cycle faster. 15 years ago
Michael Niedermayer e69bfde6b2 Get rid of a local variable, 10 cpu cycles faster. 15 years ago
Michael Niedermayer a305449df6 Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache. 15 years ago
Alex Converse 8d63712486 Add some AAC buffer overread checks. 15 years ago
Stefano Sabatini b623d0cb03 Reindent and fix brace placement. 15 years ago
Stefano Sabatini 22b6a24c34 Vertically align a list of comparisons in sws_getCachedContext(). 15 years ago
Stefano Sabatini 5a011d8b08 Merge two if conditions, allow to decrese the level of indentation of 15 years ago
Stefano Sabatini 13887093fa FFmpeg is a collective effort so allowing a single name in a banner is 15 years ago
Måns Rullgård b80218aa53 Suppress icc warnings about unknown attributes 15 years ago
Stefan Gehrer 3cc3581dc0 fix intra prediction modes with inter-MB neighbors, 15 years ago
Kostya Shishkov bf7c17192f Make RTMP client send bytes read report 15 years ago
Måns Rullgård 19769ece3b H264: use alias-safe macros 15 years ago
Måns Rullgård f4a7434f16 Add alias-safe aligned AV_[RW]N macros 15 years ago
Måns Rullgård 7a6053ef72 Use alias-safe types in AV_COPY/SWAP/ZERO macros 15 years ago
Måns Rullgård 0c76e635f5 Use alias-safe types in AV_[RW] macros 15 years ago
Måns Rullgård d10458c9e2 Add alias-safe union typedefs 15 years ago
Michael Niedermayer 024bf79fe0 Simplify deblock_left/top condition for deblocking_filter=2 15 years ago