| Commit message (Expand) | Author | Age | Files | Lines |
* | generate adts frame headers if required | Måns Rullgård | 2006-02-10 | 1 | -16/+0 |
* | read/write adts aac | Måns Rullgård | 2006-02-08 | 1 | -0/+46 |
* | 3rd try for mpeg-es probe ... | Michael Niedermayer | 2006-02-04 | 1 | -1/+1 |
* | fix regression tests | Michael Niedermayer | 2006-02-04 | 1 | -1/+1 |
* | improve mpeg1/2-es detection | Michael Niedermayer | 2006-02-02 | 1 | -21/+18 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -5/+5 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -24/+24 |
* | Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenien... | Alex Beregszaszi | 2005-10-29 | 1 | -1/+52 |
* | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun | 2005-09-23 | 1 | -26/+26 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -33/+33 |
* | .m1v and .m2a (feature req #1178960) | Michael Niedermayer | 2005-07-11 | 1 | -1/+1 |
* | .264 | Michael Niedermayer | 2005-07-03 | 1 | -1/+1 |
* | AVPacket.pos | Michael Niedermayer | 2005-05-26 | 1 | -15/+5 |
* | default to YUV420P if none specified for rawvideo input | Michael Niedermayer | 2005-05-06 | 1 | -2/+4 |
* | always honor the user specified frame rate if set | Michael Niedermayer | 2005-05-06 | 1 | -7/+7 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -7/+4 |
* | shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) | Michael Niedermayer | 2005-02-26 | 1 | -0/+29 |
* | Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it) | Michael Niedermayer | 2005-01-04 | 1 | -0/+17 |
* | H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) | Michael Niedermayer | 2004-10-28 | 1 | -0/+16 |
* | set correct timebase | Michael Niedermayer | 2004-10-18 | 1 | -0/+1 |
* | 100l (forgoten seeking functions) | Michael Niedermayer | 2004-10-11 | 1 | -3/+6 |
* | do not call (av_)abort() | Michael Niedermayer | 2004-10-01 | 1 | -1/+1 |
* | libdts support by (Benjamin Zores <ben at geexbox dot org>) | Michael Niedermayer | 2004-07-14 | 1 | -0/+30 |
* | cvs diff before cvs commit | Mike Melanson | 2004-06-19 | 1 | -71/+0 |
* | sweeping change from -EIO -> AVERROR_IO | Mike Melanson | 2004-06-19 | 1 | -6/+77 |
* | h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d... | Michael Niedermayer | 2004-05-30 | 1 | -0/+29 |
* | pass AVPacket into av_write_frame() | Michael Niedermayer | 2004-05-29 | 1 | -6/+3 |
* | cur_dts in native timebase | Michael Niedermayer | 2004-05-23 | 1 | -1/+1 |
* | store index for seeking in the native timebase of each stream | Michael Niedermayer | 2004-05-23 | 1 | -1/+1 |
* | decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello... | Leon van Stuivenberg | 2004-03-15 | 1 | -6/+25 |
* | seek support for PCM formats | Fabrice Bellard | 2003-11-10 | 1 | -15/+56 |
* | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -0/+42 |
* | 64 bit pts for writing - more const usage | Fabrice Bellard | 2003-09-10 | 1 | -2/+2 |
* | ID3 parsing and generation in MP3 format | Fabrice Bellard | 2003-09-08 | 1 | -79/+0 |
* | CODEC_ID_MP3LAME is obsolete | Fabrice Bellard | 2003-09-08 | 1 | -2/+2 |
* | truncated h263 decoding support / H263-ES "demuxer" | Michael Niedermayer | 2003-05-22 | 1 | -0/+29 |
* | * introducing new public interface in imgconvert.c | Roman Shaposhnik | 2003-05-07 | 1 | -14/+3 |
* | prefers MP3 codec (rather than MP2) for output if | Andriy Rysin | 2003-05-05 | 1 | -1/+21 |
* | mp3 codec autodetection patch by (Andriy Rysin <arysin at bcsii dot net>) | Andriy Rysin | 2003-05-05 | 1 | -0/+14 |
* | H264 decoder & demuxer | Michael Niedermayer | 2003-04-04 | 1 | -0/+28 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -3/+6 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -1/+1 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -12/+8 |
* | raw ac3 auto detects parameters | Fabrice Bellard | 2003-02-09 | 1 | -2/+17 |
* | avoid too many false detections | Fabrice Bellard | 2003-02-02 | 1 | -13/+16 |
* | removed warnings | Fabrice Bellard | 2003-01-23 | 1 | -1/+1 |
* | renamed libav to libavformat | Fabrice Bellard | 2002-11-25 | 1 | -0/+509 |