126 Commits (5b51efdc3a263e4ab59d5d66e5e2ec3413304e33)

Author SHA1 Message Date
  Michael Niedermayer e0eaf10049 oggdec: fix regression that caused reading the whole file during open 13 years ago
  Michael Niedermayer 8443082db6 ogg: rewrite first timestamp reading code. 13 years ago
  Michael Niedermayer 5931c754b8 ogg: in ogg_get_length() start from data_offset not 0. 13 years ago
  Michael Niedermayer ef32fbafcd oggdec: fix off by one error on pos_limit 13 years ago
  Michael Niedermayer a6bb09fc1a oggdec: print error on failure to create streams 13 years ago
  Michael Niedermayer 251ce23165 oggdec: print error on changing streams when its unsupported. 13 years ago
  Michael Niedermayer 6fd478062c oggdec: print error on unsupported versions 13 years ago
  Michael Niedermayer 96fb233e64 oggdec: reset lastpts so that justins vorbis duration correction is not skiped 13 years ago
  Michael Niedermayer 5f9f78dc9b oggdec: pass avformat context to ogg_reset() 13 years ago
  Michael Niedermayer c7c976c6d7 oggdec: Safety check against stream counts being inconsistent in seek() 13 years ago
  Michael Niedermayer 9bb3b7d028 oggdec: Recreate streams only in the 1 stream case. 13 years ago
  Dale Curtis ef0d779706 Fix uninitialized reads on malformed ogg files. 13 years ago
  Reimar Döffinger 030e96fe55 oggdec: improve warning message. 13 years ago
  Reimar Döffinger 787528b4a6 Detect theora keyframes by content in Ogg demuxer. 13 years ago
  Reimar Döffinger 8162c6f0bd oggdec: add missing ogg_reset on seek. 13 years ago
  Reimar Döffinger 1b0dc96fc9 oggdec: fix keyframe seeking when granule_is_start is 0. 13 years ago
  Reimar Döffinger d7b542ae29 Fix potential infinite discard loop. 13 years ago
  Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
  Diego Biurrun e873c03ac7 misc Doxygen markup improvements 13 years ago
  Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
  Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
  Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 14 years ago
  Nicolas George 4ca59d1948 oggdec: add support for Xiph's CELT codec 13 years ago
  Laurent Aimar 0e7efb9d23 oggdec: fix out of bound write in the ogg demuxer 13 years ago
  Laurent Aimar bc851a2946 Fix writes out of bounds in the ogg demuxer. 13 years ago
  Michael Niedermayer 7e7012d0b4 oggdec: subtract time of first packet only from duration when it is significant 13 years ago
  Michael Niedermayer d2cab951e3 oggdec: Make sure start time correction is applied once to each stream 13 years ago
  Chris Evans 4cc3467e7a oggdec: prevent heap corruption. 14 years ago
  Nicolas George 9cec1bbd14 ogg: propagate return values and return more meaningful error values 14 years ago
  Reimar Döffinger 0a94020b5b oggdec: Abort Ogg header parsing when encountering a data packet. 14 years ago
  Ronald S. Bultje 9ed6cbc3ee ogg: fix double free when finding length of small chained oggs. 14 years ago
  Nicolas George 392aa6e444 ogg_read_packet: forward error code. 14 years ago
  Michael Niedermayer 49125aeddc oggdec: fix Ticket185 14 years ago
  Diego Biurrun b751f61106 Remove stray extra arguments from av_dlog() invocations. 14 years ago
  Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
  Clément Bœsch adba9c6352 Fix various unused variable warnings 14 years ago
  Stefano Sabatini 2ef241c09f oggdec: use av_dlog() 14 years ago
  Nicolas George bec994dff2 Ogg demuxer: give meaningful error codes and warnings. 14 years ago
  Clément Bœsch e575685fad Cosmetics: fix prototypes in oggdec 14 years ago
  Clément Bœsch 5780f41af5 oggdec: fix memleak with continuous streams. 14 years ago
  Clément Bœsch b3bbc6fdc5 oggdec: use explicit AVInputFormat struct initializers 14 years ago
  Clément Bœsch f95257d27c oggdec: simplify ogg_probe 14 years ago
  Reimar Döffinger 48b9b7edb3 Replace deprecated url_fseek by avio_seek. 14 years ago
  jan gerber 5901cd6236 oggdec:Correct duration 14 years ago
  Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
  Clément Bœsch dc713546d4 oggdec: reindent after 8f3eebd6 14 years ago
  Michael Niedermayer 52512d0a43 oggdec: use av_freep() instead of av_free() 14 years ago
  Nicolas George e61b83d29e Ogg: add support for Xiph's CELT (Opus) codec. 14 years ago
  Clément Bœsch 8f3eebd663 oggdec: simplify audio chained ogg streams support 14 years ago
  Michael Niedermayer c104a6e902 oggdec: use av_freep() instead of av_free() 14 years ago