summaryrefslogtreecommitdiff
path: root/libavformat/ffmetaenc.c
Commit message (Collapse)AuthorAge
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-26
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit bbc413f943b53d96aa85fe272ec413c85794019f)
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-22
| | | | | | | | | | | | | 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> (cherry picked from commit 77eb5504d3b3e1047900382350e0bc5e0bfb16b5)
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit ae628ec1fd7f54c102bf9e667a3edd404b9b9128)
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
| | | | | | 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. (cherry picked from commit c6610a216ed2948885772154a2eed696e0cb4aca)
* ffmetaenc: Use correct format specifiers.Jai Menon2011-01-26
| | | | | | Use printf format macros from inttypes.h. Additionally, this fixes a warning when building with clang. (cherry picked from commit c0ae5152d19790e8719c8d1d2bf9b761491dbda6)
* ffmetaenc : Use more correct format specifiers.Jai Menon2011-01-24
| | | | 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