summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Collapse)AuthorAge
...
| * avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-02
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * movenc: fix tkhd height for imxBaptiste Coudurier2011-03-01
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-25
| | | | | | | | Replace put_tag() with ffio_wfourcc() and ByteIOContext with AVIOContext.
| * store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-25
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * reindent after tapt patchMaksym Veremeyenko2011-02-25
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * use tapt atom for sample aspect ratioMaksym Veremeyenko2011-02-25
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton 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>
| * movenc: Force first sample as SYNCTakashi Mochizuki2011-02-13
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * movenc: byteswap codec_tag in mov_write_ms_tagJanne Grunau2011-01-28
| | | | | | | | based on Alex Converse's "Fix ADPCM MS in mov muxing" patch
| * In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports itBaptiste Coudurier2011-01-28
| | | | | | | | | | | | In mov demuxer, set adpcm_ms and adpcm_ima_wav frame size to stsd samples per packet. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
| * 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.
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
| | | | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit a2704c9712ad35cc22e7e0d8a79b581c07fa383b)
* | movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-03
| | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 06ed4873e6e6aed8ec7cc24285d610ef4060880e)
* | movenc: fix tkhd height for imxBaptiste Coudurier2011-03-03
| | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit fffdee89cc0712ed3324bae1f86e271a36c02822)
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
| | | | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 6b4aa5dac8f41aa452d0ce9a1bede9e59a303060)
* | In mov muxer, fix adpcm mono muxing, patch by Alex ConverseBaptiste Coudurier2011-02-27
| |
* | movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-26
| | | | | | | | | | Replace put_tag() with ffio_wfourcc() and ByteIOContext with AVIOContext. (cherry picked from commit 13ff92d19706d17f876ff676591dace0b3e34794)
* | store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-26
| | | | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit d184c86cd309bbd61c5d1a1dfcf60d133da4c1e3)
* | reindent after tapt patchMaksym Veremeyenko2011-02-26
| | | | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit 77d207cbe64710b7b34865f347e608b9c0e15968)
* | use tapt atom for sample aspect ratioMaksym Veremeyenko2011-02-26
| | | | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit ea1afa124cb58c7eebd4fd3706434fafb58b00c0)
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-26
| | | | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 0abdb2931719d96dee725e555e9b46b2b2f8a6be)
* | 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)
* | movenc: Force first sample as SYNCTakashi Mochizuki2011-02-14
| | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 44b11207248c6ca6edb7d3469c0fbdca45dbfa70)
* | movenc: byteswap codec_tag in mov_write_ms_tagJanne Grunau2011-01-28
| | | | | | | | | | based on Alex Converse's "Fix ADPCM MS in mov muxing" patch (cherry picked from commit 795ed278e6d702ad841c3043e2b878afc6f599f4)
* | 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)
* | In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it.Baptiste Coudurier2011-01-24
|/ | | | In mov demuxer, set adpcm_ms and adpcm_ima_wav frame size to stsd samples per packet.
* In mov muxer, override codec tag for dv in mov, fix remuxing from aviBaptiste Coudurier2011-01-07
| | | | Originally committed as revision 26257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gpBaptiste Coudurier2011-01-07
| | | | Originally committed as revision 26255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unset variable fps for mov and mp4 muxer, they support itBaptiste Coudurier2010-11-23
| | | | | | | but timestamps must start at 0 currently, and this causes sync problem. Originally committed as revision 25805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mov muxer, write artist metadata tagBaptiste Coudurier2010-10-15
| | | | Originally committed as revision 25498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mov muxer, use correct metadata tag for encoder, and use the generic ↵Baptiste Coudurier2010-10-15
| | | | | | metadata api name Originally committed as revision 25497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mov muxer, write reduced sample aspect ratio values in paspBaptiste Coudurier2010-09-08
| | | | Originally committed as revision 25082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-25
| | | | Originally committed as revision 24915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the sizeMartin Storsjö2010-07-20
| | | | | | | This fixes a leak introduced in rev 23942, since we write padding to the buffer unconditionally. Originally committed as revision 24342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mov muxer, write pixel aspect ratio tag in mov files.Baptiste Coudurier2010-07-08
| | | | | | Based on a patch by Daniel Kristjansson, danielk at cuymedia dot net Originally committed as revision 24124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support gray16be and rgb48be in movBaptiste Coudurier2010-06-15
| | | | Originally committed as revision 23608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix raw 555 pixel format, add abgr fourccBaptiste Coudurier2010-06-04
| | | | Originally committed as revision 23479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write 3gp perf tag for artist metadataBaptiste Coudurier2010-05-23
| | | | Originally committed as revision 23268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* albm 3gp tag has optional track field not dateBaptiste Coudurier2010-05-23
| | | | Originally committed as revision 23267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change author metadata to artist in mov de/muxerBaptiste Coudurier2010-05-23
| | | | Originally committed as revision 23266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-18
| | | | Originally committed as revision 23164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-18
| | | | Originally committed as revision 23163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the mov muxer structures to a separate headerMartin Storsjö2010-05-18
| | | | Originally committed as revision 23162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* movenc: Write QuickTime chaptersDavid Conrad2010-05-05
| | | | Originally committed as revision 23022 to svn://svn.ffmpeg.org/ffmpeg/trunk