summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Vertically align a list of comparisons in sws_getCachedContext().Stefano Sabatini2010-02-18
* Merge two if conditions, allow to decrese the level of indentation ofStefano Sabatini2010-02-18
* FFmpeg is a collective effort so allowing a single name in a banner isStefano Sabatini2010-02-18
* Suppress icc warnings about unknown attributesMåns Rullgård2010-02-18
* fix intra prediction modes with inter-MB neighbors,Stefan Gehrer2010-02-18
* Make RTMP client send bytes read reportKostya Shishkov2010-02-18
* H264: use alias-safe macrosMåns Rullgård2010-02-18
* Add alias-safe aligned AV_[RW]N macrosMåns Rullgård2010-02-18
* Use alias-safe types in AV_COPY/SWAP/ZERO macrosMåns Rullgård2010-02-18
* Use alias-safe types in AV_[RW] macrosMåns Rullgård2010-02-18
* Add alias-safe union typedefsMåns Rullgård2010-02-18
* Simplify deblock_left/top condition for deblocking_filter=2Michael Niedermayer2010-02-18
* Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles.Michael Niedermayer2010-02-18
* fix issue 1747Michael Niedermayer2010-02-18
* Move NEG_[US]SR32 macros to mathops.hMåns Rullgård2010-02-17
* Fix sizeof()-statement to use the actual pointer type.Thilo Borgmann2010-02-17
* Fix wrong buffer allocation for MCC in ALS.Thilo Borgmann2010-02-17
* Use stripped executable in regression testsMåns Rullgård2010-02-17
* configure: allow setting strip tool with --stripMåns Rullgård2010-02-17
* get_bits: Fix spelling and grammar in GET_VLC() comment.Alex Converse2010-02-17
* 10l: remove stray '(' I don't know where it came fromMåns Rullgård2010-02-17
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-17
* PPC and x86 support aligning variables on stackMåns Rullgård2010-02-17
* Add LOCAL_ALIGNED() macro for declaring aligned local arraysMåns Rullgård2010-02-17
* Simplify some declarations of aligned arraysMåns Rullgård2010-02-17
* Add functions to send RTSP commands with content attached to them. This willMartin Storsjö2010-02-17
* Move predict_field_decoding_flag() from h264.h to .c as its only used there a...Michael Niedermayer2010-02-17
* Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer2010-02-17
* 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less.Michael Niedermayer2010-02-16
* Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,Ronald S. Bultje2010-02-16
* When using RTP-over-UDP, send dummy packets during stream setup, similar toMartin Storsjö2010-02-16
* Rename the "enc" variable, which refers to the AVCodecContext of aStefano Sabatini2010-02-16
* Move read_line() and write_line() definition from pixdesc.h toStefano Sabatini2010-02-16