| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix encoder metadata string langcode in mov muxer | Baptiste Coudurier | 2010-03-09 | 1 | -2/+2 |
* | Correctly mark mov metadata as utf-8, using iso language code | Baptiste Coudurier | 2010-03-09 | 1 | -1/+3 |
* | Add a list of generic tags and change demuxers to follow it. | Anton Khirnov | 2010-02-01 | 1 | -4/+4 |
* | Use av_match_ext() rather than the deprecated match_ext(), fix | Stefano Sabatini | 2010-01-17 | 1 | -1/+1 |
* | Add support for these widely-used iTunes metadata fields: Album Artist, | Mike Melanson | 2010-01-04 | 1 | -0/+3 |
* | 100l, max value for timescale is UINT16_MAX | Baptiste Coudurier | 2009-11-29 | 1 | -1/+1 |
* | remove useless mov timescale field | Baptiste Coudurier | 2009-11-29 | 1 | -7/+11 |
* | change track timescale to unsigned int, fix warning | Baptiste Coudurier | 2009-11-29 | 1 | -1/+1 |
* | track time can be 64bit | Baptiste Coudurier | 2009-11-29 | 1 | -1/+1 |
* | support pcm_f32/64le in mov | Baptiste Coudurier | 2009-11-29 | 1 | -8/+12 |
* | cosmetics, reindent after last commit | Baptiste Coudurier | 2009-11-29 | 1 | -18/+18 |
* | support sample rates > INT16_MAX in mov using stsd v2 | Baptiste Coudurier | 2009-11-29 | 1 | -7/+68 |
* | MOV: Add several iTunes metadata tags | David Conrad | 2009-11-23 | 1 | -0/+5 |
* | MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) | David Conrad | 2009-11-23 | 1 | -1/+1 |
* | Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an | Justin Ruggles | 2009-11-22 | 1 | -1/+1 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -9/+9 |
* | fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot jo... | Larbi Joubala | 2009-05-31 | 1 | -1/+1 |
* | fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j... | Larbi Joubala | 2009-05-23 | 1 | -1/+4 |
* | write 'stps' for mpeg-2 open gop in .mov | Baptiste Coudurier | 2009-05-15 | 1 | -10/+44 |
* | use flags field and remove key_frame field | Baptiste Coudurier | 2009-05-14 | 1 | -5/+7 |
* | change cts type to int, save some space | Baptiste Coudurier | 2009-05-14 | 1 | -1/+1 |
* | factorize av_set_pts_info | Baptiste Coudurier | 2009-05-13 | 1 | -3/+2 |
* | cosmetics, alignment | Baptiste Coudurier | 2009-05-13 | 1 | -1/+1 |
* | rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing | Baptiste Coudurier | 2009-05-10 | 1 | -0/+4 |
* | bgra in .mov muxing | Baptiste Coudurier | 2009-05-10 | 1 | -0/+1 |
* | correct pixfmt for argb | Baptiste Coudurier | 2009-05-10 | 1 | -1/+1 |
* | rgba in .mov muxing | Baptiste Coudurier | 2009-05-10 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | move codec tag tables near corresponding code | Baptiste Coudurier | 2009-04-07 | 1 | -34/+34 |
* | cosmetics, reindent | Baptiste Coudurier | 2009-04-07 | 1 | -18/+18 |
* | cosmetics, add empty line and remove useless braces | Baptiste Coudurier | 2009-04-07 | 1 | -7/+5 |