108 Commits (eb85060b84d8bfcf410fa666b5467beb596fa4de)

Author SHA1 Message Date
  Carl Eugen Hoyos 3323c5f353 Remove a few occurences of "long long" from the libraries. 10 years ago
  Michael Niedermayer f722009ad9 avformat/mp3dec: Ensure the buffer is large enough to avoid seeks from the first frame search 10 years ago
  wm4 2b3e9bbfb5 avformat/mp3: skip junk at the beginning of mp3 files 10 years ago
  wm4 537ab68053 avformat/mp3: large id3 tags break concatenated file detection 11 years ago
  wm4 748d4816d9 avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3 11 years ago
  wm4 58fade2c68 avformat/mp3dec: make generic index mode the default 11 years ago
  wm4 c3a73666ad avformat/mp3dec: allow enabling generic seek mode 11 years ago
  wm4 066b92e91d avformat/mp3dec: use the common mechanism for skipping samples 11 years ago
  Michael Niedermayer ecf34e8fc2 avformat/mp3dec: Adjust returned timestamp in the CBR seeking case 11 years ago
  wm4 92eef26e67 avformat/mp3dec: fix gapless audio when seeking in CBR mode 11 years ago
  wm4 3163083f7b avformat/mp3dec: offset seek index to end of vbr headers 11 years ago
  wm4 ddd429fab6 Revert "avformat/mp3dec: offset seek index to end of id3v2 tag" 11 years ago
  Michael Niedermayer a742a0536d avformat/mp3dec: Allow forcing the use of the xing TOC for CBR files 11 years ago
  wm4 8b76c0eb56 avformat/mp3dec: offset seek index to end of id3v2 tag 11 years ago
  Vittorio Giovara fe99c52fa9 mp3: Properly use AVCodecContext API 11 years ago
  Michael Niedermayer b851bc20c6 avformat/mp3dec: Check for avcodec_alloc_context3() failure 11 years ago
  Michael Niedermayer 6ad42b3e15 avformat/mp3dec: properly allocate dummy AVCodecContext 11 years ago
  Michael Niedermayer 8ddfc00ab7 avformat/mp3dec: Name the dummy variable as what it is, to avoid confusion 11 years ago
  Luca Barbato 4fd7e63c87 mp3: Tweak the probe scores 11 years ago
  Michael Niedermayer 0b75b6c3cd avformat/mp3dec: avoid seeking to negative positions 11 years ago
  Michael Niedermayer 279b2a4deb avformat/mp3dec: also accept Lavc as shortname to read delays 11 years ago
  Anton Khirnov 99143140de mp3dec: fix reading the Xing tag 11 years ago
  wm4 6c7f1155bb avformat/mp3dec: avoid early EOF with concatenated gapless mp3s 11 years ago
  wm4 d87fe2687f avformat/mp3dec: fix gapless audio support 11 years ago
  Michael Niedermayer 1b5ccae0f2 avformat/mp3dec: Improve seeking frame sync code 11 years ago
  Carl Eugen Hoyos ef21b3d38e Ignore xing number of frames if the file is larger than indicated. 11 years ago
  Michael Niedermayer a8bc175dd9 avformat/mp3dec: check the number of frames per buffer size 12 years ago
  Alessandro Ghedini 32d05934ab mp3dec: decode more data from Info header 12 years ago
  Alessandro Ghedini fbd8e04210 mp3dec: move XING/Info and VBRI parsing into their own functions 12 years ago
  Anton Khirnov 15c5a8d22d mp3dec: export replaygain tags from ID3v2 12 years ago
  Michael Niedermayer 171dd67520 avformat/mp3dec: optimize mp3_seek() for dir < 0 12 years ago
  Michael Niedermayer 7546ac2fee avformat/mp3dec: fix start time in light of initial skip samples 12 years ago
  Michael Niedermayer 64f4816915 avformat/mp3dec: 4x faster probing 12 years ago
  Michael Niedermayer ba8716df7f avformat/mp3dec: perform seek resync in the correct direction 12 years ago
  Vittorio Giovara c0779a67e8 mp3: add .mpa extension 12 years ago
  Michael Niedermayer 8d679bc7e6 avformat/mp3dec: improve detection of mp3s with huge id3 tags 12 years ago
  Michael Niedermayer 1787432b23 mp3dec: make const tables static const 12 years ago
  Michael Niedermayer e096283ea5 mp3dec: detect CBR and use CBR axiom to seek 12 years ago
  Michael Niedermayer 19d4163331 avformat/mp3dec: read TOC even if not all needed information is available 12 years ago
  Michael Niedermayer 4cc32e5cad avformat/mp3dec: read xing toc independant of usetoc, only skip filling index if requested 12 years ago
  Michael Niedermayer 0844630e6b avformat/mp3dec: Add usetoc option to allow dlsabling the use of the xing TOC 12 years ago
  Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 13 years ago
  Michael Niedermayer 505642f182 mp3dec: fallback to generic seeking when a TOC is not present 13 years ago
  Alexander Kojevnikov eae0879d96 mp3dec: Fix VBR bit rate parsing 13 years ago
  Alexander Kojevnikov 29d8cd265a mp3dec: Fix VBR bit rate parsing 13 years ago
  Michael Niedermayer 7a84664ffe mp3_read_probe: make buffer related pointers const 13 years ago
  Michael Niedermayer 91295f03d4 mp3dec: remove unused variable 13 years ago
  Michael Niedermayer b6267901c4 mp3demux: Rewrite xing TOC based seeking 13 years ago
  Michael Niedermayer 6d87781758 mp3dec: fix seeking without xing TOC 13 years ago
  Anton Khirnov 50d1f4437b mp3dec: read Xing frame TOC index 13 years ago