Commit History

Author SHA1 Message Date
  Benoit Fouet 80e58c6153 Allow demuxing of audio substreams stored as 0x06 type. 15 years ago
  Alex Converse d84d6fbf28 Increase the number of packets required to identify as MPEG PES to keep from 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
  Michael Niedermayer 274335e76c vertical align 16 years ago
  Michael Niedermayer ff9c8d7c6f Add flag to mark demuxers that can output discontinuous timestamps. 16 years ago
  Michael Niedermayer c1c9046656 Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which 16 years ago
  Baptiste Coudurier 9b64a036c0 remove useless close funcs 16 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 years ago
  Joakim Plate 5faf168940 Check return of url_fseek in mpeg timestamp reading code. 16 years ago
  Lars Täuber 4860abb116 support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net 16 years ago
  Michael Niedermayer b22d0c04d7 Support invalid mpeg created by vdr 16 years ago
  Michael Niedermayer 675b8390f6 Ignore flags after pts/dts if there are no bytes left. 16 years ago
  Michel Bardiaux 6ba90c204c Suppress runaway index on streamed input 16 years ago
  Paul Kelly 3dea63bd7e user specifyable maximum amount of memory to use for the index. 16 years ago
  Ivo van Poorten 66e9e30239 Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it 16 years ago
  Ivo van Poorten 3d94e3ba93 use one shift less in get_pts() 16 years ago
  Allan Sandfeld Jensen 7dc75e8d43 Revert r6124, the change was just wrong, other formats than MPEG-PS can be 16 years ago
  Michael Niedermayer 7e1720dec6 make mpeg-ps probe less happy with random data 16 years ago
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 16 years ago
  Måns Rullgård 2c18784703 Improve Sofdec file detection 16 years ago
  Aurelien Jacobs 73039e0fb4 fix potential buffer over-read 16 years ago
  Aurelien Jacobs cc04af3481 fix negative fseek 16 years ago
  Aurelien Jacobs 8cd4ac3d63 correctly set audio codec when demuxing sofdec files 16 years ago
  Michael Niedermayer 0c904db118 typo 16 years ago
  Michael Niedermayer c6dcd0d7f0 fix misdetection of mp3could_not_find_codec_parameters.mp3 16 years ago
  Aurelien Jacobs 2009c7fc96 revert part of r10899 which was not intended 16 years ago
  Aurelien Jacobs 6177c7efe1 remove useless initialization to 0 of adx context 16 years ago
  Michael Niedermayer 4cd2508139 fix misdetection of out.ac3 17 years ago
  Michael Niedermayer 3504467f8b //more debug info 17 years ago
  Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
  Baptiste Coudurier c4f27438ef remove now useless ifdef 17 years ago
  Baptiste Coudurier 2abe5a01c8 split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common 17 years ago
  Diego Biurrun 755bfeabcc misc spelling fixes 17 years ago
  Wolfram Gloger 7af636d44a Fix loop condition so it can be run through more than once. 17 years ago
  Wolfram Gloger 268fc08290 more detailed error message for buffer underflow 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
  François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 17 years ago
  Michael Niedermayer aad512b4ec Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) 17 years ago
  Michael Niedermayer 80036204af simplify 17 years ago
  Michael Niedermayer b90ba24b9a simplify pts/dts reading 17 years ago
  Michael Niedermayer 75a9fbb9e9 cosmetic 17 years ago
  Michael Niedermayer 7e4709b18f reduce len checks, simplifies code 17 years ago
  Michael Niedermayer e56cfad04b seperate redo (we dont handle this possibly valid packet) from 17 years ago
  Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 17 years ago
  Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 17 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago