14208 Commits (bea91b8c2931e3263ca68003a888df2592176587)
 

Author SHA1 Message Date
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
Ramiro Polla 16e861e3ee raw mlp demuxer 17 years ago
Quoc Cuong Pham dd0f776c98 Detect "tif" suffix as TIFF. 17 years ago
Diego Biurrun 3ed1a2ee88 cosmetics: Remove useless backslashes. 17 years ago
Diego Biurrun b006b26c83 Implement a proper configure test for AltiVec vector declaration syntax. 17 years ago
Diego Biurrun 81a5cdde80 Simplify altivec.h test. 17 years ago
Diego Biurrun de3e16ee14 10l: Add useless backslashes in AltiVec CFLAGS test. 17 years ago
Baptiste Coudurier 78728064c3 fix got_key_frame when stream is audio 17 years ago
Baptiste Coudurier 0332f54945 set got_key_frame when packet is video, fix first video packet with index 0 and 2 streams 17 years ago
Baptiste Coudurier 79c7968726 update regressions tests, should be stable now 17 years ago
Baptiste Coudurier 626932fd83 sleep seems needed to wait for feed to be setup 17 years ago
Baptiste Coudurier 3766ed7214 log error when writing frame to output 17 years ago
Baptiste Coudurier c1593d0e56 wake up connections to stop waiting when feed is being closed 17 years ago
Baptiste Coudurier 084a891292 fix timestamps rescaling, index in source format might be different 17 years ago
Baptiste Coudurier ddb41f3f58 take over ffserver maintenance 17 years ago
Baptiste Coudurier 929a9b7544 log some errors 17 years ago
Baptiste Coudurier 58bd615ff5 set is_streamed before writing data to output file 17 years ago
Carl Eugen Hoyos 7e14f14584 Warn about unimplemented H264 feature. 17 years ago
Baptiste Coudurier 3b37167691 cosmetics, reindent 17 years ago
Baptiste Coudurier 1cb4d12c72 cosmetics, move declaration where it is used, remove now useless block 17 years ago
Baptiste Coudurier 9d58e0a9e1 cosmetics, space before and after parenthesis, weird indentation 17 years ago
Pascal Massimino ae899d12ae in TRUNCATED mode, use residual fragments in ParseContext 17 years ago
Baptiste Coudurier 369074680e use av_parse_video_frame_rate 17 years ago
Reimar Döffinger e8bd16a5e1 Check av_new_stream return value, fixes CID75 RUN2 17 years ago
Michael Niedermayer 8b9c4ad237 ENOMEM is better, yes ... 17 years ago