aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | In mov muxer, fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier2011-03-301-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-3/+3
|\|
| * avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-3/+3
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-37/+37
| * movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-021-6/+17
| * movenc: fix tkhd height for imxBaptiste Coudurier2011-03-011-1/+1
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-9/+9
| * movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-251-4/+4
| * store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-251-2/+1
| * reindent after tapt patchMaksym Veremeyenko2011-02-251-5/+5
| * use tapt atom for sample aspect ratioMaksym Veremeyenko2011-02-251-0/+35
| * lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-107/+108
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-440/+440
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-68/+68
| * movenc: Force first sample as SYNCTakashi Mochizuki2011-02-131-1/+2
| * movenc: byteswap codec_tag in mov_write_ms_tagJanne Grunau2011-01-281-2/+2
| * In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports itBaptiste Coudurier2011-01-281-1/+28
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-6/+6
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-37/+37
* | movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-031-6/+17
* | movenc: fix tkhd height for imxBaptiste Coudurier2011-03-031-1/+1
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-9/+9
* | In mov muxer, fix adpcm mono muxing, patch by Alex ConverseBaptiste Coudurier2011-02-271-0/+1
* | movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-261-4/+4
* | store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-261-2/+1
* | reindent after tapt patchMaksym Veremeyenko2011-02-261-5/+5
* | use tapt atom for sample aspect ratioMaksym Veremeyenko2011-02-261-0/+35
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-261-107/+108
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-221-440/+440
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-68/+68
* | movenc: Force first sample as SYNCTakashi Mochizuki2011-02-141-1/+2
* | movenc: byteswap codec_tag in mov_write_ms_tagJanne Grunau2011-01-281-2/+2
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-6/+6
* | In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it.Baptiste Coudurier2011-01-241-1/+28
|/
* In mov muxer, override codec tag for dv in mov, fix remuxing from aviBaptiste Coudurier2011-01-071-1/+1
* In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gpBaptiste Coudurier2011-01-071-0/+1
* Unset variable fps for mov and mp4 muxer, they support itBaptiste Coudurier2010-11-231-2/+2
* In mov muxer, write artist metadata tagBaptiste Coudurier2010-10-151-0/+1
* In mov muxer, use correct metadata tag for encoder, and use the generic metad...Baptiste Coudurier2010-10-151-1/+1
* In mov muxer, write reduced sample aspect ratio values in paspBaptiste Coudurier2010-09-081-2/+2
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-251-1/+1
* movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the sizeMartin Storsjö2010-07-201-1/+1
* In mov muxer, write pixel aspect ratio tag in mov files.Baptiste Coudurier2010-07-081-0/+19
* Support gray16be and rgb48be in movBaptiste Coudurier2010-06-151-0/+2
* fix raw 555 pixel format, add abgr fourccBaptiste Coudurier2010-06-041-1/+2
* write 3gp perf tag for artist metadataBaptiste Coudurier2010-05-231-0/+1
* albm 3gp tag has optional track field not dateBaptiste Coudurier2010-05-231-1/+1
* change author metadata to artist in mov de/muxerBaptiste Coudurier2010-05-231-1/+1
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-181-2/+107
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-181-8/+8