summaryrefslogtreecommitdiff
path: root/libavformat/omaenc.c
Commit message (Collapse)AuthorAge
* Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228'Michael Niedermayer2014-06-18
|\ | | | | | | | | | | | | | | | | | | * commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228': lavf: add the notimestamps flag to the muxers missing it Conflicts: libavformat/adtsenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-18
| |
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
| |
* | 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>