Commit History

Author SHA1 Message Date
  Reimar Döffinger 527b46ba26 ffmdec: Do not manually free streams on read_header error, this is always 14 years ago
  Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 years ago
  Ronald S. Bultje a7a85dc4c2 Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so that 14 years ago
  Benoit Fouet 114a93c700 Fix ffm_close return type. 14 years ago
  Vitor Sessak 2dc22a64b4 Fix memory leak in FFM demuxer 14 years ago
  Benjamin Larsson 8c0c11229e Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes 14 years ago
  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 15 years ago
  Baptiste Coudurier be2a6e2f82 fix compilation when DEBUG_SEEK is defined 15 years ago
  Baptiste Coudurier 92a0f33878 fix valid seeking range 15 years ago
  Baptiste Coudurier 7c45723a98 resync ffm if error in stream 15 years ago
  Baptiste Coudurier 21c6438f2c typo, fix eof check 15 years ago
  Baptiste Coudurier b9edbe9953 do not write ffm write index by default, detect if file is being written and return EOF 15 years ago
  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