121 Commits (db7ae7d1b96bec521793a200ad46574bca728b6e)

Author SHA1 Message Date
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
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Måns Rullgård 83d0731364 attempt to detect Chinese AVS video 19 years ago
Måns Rullgård 25c533a2c2 detect audio-only program streams and broken files made by VDR 19 years ago
Måns Rullgård 19e0e403f3 detect MPEG PES streams as MPEG PS; the PS demuxer will cope 19 years ago
Måns Rullgård d8bee8dd1c allow packets with non-zero PES_scrambling_control 19 years ago
Michael Niedermayer 30a43f2d09 add size to AVIndex 19 years ago
Michael Niedermayer 0b2bb3543f mpeg-ps probe 2nd try 19 years ago
Michael Niedermayer 9870a7bdb8 replace probe() by one similar to MPEG-ES 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago