132 Commits (71e685b0183b17e43da3959e620fe22afbe8a64c)

Author SHA1 Message Date
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. 17 years ago
Joakim Plate 5faf168940 Check return of url_fseek in mpeg timestamp reading code. 17 years ago
Lars Täuber 4860abb116 support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net 17 years ago
Michael Niedermayer b22d0c04d7 Support invalid mpeg created by vdr 17 years ago
Michael Niedermayer 675b8390f6 Ignore flags after pts/dts if there are no bytes left. 17 years ago
Michel Bardiaux 6ba90c204c Suppress runaway index on streamed input 17 years ago
Paul Kelly 3dea63bd7e user specifyable maximum amount of memory to use for the index. 17 years ago
Ivo van Poorten 66e9e30239 Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it 17 years ago
Ivo van Poorten 3d94e3ba93 use one shift less in get_pts() 17 years ago
Allan Sandfeld Jensen 7dc75e8d43 Revert r6124, the change was just wrong, other formats than MPEG-PS can be 17 years ago
Michael Niedermayer 7e1720dec6 make mpeg-ps probe less happy with random data 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Måns Rullgård 2c18784703 Improve Sofdec file detection 17 years ago
Aurelien Jacobs 73039e0fb4 fix potential buffer over-read 17 years ago
Aurelien Jacobs cc04af3481 fix negative fseek 17 years ago
Aurelien Jacobs 8cd4ac3d63 correctly set audio codec when demuxing sofdec files 17 years ago
Michael Niedermayer 0c904db118 typo 17 years ago
Michael Niedermayer c6dcd0d7f0 fix misdetection of mp3could_not_find_codec_parameters.mp3 17 years ago
Aurelien Jacobs 2009c7fc96 revert part of r10899 which was not intended 17 years ago
Aurelien Jacobs 6177c7efe1 remove useless initialization to 0 of adx context 17 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 18 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 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Wolfram Gloger 7af636d44a Fix loop condition so it can be run through more than once. 18 years ago
Wolfram Gloger 268fc08290 more detailed error message for buffer underflow 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 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>) 18 years ago
Michael Niedermayer 80036204af simplify 18 years ago
Michael Niedermayer b90ba24b9a simplify pts/dts reading 18 years ago
Michael Niedermayer 75a9fbb9e9 cosmetic 18 years ago
Michael Niedermayer 7e4709b18f reduce len checks, simplifies code 18 years ago
Michael Niedermayer e56cfad04b seperate redo (we dont handle this possibly valid packet) from 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 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
Roman Shaposhnik f5a478f65d * Moving FifoBuffer out of libavformat/avformat.h and 18 years ago
Allan Sandfeld Jensen c5e331155c add support for information in CDXA format 18 years ago
Michael Niedermayer a1c69e0b50 fix probing of 02-Penguin.flac 18 years ago