История коммитов

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