23312 Commits (db76ca7f3543ab9caadce1bda6d70d5c1d9be011)
 

Author SHA1 Message Date
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
Michael Niedermayer 90a5849efd Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles. 15 years ago
Michael Niedermayer 077a8d61c0 fix issue 1747 15 years ago
Måns Rullgård 5e46be96f8 Move NEG_[US]SR32 macros to mathops.h 15 years ago
Thilo Borgmann dc9e57a878 Fix sizeof()-statement to use the actual pointer type. 15 years ago
Thilo Borgmann cd09284924 Fix wrong buffer allocation for MCC in ALS. 15 years ago
Måns Rullgård 43cfefafbf Use stripped executable in regression tests 15 years ago
Måns Rullgård 4f83739855 configure: allow setting strip tool with --strip 15 years ago
Alex Converse fd10543ef2 get_bits: Fix spelling and grammar in GET_VLC() comment. 15 years ago
Måns Rullgård 1e2245c29b 10l: remove stray '(' I don't know where it came from 15 years ago
Måns Rullgård 40d1122752 Use LOCAL_ALIGNED macro for local arrays 15 years ago
Måns Rullgård e6a0c3540d PPC and x86 support aligning variables on stack 15 years ago
Måns Rullgård d96cd42969 Add LOCAL_ALIGNED() macro for declaring aligned local arrays 15 years ago
Måns Rullgård 2480c390bd Simplify some declarations of aligned arrays 15 years ago
Martin Storsjö dfd017bf0a Add functions to send RTSP commands with content attached to them. This will 15 years ago
Michael Niedermayer 69a28f3e2b Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs 15 years ago
Michael Niedermayer 69cc31832f Move check for and call of predict_field_decoding_flag() from the mb code to 15 years ago
Michael Niedermayer 59f733d1b1 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less. 15 years ago
Ronald S. Bultje fc78b0cb7e Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, 15 years ago
Martin Storsjö 9c8fa20d7e When using RTP-over-UDP, send dummy packets during stream setup, similar to 15 years ago
Stefano Sabatini fe74099aee Rename the "enc" variable, which refers to the AVCodecContext of a 15 years ago
Stefano Sabatini f47a7cb777 Move read_line() and write_line() definition from pixdesc.h to 15 years ago