| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |