| Commit message (Expand) | Author | Age | Files | Lines |
* | the context is supposed to be freed in the generic code in utils.c | Michael Niedermayer | 2007-01-21 | 1 | -1/+0 |
* | remove now useless codec_tag setting code in muxers | Michael Niedermayer | 2007-01-21 | 1 | -1/+0 |
* | get rid of the [4] limitation of codec tag lists | Michael Niedermayer | 2007-01-21 | 1 | -2/+2 |
* | export a few more codec_tag-codec_id tables | Michael Niedermayer | 2007-01-21 | 1 | -0/+2 |
* | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer | 2007-01-21 | 1 | -1/+1 |
* | make some symbols static | Måns Rullgård | 2006-11-11 | 1 | -1/+1 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | fix bit rate | Baptiste Coudurier | 2006-10-11 | 1 | -1/+1 |
* | use av_get_bits_per_sample | Baptiste Coudurier | 2006-10-11 | 1 | -19/+2 |
* | use av_get_bits_per_sample, compute block align if not set | Baptiste Coudurier | 2006-10-11 | 1 | -1/+8 |
* | simplify by not writing unneeded codec name to fix segfault when stream copy | Baptiste Coudurier | 2006-10-11 | 1 | -15/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -1/+1 |
* | CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo | Diego Biurrun | 2006-07-11 | 1 | -1/+1 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -15/+6 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -4/+4 |
* | Move initialisations and internal symbols in allformats.h, | Diego Pettenò | 2006-06-30 | 1 | -0/+1 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -1/+1 |
* | Add (mostly) const to variable and parameter declaration, where a char* was | Stefan Huehner | 2006-06-17 | 1 | -2/+2 |
* | fix pcm_s24be demuxing, simplify | Baptiste Coudurier | 2006-05-15 | 1 | -20/+3 |
* | AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) | Michael Niedermayer | 2006-02-02 | 1 | -0/+482 |