summaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-111-1/+1
|\
| * lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-101-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+2
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
| * Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-111-1/+3
|\ \ | |/
| * movenc: Add RTP muxer/hinter optionsMartin Storsjö2011-06-101-0/+2
| * movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö2011-06-101-3/+3
| * sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö2011-06-101-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-12/+13
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-12/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-011-10/+39
|\ \ | |/
| * improved 'edts' atom writing supportGil Pedersen2011-05-311-10/+39
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-1/+29
|\ \ | |/
| * movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-271-1/+11
| * movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-05-271-0/+18
| * movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier2011-05-131-11/+3
| * movenc: fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier2011-05-121-1/+1
| * movenc: fix adpcm mono muxing.Alex Converse2011-05-121-0/+1
* | movenc: Pass AVFormatContext flags to the SDP generationMartin Storsjö2011-05-201-3/+3
* | sdp: Allow passing AVFormatContext flags to the SDP generationMartin Storsjö2011-05-201-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-051-1/+1
|\ \ | |/
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-031-1/+1
* | In mov and flv muxer, check aac bitstream validity.Baptiste Coudurier2011-04-181-0/+4
* | In mov muxer, compute avg bitrate in esdsBaptiste Coudurier2011-04-161-5/+14
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-4/+4
|\ \ | |/
| * avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-1/+1
| * avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-031-1/+1
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | In ipod/mov/mp4 muxer, always write esds descriptor length using 4 bytes,Baptiste Coudurier2011-03-301-11/+3
* | 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
OpenPOWER on IntegriCloud