Commit History

Author SHA1 Message Date
  Michael Niedermayer 78accb876c Merge remote-tracking branch 'qatar/master' 13 years ago
  Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 13 years ago
  Michael Niedermayer c3b6cc61e5 Merge remote-tracking branch 'qatar/master' 13 years ago
  Anton Khirnov 5e8d2e337e lavf: deprecate AVStream.quality. 13 years ago
  Michael Niedermayer 976a8b2179 Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 13 years ago
  Michael Niedermayer 45fb647495 Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun 919d7a345a Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. 13 years ago
  Michael Niedermayer be315a3232 Merge remote branch 'qatar/master' 13 years ago
  Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 13 years ago
  Michael Niedermayer 2cae9809e2 Merge remote branch 'qatar/master' 13 years ago
  Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Michael Niedermayer 0fecf2642b Merge remote-tracking branch 'newdev/master' 13 years ago
  Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 13 years ago
  Anton Khirnov db44ea960d avio: avio_ prefix for url_fsize 13 years ago
  Anton Khirnov 66e5b1df36 avio: deprecate url_feof 13 years ago
  Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 13 years ago
  Michael Niedermayer 4118d66cb3 Revert "lavf: deprecate get_strz() in favor of avio_get_str" 13 years ago
  Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 13 years ago
  Anton Khirnov 773947ba76 lavf: deprecate get_strz() in favor of avio_get_str 13 years ago
  Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 13 years ago
  Anton Khirnov e16ead0716 lavf: deprecate get_strz() in favor of avio_get_str 13 years ago
  Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 13 years ago
  Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 13 years ago
  Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 13 years ago
  Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 13 years ago
  Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 13 years ago
  Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 13 years ago
  Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 13 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 13 years ago
  Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 13 years ago
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 13 years ago
  Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 years ago
  Reimar Döffinger e36a39066c Move ffm_close function up to avoid a forward declaration. 14 years ago
  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 15 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