14658 Commits (38b5b28e62012c6faf4d1632c9b23f7f4837b0fb)
 

Author SHA1 Message Date
Vitor Sessak c17fd98cdc Document defines better 16 years ago
Vitor Sessak c31333e107 Remove useless define 16 years ago
Vitor Sessak 51062b926b Rename rotate_buffer() to copy_and_dup() and doxy it 16 years ago
Vitor Sessak 70e708677e Simplify t_sqrt() 16 years ago
Vitor Sessak 89a2713e66 Add doxy comment 16 years ago
Vitor Sessak 3890a13173 Rename var 16 years ago
Vitor Sessak d5d3536dcb Move code unrelated to lpc filtering out of lpc_filter() 16 years ago
Vitor Sessak 5983d1c480 Simplify rotate_buffer() 16 years ago
Baptiste Coudurier cb51aef1ab copy extradata if present 16 years ago
Stefano Sabatini a33a6eb2ce Fix typo in libavcodec/opt.h. 16 years ago
Stefano Sabatini 496a613293 Make ffserver daemon chdir()s just after log init. This way a 16 years ago
Baptiste Coudurier b06759549f fix segv, fmt_ctx is not set for rtsp 16 years ago
Diego Biurrun 07cb073bf9 Remove unused variable, fixes the warning: 16 years ago
Baptiste Coudurier ace21da3cf cosmetics, braces placement 16 years ago
Art Clarke 51f90867ea Allocate static tables on stack, not heap. 16 years ago
Baptiste Coudurier 3ab29d8e4f 10l, do not use ctx before being set, fix segv 16 years ago
Baptiste Coudurier dc3a6a368c fix compilation, this should be better 16 years ago
Baptiste Coudurier 4def51fa59 10l, move init after possible goto 16 years ago
Baptiste Coudurier 8f56ccca92 simplify, use ist 16 years ago
Baptiste Coudurier 250be719e4 fix source stream, source_index is refering to fmt_in, needs testing 16 years ago
Baptiste Coudurier d80904cc87 simplify 16 years ago
Baptiste Coudurier e21ac20921 no need to print date anymore since done in http_log 16 years ago
Baptiste Coudurier d4fdba0df7 chinese avs demuxing support, demux AVSFileFormat.mp4 16 years ago
Vitor Sessak 9acd41a4e2 Cosmetics 16 years ago
Vitor Sessak d488e906f2 Avoid a memcpy. Code is also simpler now in my opinion. 16 years ago
Stefano Sabatini c1bb8f9792 Document ffserver debug mode. 16 years ago
Stefano Sabatini 60b51bb262 Document ffserver daemon mode. 16 years ago
Stefano Sabatini dea7da1063 Document ffserver no-launch mode. 16 years ago
Stefano Sabatini 9c09099e75 Cosmetics: move ffmpeg.c dframes option definition from within the 16 years ago
Evgeniy Stepanov 5e8477b011 matroskadec: decode track private data if needed 16 years ago
Evgeniy Stepanov 935ec5a1d5 matroskadec: move buffer decoding code to a separate function 16 years ago
Aurelien Jacobs 51e1cc16d3 matroskadec: fix a memory leak 16 years ago
Robert Swain f5048aaf69 Remove now unused variable 16 years ago
Robert Swain 9146e4d61c Add generic ff_sine_window_init function and implement in codecs appropriately 16 years ago
Peter Ross d47f16074f vp6: ensure that huffman decoding table is sorted with descending symbol order 16 years ago
Diego Biurrun d43cf68898 cosmetics: alignment 16 years ago
Diego Biurrun 4e882caf51 Add missing entry for PCM_DVD_ENCODER. 16 years ago
Peter Ross 4198efe83f Add missing mpegvideo.o to list of vc1.o dependencies. 16 years ago
Peter Ross c183033f77 Add missing entry for ADPCM_IMA_QT_ENCODER. 16 years ago
Peter Ross cc6c2befa9 Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. 16 years ago
Baptiste Coudurier fabb990ec2 cosmetics, pts->dts 16 years ago
Baptiste Coudurier 148c8d8018 store dts in ffm headers 16 years ago
Baptiste Coudurier 5e5f75cf8a remove pts set hack, this is no more correct 16 years ago
Baptiste Coudurier 78a5c7a5a1 update seek reg ref due to r13856 16 years ago
Reimar Döffinger 00eebe3d6a Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 16 years ago
Baptiste Coudurier 3d9cc27df8 move code setting output parameters after possible failure 16 years ago
Baptiste Coudurier 697efa36c7 move code after possible failure, so no need to free 16 years ago
Baptiste Coudurier e6f0deab80 check av_open_input_stream error 16 years ago
Baptiste Coudurier fbc6314428 remove return 1, we don't change state, we are still sending data 16 years ago
Baptiste Coudurier 86771c6804 free pb 16 years ago