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 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 686959e87e Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 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 66e5b1df36 avio: deprecate url_feof 13 years ago
  Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 13 years ago
  Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 13 years ago
  Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 13 years ago
  Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 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
  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
  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
  Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
  Reimar Döffinger ef12ec23fa Fix memleak in nuv demuxer: free packet already allocated packet when 15 years ago
  Reimar Döffinger 9470511185 Correctly set packet size for partial video packets in nuv demuxer. 15 years ago
  Reimar Döffinger b0723c8a12 Always return 0 if read_packet is successful. 15 years ago
  Reimar Döffinger ac2b2226ac Do not uselessly read version string into a buffer. 15 years ago
  Reimar Döffinger 4e5735f774 Error out also when reading nuv header returns with partial data and return 15 years ago
  Reimar Döffinger 881dad9e76 Enable generic index creation and seeking for NUV demuxer. 15 years ago
  Reimar Döffinger d71d64dcc1 Mark all packets from nuv demuxer as keyframes in order to make seeking work. 15 years ago
  Reimar Döffinger fb2e95c97a Set AVPacket pos also for audio packets in nuv demuxer. 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 15 years ago
  Reimar Döffinger b4be93212f Avoid _t in typedef type 16 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
  Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
  Joakim Plate 4c8e5dfcc5 Fix handling of old nuv files where an aspect of 1 actually means 4/3 16 years ago
  Joakim Plate 3a459ebe35 aspect stored in nuv files must be converted from display- to sample-aspect. 16 years ago
  Reimar Döffinger 00496302d6 10l, fix nuv_header for the case when there is no video stream. 16 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 years ago
  Reimar Döffinger 60583fb653 Check av_new_stream return value, fixes CID79 RUN2 16 years ago
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
  Reimar Döffinger efd7428666 Set codec_id correctly for RJPG codec_tag 17 years ago
  Reimar Döffinger 7a562a31a3 Do not set codec_tag when the container does not specify it. 17 years ago
  Reimar Döffinger dd6ca72186 Copy nuv header only when the video codec is nuv 17 years ago
  Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
  Michael Niedermayer 8a59d9a385 fix "incorrect frame size" errors with small.nuv 17 years ago
  Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 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 8643594ce3 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) 17 years ago