14182 Commits (ca162a5004fcd2209b6ee1eeb92731cfe1142ca1)
 

Author SHA1 Message Date
Vitor Sessak a94701d03c Yet more variable renaming 17 years ago
Vitor Sessak d4f0cc1c9f More variable renaming 17 years ago
Vitor Sessak 907892ee19 Rename functions 17 years ago
Vitor Sessak d981252c27 Rename variables 17 years ago
Stefano Sabatini 4a567b40b1 Macro suggested by Michael which will be used to disable the 17 years ago
Baptiste Coudurier b8b015f483 cast to correct type, suppress warnings 17 years ago
Baptiste Coudurier 74498eb44b cast to correct type, suppress warnings 17 years ago
Baptiste Coudurier 73d046e21f add const, suppress warnings 17 years ago
Baptiste Coudurier 87cf861c7d cast to correct type, suppress warnings 17 years ago
Baptiste Coudurier 3e62b7e34c add const, suppress warnings 17 years ago
Baptiste Coudurier 72d6b61074 remove useless casts 17 years ago
Baptiste Coudurier 774c386a10 add const, suppress warnings 17 years ago
Baptiste Coudurier 994c1ef014 add const, suppress warnings 17 years ago
Baptiste Coudurier baf7f7c64a remove useless casts 17 years ago
Baptiste Coudurier 1be97a218e memcpy considering output width, not src linesize, fix segv with av_picture_pad 17 years ago
Baptiste Coudurier 64e3e66175 give context to av_log 17 years ago
Baptiste Coudurier 2dae1dd0dd add \n to error message 17 years ago
Michael Niedermayer 2453f40602 Prevent scalefactors from overflowing. 17 years ago
Justin Ruggles fb2b88a816 cosmetics: add a comment, remove a comment 17 years ago
Justin Ruggles 9b57545934 simplify 17 years ago
Justin Ruggles 6e74513a48 set lfe params at frame init instead of in every block 17 years ago
Justin Ruggles b85a15fe73 only calculate number of exponent groups when exponents are not reused. 17 years ago
Justin Ruggles aa148649a4 cosmetics: remove unneeded braces 17 years ago
Justin Ruggles 7e13b31c19 10l: cosmetics 17 years ago
Justin Ruggles e25973a1fd new dba values requires running last 2 bit allocation stages 17 years ago
Stefano Sabatini e992fba4ba Add a few newlines to 'ffmpeg -h' output to make it more readable. 17 years ago
Justin Ruggles ff5d419e2f get_transform_coeffs() never returns an error, so make the function and its children return void. 17 years ago
Vitor Sessak 2f7d6835b6 Add doxy comments to eq() and do_voice() 17 years ago
Justin Ruggles fbe52e4188 use enum value for CRC error 17 years ago
Justin Ruggles c78c6d6c58 move header error logging to after CRC check 17 years ago
Vitor Sessak 4dc471c30c Minor simplification 17 years ago
Vitor Sessak 9765b44c50 Rename variable 17 years ago
Vitor Sessak 208a2a60b9 Remove useless intermediate variable 17 years ago
Vitor Sessak 9d283aee83 Remove ra144.o dependency added in revision r13500, now reverted 17 years ago
Peter Ross 750066ea1c flvenc.o depends on avc.o (for H.264 support functions). 17 years ago
Peter Ross 418a0b9fc4 Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffm 17 years ago
Michael Niedermayer b13ddb3bca unused 17 years ago
Michael Niedermayer b9c8388710 As *_static are not deallocated anymore except on program termination 17 years ago
Michael Niedermayer 83422c1940 unused 17 years ago
Michael Niedermayer 65de23d1b6 Remove non C code. 17 years ago
Michael Niedermayer 09dafaeba1 Move *_static to bitstream.c which is the only file left which needs 17 years ago
Michael Niedermayer ceaaf78bb7 Change init_vlc_rl() so it does not use *alloc_static() anymore. 17 years ago
Michael Niedermayer 2d80ce2bdf Change init_2d_vlc_rl() to not use *alloc_static(). 17 years ago
Michael Niedermayer 573e8cb309 Remove incorrect usage of av_free_static(), ffmpeg.c is not a 17 years ago
Michael Niedermayer 9ef3193df1 Remove constant argument. 17 years ago
Michael Niedermayer f76605e880 Switch to INIT_VLC_USE_NEW_STATIC. 17 years ago
Michael Niedermayer d05b24ff89 Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. 17 years ago
Michael Niedermayer ccc54864fe Make init_vlc* support proper static tables instead of this broken beyond 17 years ago
Vitor Sessak 27f19ed501 Revert r13499, log: 17 years ago
Baptiste Coudurier 180b7026b9 2nd try fix got_key_frame when video+audio 17 years ago