aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add alias-safe union typedefsMåns Rullgård2010-02-181-0/+22
* Simplify deblock_left/top condition for deblocking_filter=2Michael Niedermayer2010-02-181-3/+2
* Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles.Michael Niedermayer2010-02-181-2/+1
* fix issue 1747Michael Niedermayer2010-02-181-2/+4
* Move NEG_[US]SR32 macros to mathops.hMåns Rullgård2010-02-173-21/+27
* Fix sizeof()-statement to use the actual pointer type.Thilo Borgmann2010-02-171-1/+1
* Fix wrong buffer allocation for MCC in ALS.Thilo Borgmann2010-02-171-2/+2
* Use stripped executable in regression testsMåns Rullgård2010-02-171-1/+1
* configure: allow setting strip tool with --stripMåns Rullgård2010-02-171-3/+4
* get_bits: Fix spelling and grammar in GET_VLC() comment.Alex Converse2010-02-171-3/+3
* 10l: remove stray '(' I don't know where it came fromMåns Rullgård2010-02-171-2/+2
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-177-19/+19
* PPC and x86 support aligning variables on stackMåns Rullgård2010-02-171-0/+4
* Add LOCAL_ALIGNED() macro for declaring aligned local arraysMåns Rullgård2010-02-172-0/+18
* Simplify some declarations of aligned arraysMåns Rullgård2010-02-171-15/+8
* Add functions to send RTSP commands with content attached to them. This willMartin Storsjö2010-02-171-1/+25
* Move predict_field_decoding_flag() from h264.h to .c as its only used there a...Michael Niedermayer2010-02-172-11/+11
* Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer2010-02-174-5/+5
* 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less.Michael Niedermayer2010-02-161-9/+10
* Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,Ronald S. Bultje2010-02-162-5/+1
* When using RTP-over-UDP, send dummy packets during stream setup, similar toMartin Storsjö2010-02-163-0/+58