summaryrefslogtreecommitdiff
path: root/libavformat/mp3.c
Commit message (Collapse)AuthorAge
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
| | | | | | CONFIG_FOO_MUXER conditionals where appropriate. Originally committed as revision 15158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the id3v1_genre_str array const, not just the strings it points to.Reimar Döffinger2008-08-24
| | | | Originally committed as revision 14942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
| | | | Originally committed as revision 14728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.Diego Biurrun2008-07-11
| | | | Originally committed as revision 14164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not ↵Michael Niedermayer2008-07-04
| | | | | | exploitable) Originally committed as revision 14070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreasMichael Niedermayer2008-07-04
| | | | | | and found by reimar) fix is from reimar + cosmetics by me. Originally committed as revision 14069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless close funcsBaptiste Coudurier2008-06-19
| | | | Originally committed as revision 13835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos2008-05-12
| | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
| | | | Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another const found by -Wwrite-strings.Michael Niedermayer2008-02-04
| | | | Originally committed as revision 11847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return a slightly larger score if we find more than 500 valid mp3 frames in ↵Michael Niedermayer2007-12-03
| | | | | | a row Originally committed as revision 11148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that the probe code runs in O(n)Michael Niedermayer2007-12-03
| | | | Originally committed as revision 11147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove arbitrary 4096 limit for probingMichael Niedermayer2007-12-03
| | | | Originally committed as revision 11145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 filesMichael Niedermayer2007-12-03
| | | | Originally committed as revision 11144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: whitespaceAurelien Jacobs2007-11-14
| | | | Originally committed as revision 11028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unnecessary -1 from snprintf lenAndreas Öman2007-11-14
| | | | Originally committed as revision 11009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for ID3v2 year tagPatrice Bensoussan2007-11-14
| | | | | | Patch by: patrice bensoussan a free d fr Originally committed as revision 11008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure the mpeg audio header is valid before passing it to ↵Andreas Öman2007-11-04
| | | | | | ff_mpegaudio_decode_header() Originally committed as revision 10925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for reading duration from VBRI-tag in mp3 filesAndreas Öman2007-10-24
| | | | Originally committed as revision 10851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentAndreas Öman2007-10-23
| | | | Originally committed as revision 10847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag supportAndreas Öman2007-10-23
| | | | Originally committed as revision 10846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for reading duration from Xing-tag in mp3 filesAndreas Öman2007-10-23
| | | | Originally committed as revision 10845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set start_time to 0 to enable seeking in mp3-filesThorsten Jordan2007-10-18
| | | | | | patch by Thorsten Jordan, tjordan macrosystem de Originally committed as revision 10780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write id3v2 header when writing .mp2 filesBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill uninitialised variable warning in mp3_read_probe()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-08
| | | | Originally committed as revision 9531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-06
| | | | | | | | patch by Ronald S. Bultje, rsbultje gmail com thread: Re: [FFmpeg-devel] remove int readers date: Sat, 23 Jun 2007 09:32:12 -0400 Originally committed as revision 9499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new string functionsMåns Rullgård2007-06-23
| | | | | | based on patch by Reimar Döffinger Originally committed as revision 9401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* id3v2 writerAndreas Öman2007-05-22
| | | | | | | patch by Andreas Öman andreas olebyn nu original thread: [FFmpeg-devel] [Ffmpeg-devel] ID3v2 Originally committed as revision 9102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* id3v2 readerAndreas Öman2007-05-22
| | | | | | | patch by Andreas Öman andreas olebyn nu original thread: [FFmpeg-devel] [Ffmpeg-devel] ID3v2 Originally committed as revision 9101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic v1/v2 renamingAndreas Öman2007-05-22
| | | | | | patch by Andreas Öman andreas olebyn nu Originally committed as revision 9100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two small typos in commentReimar Döffinger2007-05-06
| | | | Originally committed as revision 8920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-15
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better generic index building and seeking codeMichael Niedermayer2007-02-05
| | | | Originally committed as revision 7841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
| | | | Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix missdetection of mpeg-ps (ps2_interdite.mpg)Michael Niedermayer2006-11-08
| | | | Originally committed as revision 6948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set the sampling rate just because 1 mp3 packet header says so (fixes ↵Michael Niedermayer2006-10-30
| | | | | | playback speed on some old mencoder generated avis which where then dumped to mp3) Originally committed as revision 6837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce scores if the mp3 frames dont start from the begin of the file (fixes ↵Michael Niedermayer2006-09-20
| | | | | | flv deteted as mp3 issues) Originally committed as revision 6304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l typoMichael Niedermayer2006-09-12
| | | | Originally committed as revision 6240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow ffmpeg to read mp3s beginning with partial framesAndreas Öman2006-09-10
| | | | | | | | | Patch by Andreas Oman andreas A olebyn P nu Original thread: Date: Sep 10, 2006 7:26 AM Subject: Re: [Ffmpeg-devel] [PATCH] allow ffmpeg to read mp3s beginning with partial frames Originally committed as revision 6225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk