54 Commits (c949d867638b057ecd772a83ee83c89737a5a06f)

Author SHA1 Message Date
Michael Niedermayer 8df94c73dc Another const found by -Wwrite-strings. 17 years ago
Michael Niedermayer 2db971135a return a slightly larger score if we find more than 500 valid mp3 frames in a row 17 years ago
Michael Niedermayer 5ef5501b71 ensure that the probe code runs in O(n) 17 years ago
Michael Niedermayer 890d2799c1 remove arbitrary 4096 limit for probing 17 years ago
Michael Niedermayer 5110d151b6 prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Aurelien Jacobs d638424b8a cosmetics: whitespace 17 years ago
Andreas Öman bd59786204 remove unnecessary -1 from snprintf len 17 years ago
Patrice Bensoussan bd548b99aa Add support for ID3v2 year tag 17 years ago
Andreas Öman 5b5bd7c9ee make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header() 17 years ago
Andreas Öman 8862fb41e0 add support for reading duration from VBRI-tag in mp3 files 17 years ago
Andreas Öman 478638abad fix indent 17 years ago
Andreas Öman db233e832f cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support 17 years ago
Andreas Öman ca851a3a08 add support for reading duration from Xing-tag in mp3 files 17 years ago
Thorsten Jordan f97931c122 set start_time to 0 to enable seeking in mp3-files 17 years ago
Baptiste Coudurier c6377f6143 do not write id3v2 header when writing .mp2 files 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 years ago
Måns Rullgård ea7599ba8b kill uninitialised variable warning in mp3_read_probe() 17 years ago
Roman Shaposhnik c21f308e77 * Getting rid of the use of GCC language extensions 17 years ago
Ronald S. Bultje 80fb82346e Use AV_RB* macros where appropriate. 17 years ago
Måns Rullgård 75e61b0e88 use new string functions 18 years ago
Andreas Öman 0dc56bfae0 id3v2 writer 18 years ago
Andreas Öman 52b53f8653 id3v2 reader 18 years ago
Andreas Öman cb2578d5ef cosmetic v1/v2 renaming 18 years ago
Aurelien Jacobs ca6e50afc1 add a ff_ prefix to some mpegaudio funcs 18 years ago
Reimar Döffinger 89ecc26188 Fix two small typos in comment 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
Michael Niedermayer e9b78eeba2 better generic index building and seeking code 18 years ago
Diego Biurrun 6ebe07fbb5 variable renaming: mp3lame --> libmp3lame 18 years ago
Michael Niedermayer 1f51da1b4a fix missdetection of mpeg-ps (ps2_interdite.mpg) 18 years ago
Michael Niedermayer 498c544ad2 dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) 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
Michael Niedermayer 22668218f9 reduce scores if the mp3 frames dont start from the begin of the file (fixes flv deteted as mp3 issues) 18 years ago
Michael Niedermayer d0702de9af 10l typo 18 years ago
Andreas Öman abade1429e allow ffmpeg to read mp3s beginning with partial frames 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 dc4ed3b141 probe for mpeg audio 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
Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Michael Niedermayer e0827ba440 .m1v and .m2a (feature req #1178960) 20 years ago
Michael Niedermayer 2692067a45 AVPacket.pos 20 years ago
Aurelien Jacobs a965c478b2 drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 20 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago