summaryrefslogtreecommitdiff
path: root/libavformat/omaenc.c
Commit message (Collapse)AuthorAge
* omaenc: remove superfluous "OMA: "Paul B Mahol2012-11-24
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* omaenc: abort for unsupported codecsPaul B Mahol2012-11-24
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavf: add missing new line to some error messagesPiotr Bandurski2012-09-01
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* id3v2enc: split ff_id3v2_write().Anton Khirnov2012-02-29
| | | | | This will allow writing the tag in several steps, needed for writing attached pictures.
* lavf: add OpenMG audio muxer.Michael Karcher2011-12-18
Signed-off-by: Anton Khirnov <anton@khirnov.net>