summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-14
|\
| * lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-13
|\|
| * lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-12
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-11
|\|
| * lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
| * Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-11
|\|
| * movenc: Add RTP muxer/hinter optionsMartin Storsjö2011-06-10
| * movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö2011-06-10
| * sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö2011-06-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-01
|\|
| * improved 'edts' atom writing supportGil Pedersen2011-05-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\|
| * movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-27
| * movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-05-27
| * movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier2011-05-13
| * movenc: fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier2011-05-12
| * movenc: fix adpcm mono muxing.Alex Converse2011-05-12
* | movenc: Pass AVFormatContext flags to the SDP generationMartin Storsjö2011-05-20
* | sdp: Allow passing AVFormatContext flags to the SDP generationMartin Storsjö2011-05-20
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-05
|\|
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
* | In mov and flv muxer, check aac bitstream validity.Baptiste Coudurier2011-04-18
* | In mov muxer, compute avg bitrate in esdsBaptiste Coudurier2011-04-16
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\|
| * avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
| * avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | In ipod/mov/mp4 muxer, always write esds descriptor length using 4 bytes,Baptiste Coudurier2011-03-30
* | In mov muxer, fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier2011-03-30
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
| * movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-02
| * movenc: fix tkhd height for imxBaptiste Coudurier2011-03-01
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
| * movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-25
| * store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-25
| * reindent after tapt patchMaksym Veremeyenko2011-02-25
| * use tapt atom for sample aspect ratioMaksym Veremeyenko2011-02-25
| * lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * movenc: Force first sample as SYNCTakashi Mochizuki2011-02-13