| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | movenc: Force first sample as SYNC | Takashi Mochizuki | 2011-02-14 | 1 | -1/+2 |
* | | movenc: byteswap codec_tag in mov_write_ms_tag | Janne Grunau | 2011-01-28 | 1 | -2/+2 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -6/+6 |
* | | In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it. | Baptiste Coudurier | 2011-01-24 | 1 | -1/+28 |
|/ |
|
* | In mov muxer, override codec tag for dv in mov, fix remuxing from avi | Baptiste Coudurier | 2011-01-07 | 1 | -1/+1 |
* | In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gp | Baptiste Coudurier | 2011-01-07 | 1 | -0/+1 |
* | Unset variable fps for mov and mp4 muxer, they support it | Baptiste Coudurier | 2010-11-23 | 1 | -2/+2 |
* | In mov muxer, write artist metadata tag | Baptiste Coudurier | 2010-10-15 | 1 | -0/+1 |
* | In mov muxer, use correct metadata tag for encoder, and use the generic metad... | Baptiste Coudurier | 2010-10-15 | 1 | -1/+1 |
* | In mov muxer, write reduced sample aspect ratio values in pasp | Baptiste Coudurier | 2010-09-08 | 1 | -2/+2 |
* | Properly handle IPv6 addresses in the SDP generation | Martin Storsjö | 2010-08-25 | 1 | -1/+1 |
* | movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the size | Martin Storsjö | 2010-07-20 | 1 | -1/+1 |
* | In mov muxer, write pixel aspect ratio tag in mov files. | Baptiste Coudurier | 2010-07-08 | 1 | -0/+19 |
* | Support gray16be and rgb48be in mov | Baptiste Coudurier | 2010-06-15 | 1 | -0/+2 |
* | fix raw 555 pixel format, add abgr fourcc | Baptiste Coudurier | 2010-06-04 | 1 | -1/+2 |
* | write 3gp perf tag for artist metadata | Baptiste Coudurier | 2010-05-23 | 1 | -0/+1 |
* | albm 3gp tag has optional track field not date | Baptiste Coudurier | 2010-05-23 | 1 | -1/+1 |
* | change author metadata to artist in mov de/muxer | Baptiste Coudurier | 2010-05-23 | 1 | -1/+1 |
* | Add initial support for RTP hinting in the mov muxer | Martin Storsjö | 2010-05-18 | 1 | -2/+107 |
* | Make mov_write_packet non-static, add ff_ prefix | Martin Storsjö | 2010-05-18 | 1 | -8/+8 |