| Commit message (Expand) | Author | Age | Files | Lines |
* | free codec extradata in av_close_input_file | Måns Rullgård | 2006-06-16 | 1 | -1/+0 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -27/+27 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -19/+19 |
* | malloc padding to avoid reading past the malloc()ed area. | Jindřich Makovička | 2005-12-17 | 1 | -0/+1 |
* | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun | 2005-09-23 | 1 | -3/+3 |
* | fix unused variable warnings | Aurelien Jacobs | 2005-09-21 | 1 | -2/+2 |
* | Make ogg `muxer' expect new vorbis extradata format. | Alexander Strasser | 2005-08-15 | 1 | -5/+22 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -2/+2 |
* | Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, | Måns Rullgård | 2005-04-09 | 1 | -4/+4 |
* | integer overflows, heap corruption | Michael Niedermayer | 2005-01-08 | 1 | -0/+2 |
* | allocate a few bytes more for extradata so the bitstream reader if its used b... | Michael Niedermayer | 2004-11-13 | 1 | -1/+1 |
* | ogg with ffplay fix | Michael Niedermayer | 2004-06-24 | 1 | -2/+0 |
* | sweeping change from -EIO -> AVERROR_IO | Mike Melanson | 2004-06-19 | 1 | -3/+3 |
* | pass AVPacket into av_write_frame() | Michael Niedermayer | 2004-05-29 | 1 | -7/+6 |
* | move time_base (pts_num/pts_den) from AVFormatContext -> AVStream | Michael Niedermayer | 2004-05-21 | 1 | -3/+3 |
* | export pts if available | Michael Niedermayer | 2004-04-27 | 1 | -0/+4 |
* | move zero size hack from ogg.c to utils.c | Michael Niedermayer | 2004-04-04 | 1 | -4/+0 |
* | fix global header passing from demuxer to decoder | Michael Niedermayer | 2004-04-04 | 1 | -4/+21 |
* | remove function call from muxer->encoder and cleanly pass global headers | Michael Niedermayer | 2004-04-04 | 1 | -40/+13 |
* | fix obnoxious ogg_packet passing from encoder to muxer | Michael Niedermayer | 2004-04-04 | 1 | -31/+34 |
* | kill obnoxious ogg_packet passing from demuxer to decoder | Michael Niedermayer | 2004-04-04 | 1 | -4/+3 |
* | remove spyware from ogg*.c | Michael Niedermayer | 2004-04-04 | 1 | -4/+4 |
* | using LIBAVFORMAT_IDENT | Alex Beregszaszi | 2003-12-08 | 1 | -1/+1 |
* | GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot... | Panagiotis Issaris | 2003-10-26 | 1 | -2/+2 |
* | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -0/+4 |
* | ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>) | Mark Hills | 2003-02-25 | 1 | -1/+4 |
* | removed unneeded mallocs | Fabrice Bellard | 2003-01-25 | 1 | -13/+4 |
* | renamed libav to libavformat | Fabrice Bellard | 2002-11-25 | 1 | -0/+269 |