| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | kill uninitialised variable warning in mp3_read_probe() | Måns Rullgård | 2007-07-08 | 1 | -1/+1 |
* | * Getting rid of the use of GCC language extensions | Roman Shaposhnik | 2007-07-08 | 1 | -1/+2 |
* | Use AV_RB* macros where appropriate. | Ronald S. Bultje | 2007-07-06 | 1 | -1/+1 |
* | use new string functions | Måns Rullgård | 2007-06-23 | 1 | -1/+2 |
* | id3v2 writer | Andreas Öman | 2007-05-22 | 1 | -0/+56 |
* | id3v2 reader | Andreas Öman | 2007-05-22 | 1 | -2/+145 |
* | cosmetic v1/v2 renaming | Andreas Öman | 2007-05-22 | 1 | -36/+36 |
* | add a ff_ prefix to some mpegaudio funcs | Aurelien Jacobs | 2007-05-20 | 1 | -1/+1 |
* | Fix two small typos in comment | Reimar Döffinger | 2007-05-06 | 1 | -1/+1 |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -1/+1 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -3/+0 |
* | better generic index building and seeking code | Michael Niedermayer | 2007-02-05 | 1 | -0/+1 |
* | variable renaming: mp3lame --> libmp3lame | Diego Biurrun | 2007-01-07 | 1 | -1/+1 |
* | fix missdetection of mpeg-ps (ps2_interdite.mpg) | Michael Niedermayer | 2006-11-08 | 1 | -1/+1 |
* | dont set the sampling rate just because 1 mp3 packet header says so (fixes pl... | Michael Niedermayer | 2006-10-30 | 1 | -2/+2 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | reduce scores if the mp3 frames dont start from the begin of the file (fixes ... | Michael Niedermayer | 2006-09-20 | 1 | -4/+6 |
* | 10l typo | Michael Niedermayer | 2006-09-12 | 1 | -1/+1 |
* | allow ffmpeg to read mp3s beginning with partial frames | Andreas Öman | 2006-09-10 | 1 | -14/+26 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -17/+5 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -6/+6 |
* | probe for mpeg audio | Måns Rullgård | 2006-06-05 | 1 | -1/+27 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -6/+6 |
* | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun | 2005-09-23 | 1 | -6/+6 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -2/+2 |
* | .m1v and .m2a (feature req #1178960) | Michael Niedermayer | 2005-07-11 | 1 | -3/+3 |
* | AVPacket.pos | Michael Niedermayer | 2005-05-26 | 1 | -4/+1 |
* | drop most url_fileno() calls (allows to use ByteIOContext directly in caller ... | Aurelien Jacobs | 2005-05-19 | 1 | -1/+1 |
* | sweeping change from -EIO -> AVERROR_IO | Mike Melanson | 2004-06-19 | 1 | -2/+2 |
* | pass AVPacket into av_write_frame() | Michael Niedermayer | 2004-05-29 | 1 | -3/+2 |
* | added parsing | Fabrice Bellard | 2003-11-10 | 1 | -1/+2 |
* | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -0/+6 |
* | 64 bit pts for writing - more const usage | Fabrice Bellard | 2003-09-10 | 1 | -1/+1 |
* | ID3 parsing and generation in MP3 format | Fabrice Bellard | 2003-09-08 | 1 | -0/+397 |