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
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 13 years ago
  Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 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
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 years ago
  Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 14 years ago
  Vitor Sessak 10fa22ccfb Fix MTV decoding on big-endian systems 14 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 years ago
  Vitor Sessak 5eef7bcd09 Plug memory leak for truncated files 14 years ago
  Reynaldo H. Verdejo Pinochet 87e76ae0bd Corrects two typos 14 years ago
  Reynaldo H. Verdejo Pinochet a8e1cbaf18 Decrement probe score at unsuported bpp 14 years ago
  Reynaldo H. Verdejo Pinochet cbd8a722bb Fix wrong comparison in r20304 14 years ago
  Reynaldo H. Verdejo Pinochet 9cf6bbb993 If missing, calculate width or height from bpp and 14 years ago
  Reynaldo H. Verdejo Pinochet f122ef36b1 Smarten mtv's probe a bit. Check for non zero 14 years ago
  Reimar Döffinger 49056037a8 Mark video from .mtv files correctly as upside-down. 15 years ago
  Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 years ago
  Benjamin Larsson 6b71ed1678 Remove dead assignments found by CSA 15 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 15 years ago
  Reynaldo H. Verdejo Pinochet 7100376f75 COSMETICS 15 years ago
  Reynaldo H. Verdejo Pinochet a45bdbc4f5 Trivial, Cosmetics 15 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
  Reimar Döffinger ddca6ab678 Change mtv_read_packet so it does not break after seeking (displaying a shifted image). 16 years ago
  Reimar Döffinger 34bfe875d5 Fix pkt->pos to really point at start of packet for mtv audio packets. 16 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 16 years ago
  Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 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
  Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 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
  Diego Biurrun e42dba481f typos/grammar 17 years ago
  Reynaldo H. Verdejo Pinochet b1d196db56 now we set codec_tag, still have to figure out how to handle flipping 17 years ago
  Reynaldo H. Verdejo Pinochet 28146a8c7a new mtv demuxer 18 years ago