| Commit message (Expand) | Author | Age | Files | Lines |
* | improved 'edts' atom writing support | Gil Pedersen | 2011-05-31 | 1 | -10/+39 |
* | 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 |
* | Replace strncpy() with av_strlcpy(). | Alex Converse | 2011-05-03 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | Move the mov muxer structures to a separate header | Martin Storsjö | 2010-05-18 | 1 | -59/+1 |
* | movenc: Write QuickTime chapters | David Conrad | 2010-05-05 | 1 | -5/+70 |
* | movenc: Swap positions of mov_write_header and mov_write_packet | David Conrad | 2010-05-05 | 1 | -111/+111 |
* | movenc: Write nero chapters | David Conrad | 2010-04-21 | 1 | -0/+29 |
* | Predicting the size of the hdlr, string data and trkn tags in the MOV muxer | Tomas Härdin | 2010-04-12 | 1 | -14/+8 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -26/+26 |