Commit History

Author SHA1 Message Date
  Baptiste Coudurier 2dc9188465 return error if read failed 15 years ago
  Patrik Kullman 6fcce4f995 Change ffm_write_write_index to return int, and return if error occured. 15 years ago
  Baptiste Coudurier eee99eb3e8 return eof/error if only ffm header has been written, should fix #815 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 15 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: 16 years ago
  Baptiste Coudurier fabb990ec2 cosmetics, pts->dts 16 years ago
  Baptiste Coudurier dbedf2aae2 enable feeder threads 16 years ago
  Baptiste Coudurier 9f5d3b13cf ffm has no per stream priv_data anymore 16 years ago
  Albert Astals Cid e785efc49a Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es. 16 years ago
  Baptiste Coudurier 3c6a9f66b9 pass dts and pts through ffm, should fix streaming b frames 16 years ago
  Baptiste Coudurier 7080cbe2c8 pass extradata through ffm 16 years ago
  Baptiste Coudurier 2940b38ef2 fix pts handling in ffm 16 years ago
  Baptiste Coudurier c07d64c890 Reset reading state after successful seek. 16 years ago
  Baptiste Coudurier b30bb5357d cosmetics, rename first to header, more explicit name 16 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 years ago
  Baptiste Coudurier a077f3bc1a typo 16 years ago
  Baptiste Coudurier 8999c833d1 replace printf by av_log 16 years ago
  Baptiste Coudurier a299832f52 use av_hex_dump_log 16 years ago
  Baptiste Coudurier ff978de47c use dprintf 16 years ago
  Baptiste Coudurier eea2f032ad return error if frame_offset is negative, prevent segfault 16 years ago
  Baptiste Coudurier e5ece1831a return error if len is negative, prevent segfault 16 years ago
  Baptiste Coudurier 278f987a33 move ffserver specific functions up and only include unistd.h in this case 16 years ago
  Baptiste Coudurier a1e01307ad move ffm_seek1 before get_pts function since func uses it 16 years ago
  Baptiste Coudurier 4adcbbbeef move DEBUG_SEEK definition before get_pts since func uses it 16 years ago
  Baptiste Coudurier 979b1a0611 move get_pts function to avoid useless declaration 16 years ago
  Baptiste Coudurier 85a6b01da4 split ffm de/muxer 16 years ago