| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-01 | 1 | -10/+39 |
|\ |
|
| * | improved 'edts' atom writing support | Gil Pedersen | 2011-05-31 | 1 | -10/+39 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 1 | -1/+29 |
|\ \
| |/ |
|
| * | movenc: Deprecate the global RTP hinting flag, use a private AVOption instead | Martin Storsjö | 2011-05-27 | 1 | -1/+11 |
| * | movenc: Add an AVClass for setting muxer specific options | Martin Storsjö | 2011-05-27 | 1 | -0/+18 |
| * | movenc: always write esds descriptor length using 4 bytes. | Baptiste Coudurier | 2011-05-13 | 1 | -11/+3 |
| * | movenc: fix yuv range in avid atoms used by dnxhd. | Baptiste Coudurier | 2011-05-12 | 1 | -1/+1 |
| * | movenc: fix adpcm mono muxing. | Alex Converse | 2011-05-12 | 1 | -0/+1 |
* | | movenc: Pass AVFormatContext flags to the SDP generation | Martin Storsjö | 2011-05-20 | 1 | -3/+3 |
* | | sdp: Allow passing AVFormatContext flags to the SDP generation | Martin Storsjö | 2011-05-20 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace strncpy() with av_strlcpy(). | Alex Converse | 2011-05-03 | 1 | -1/+1 |
* | | In mov and flv muxer, check aac bitstream validity. | Baptiste Coudurier | 2011-04-18 | 1 | -0/+4 |
* | | In mov muxer, compute avg bitrate in esds | Baptiste Coudurier | 2011-04-16 | 1 | -5/+14 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
| * | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
| * | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | In ipod/mov/mp4 muxer, always write esds descriptor length using 4 bytes, | Baptiste Coudurier | 2011-03-30 | 1 | -11/+3 |
* | | In mov muxer, fix yuv range in avid atoms used by dnxhd. | Baptiste Coudurier | 2011-03-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-17 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
| * | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -37/+37 |
| * | movenc: use correct tag for dvcpro hd | Baptiste Coudurier | 2011-03-02 | 1 | -6/+17 |
| * | movenc: fix tkhd height for imx | Baptiste Coudurier | 2011-03-01 | 1 | -1/+1 |
| * | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -9/+9 |
| * | movenc: remove uses of deprecated API. | Ronald S. Bultje | 2011-02-25 | 1 | -4/+4 |
| * | store pasp atom for all types of quicktime movie | Maksym Veremeyenko | 2011-02-25 | 1 | -2/+1 |
| * | reindent after tapt patch | Maksym Veremeyenko | 2011-02-25 | 1 | -5/+5 |
| * | use tapt atom for sample aspect ratio | Maksym Veremeyenko | 2011-02-25 | 1 | -0/+35 |
| * | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-25 | 1 | -107/+108 |
| * | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -440/+440 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -68/+68 |
| * | movenc: Force first sample as SYNC | Takashi Mochizuki | 2011-02-13 | 1 | -1/+2 |
| * | movenc: byteswap codec_tag in mov_write_ms_tag | Janne Grunau | 2011-01-28 | 1 | -2/+2 |
| * | In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it | Baptiste Coudurier | 2011-01-28 | 1 | -1/+28 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -6/+6 |
* | | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-05 | 1 | -37/+37 |
* | | movenc: use correct tag for dvcpro hd | Baptiste Coudurier | 2011-03-03 | 1 | -6/+17 |
* | | movenc: fix tkhd height for imx | Baptiste Coudurier | 2011-03-03 | 1 | -1/+1 |
* | | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-03 | 1 | -9/+9 |
* | | In mov muxer, fix adpcm mono muxing, patch by Alex Converse | Baptiste Coudurier | 2011-02-27 | 1 | -0/+1 |
* | | movenc: remove uses of deprecated API. | Ronald S. Bultje | 2011-02-26 | 1 | -4/+4 |
* | | store pasp atom for all types of quicktime movie | Maksym Veremeyenko | 2011-02-26 | 1 | -2/+1 |
* | | reindent after tapt patch | Maksym Veremeyenko | 2011-02-26 | 1 | -5/+5 |
* | | use tapt atom for sample aspect ratio | Maksym Veremeyenko | 2011-02-26 | 1 | -0/+35 |
* | | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-26 | 1 | -107/+108 |
* | | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-22 | 1 | -440/+440 |
* | | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -68/+68 |