36 Commits (c39b94be600e8433a1de54b09d86704066efeb27)

Author SHA1 Message Date
Jason Garrett-Glaser d2b34efe22 Update ffserver to include all basic x264 parameters in .ffm files. 15 years ago
Aurelien Jacobs ed54ae08b8 remove useless duplication of what av_new_stream() already does 16 years ago
Baptiste Coudurier be2a6e2f82 fix compilation when DEBUG_SEEK is defined 16 years ago
Baptiste Coudurier 92a0f33878 fix valid seeking range 16 years ago
Baptiste Coudurier 7c45723a98 resync ffm if error in stream 16 years ago
Baptiste Coudurier 21c6438f2c typo, fix eof check 16 years ago
Baptiste Coudurier b9edbe9953 do not write ffm write index by default, detect if file is being written and return EOF 16 years ago
Baptiste Coudurier 2dc9188465 return error if read failed 16 years ago
Patrik Kullman 6fcce4f995 Change ffm_write_write_index to return int, and return if error occured. 16 years ago
Baptiste Coudurier eee99eb3e8 return eof/error if only ffm header has been written, should fix #815 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Stefano Sabatini af274fd1e1 Improve long names for FFM muxer and demuxer: 17 years ago
Baptiste Coudurier fabb990ec2 cosmetics, pts->dts 17 years ago
Baptiste Coudurier dbedf2aae2 enable feeder threads 17 years ago
Baptiste Coudurier 9f5d3b13cf ffm has no per stream priv_data anymore 17 years ago
Albert Astals Cid e785efc49a Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es. 17 years ago
Baptiste Coudurier 3c6a9f66b9 pass dts and pts through ffm, should fix streaming b frames 17 years ago
Baptiste Coudurier 7080cbe2c8 pass extradata through ffm 17 years ago
Baptiste Coudurier 2940b38ef2 fix pts handling in ffm 17 years ago
Baptiste Coudurier c07d64c890 Reset reading state after successful seek. 17 years ago
Baptiste Coudurier b30bb5357d cosmetics, rename first to header, more explicit name 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier a077f3bc1a typo 17 years ago
Baptiste Coudurier 8999c833d1 replace printf by av_log 17 years ago
Baptiste Coudurier a299832f52 use av_hex_dump_log 17 years ago
Baptiste Coudurier ff978de47c use dprintf 17 years ago
Baptiste Coudurier eea2f032ad return error if frame_offset is negative, prevent segfault 17 years ago
Baptiste Coudurier e5ece1831a return error if len is negative, prevent segfault 17 years ago
Baptiste Coudurier 278f987a33 move ffserver specific functions up and only include unistd.h in this case 17 years ago
Baptiste Coudurier a1e01307ad move ffm_seek1 before get_pts function since func uses it 17 years ago
Baptiste Coudurier 4adcbbbeef move DEBUG_SEEK definition before get_pts since func uses it 17 years ago
Baptiste Coudurier 979b1a0611 move get_pts function to avoid useless declaration 17 years ago
Baptiste Coudurier 85a6b01da4 split ffm de/muxer 17 years ago
Baptiste Coudurier ba26712b5c reenable test, data is available in this case 17 years ago
Baptiste Coudurier 217e2f4679 remove useless var 17 years ago
Baptiste Coudurier 42b9f45c0d 10l, fix compilation 17 years ago
Baptiste Coudurier 5dae74e095 use duration from pkt 17 years ago
Baptiste Coudurier 56b8a7b72a simplify 17 years ago
Baptiste Coudurier 252c189bc4 simplify 17 years ago
Baptiste Coudurier 2ea2340e34 check pkt stream index before returning packet, prevent segfault 17 years ago
Diego Biurrun aa6b38c29d Fix random typos. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Ronald S. Bultje 80fb82346e Use AV_RB* macros where appropriate. 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Alex Beregszaszi 038a1243a2 codec_tag settable via VideoTag, and transmit codec_tag in ffm 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Måns Rullgård 8da9266cea use the standard INT64_C() macro for 64-bit constants 18 years ago