14938 Commits (9296f5d81acb9b3f8d8870a78ded6e284a1f4f58)
 

Author SHA1 Message Date
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
Baptiste Coudurier f2972c8c82 use av_open_input_stream 16 years ago
Baptiste Coudurier 381ec67749 do not allocate st->codec, it will be overwritten later; fix memleak 16 years ago
Baptiste Coudurier d2ce2f5e5c cosmetics, reindent 16 years ago
Baptiste Coudurier dbedf2aae2 enable feeder threads 16 years ago
Baptiste Coudurier 0b459fb2d8 log to stderr 16 years ago
Baptiste Coudurier bcd3ce5903 add callback for av_log 16 years ago
Baptiste Coudurier 82e0be62ef no need to print date anymore since done in http_log 16 years ago
Baptiste Coudurier 9fd3442f63 use ctime1 16 years ago
Baptiste Coudurier 124ed1c073 print date in http_log 16 years ago
Baptiste Coudurier fa288df453 remove useless init 16 years ago
Baptiste Coudurier f69bb0cc1c merge declaration and init 16 years ago
Baptiste Coudurier 2b9cd1e78a reindent 16 years ago
Baptiste Coudurier d2a1ea1d9b http or rtsp only support 16 years ago
Baptiste Coudurier 3296409d5c fix open return check 16 years ago
Erik Hovland 0679719d5b fix feed_filename test, field is char [1024], patch by Erik Hovland, erik at hovland dot org 16 years ago
Baptiste Coudurier 54e5cf132d do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking 16 years ago
Baptiste Coudurier 60a04f7fc9 use av_seek_frame to flush demxu pending packets, fixes seeking, should have been done when av_find_stream_info was added 16 years ago
Stefano Sabatini b453924f3c Extend documentation for AVOption. 16 years ago
Baptiste Coudurier f8b06be970 free c->pb_buffer before overwriting it, fix memleak 16 years ago
Baptiste Coudurier f7d321bc03 update reg ref due to r13851 16 years ago