Commit History

Author SHA1 Message Date
  Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 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 b7effd4e83 avio: avio_ prefixes for get_* functions 13 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 13 years ago
  Reimar Döffinger a351110eea Always use av_set_pts_info to set the stream time base. 13 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 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
  Reimar Döffinger 9f449d57c7 Check the index validity more thoroughly for the c93 probe function. 15 years ago
  Aurelien Jacobs e998ba4fbc avoid POSIX reserved _t suffix 15 years ago
  Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 years ago
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 16 years ago
  Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
  Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 years ago
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
  Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 17 years ago
  Michael Niedermayer f118d254be also remove c93_ prefix for static function in the c93 demuxer 17 years ago
  Anssi Hannula 9a0ddd09e7 Interplay C93 demuxer and video decoder 17 years ago