summaryrefslogtreecommitdiff
path: root/libavformat/ffmetaenc.c
Commit message (Collapse)AuthorAge
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
| | | | | | | This is consistent with stdio and is what we want to do in all cases. Fixes a bug in the voc muxer which didn't flush in write_trailer() previously. This is the cause of the change in the test results.
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
|
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avio: avio_ prefix for url_fprintfAnton Khirnov2011-03-16
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-25
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
| | | | | | | | | | | | In the name of consistency: put_byte -> avio_w8 put_<type> -> avio_w<type> put_buffer -> avio_write put_nbyte will be made private put_tag will be merged with avio_put_str Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
| | | | | This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts.
* ffmetaenc: Use correct format specifiers.Jai Menon2011-01-25
| | | | | Use printf format macros from inttypes.h. Additionally, this fixes a warning when building with clang.
* lavf: rename meta.h->ffmeta.h for consistency.Anton Khirnov2011-01-04
| | | | Originally committed as revision 26211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmetaenc: remove useless initializersAnton Khirnov2010-12-28
| | | | Originally committed as revision 26114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavf: rename meta{dec,enc}.c -> ffmeta{dec,enc}.cAnton Khirnov2010-12-28
Originally committed as revision 26113 to svn://svn.ffmpeg.org/ffmpeg/trunk