| Commit message (Expand) | Author | Age | Files | Lines |
* | mov: Support edit list atom version 1. | Yusuke Nakamura | 2011-05-12 | 1 | -5/+11 |
* | mov: fix composition timestamps on movie fragments. | Yusuke Nakamura | 2011-05-05 | 1 | -13/+27 |
* | Fix mov debug (u)int64_t format strings. | Alex Converse | 2011-04-22 | 1 | -3/+3 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -1/+1 |
* | make containers pass palette change in AVPacket | Kostya Shishkov | 2011-04-15 | 1 | -5/+15 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -1/+1 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -6/+6 |
* | mov: Add support for zero-sized stsc runs. | Alex Converse | 2011-03-31 | 1 | -1/+1 |
* | mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom. | Justin Ruggles | 2011-03-25 | 1 | -1/+5 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -18/+18 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -2/+2 |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -2/+2 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -13/+13 |
* | lavf: deprecate get_strz() in favor of avio_get_str | Anton Khirnov | 2011-03-04 | 1 | -1/+1 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -18/+18 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -5/+5 |
* | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -2/+2 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -237/+237 |
* | avio: move init_put_byte() to a new private header and rename it | Anton Khirnov | 2011-02-20 | 1 | -1/+2 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -49/+49 |
* | mov: remove stray semicolon | Mans Rullgard | 2011-02-10 | 1 | -1/+1 |
* | pass QDMC extradata to the decoder | Sascha Sommer | 2011-02-06 | 1 | -2/+2 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -36/+36 |
* | mov: add support for little-endian utf16 chapter names | John Stebbins | 2011-01-28 | 1 | -0/+2 |
* | In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it | Baptiste Coudurier | 2011-01-28 | 1 | -0/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | mov: simplify mov_read_chapters() by using avio_get_str16be | Anton Khirnov | 2011-01-26 | 1 | -21/+15 |
* | Revert "mov: simplify mov_read_chapters() by using avio_get_str16be" | Mans Rullgard | 2011-01-26 | 1 | -11/+22 |
* | mov: simplify mov_read_chapters() by using avio_get_str16be | Anton Khirnov | 2011-01-25 | 1 | -22/+11 |
* | In mov demuxer, handle better wrong time scale, fix issue #2528 | Baptiste Coudurier | 2011-01-11 | 1 | -3/+3 |
* | In mov demuxer, set r_frame_rate for cfr files | Baptiste Coudurier | 2011-01-11 | 1 | -0/+4 |
* | In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490 | Baptiste Coudurier | 2011-01-05 | 1 | -1/+4 |
* | In mov demuxer, check that stts data exists, fix crash, issue #2479 | Baptiste Coudurier | 2011-01-05 | 1 | -1/+2 |
* | In mov demuxer, read alac sample from extradata, fix #2406 | Baptiste Coudurier | 2010-12-07 | 1 | -0/+1 |
* | In mov demuxer, if multiple h264 stsd are present, do not concatenate streams... | Baptiste Coudurier | 2010-11-25 | 1 | -0/+4 |
* | In ts demuxer, support aac flexmux using extradata in iods, issue #2346 | Baptiste Coudurier | 2010-11-23 | 1 | -80/+4 |
* | movdec: export creation_date as metadata | Aurelien Jacobs | 2010-11-21 | 1 | -4/+18 |
* | In mov demuxer, export .mov encoder metadata tag | Baptiste Coudurier | 2010-11-16 | 1 | -0/+1 |
* | movdec: Free the previous extradata | Martin Storsjö | 2010-10-05 | 1 | -0/+1 |
* | movdec: Split out ff_mov_read_stsd | Martin Storsjö | 2010-10-05 | 1 | -7/+13 |
* | In mov demuxer, check that nb_streams is valid before using it in read_dac3 | Baptiste Coudurier | 2010-09-28 | 1 | -0/+2 |
* | Check dref size based on a patch by google | Baptiste Coudurier | 2010-09-08 | 1 | -0/+3 |
* | In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, ... | Baptiste Coudurier | 2010-09-08 | 1 | -6/+7 |
* | Read the number of channels from the 'dac3' tag for AC-3 in MP4. | Justin Ruggles | 2010-09-06 | 1 | -0/+16 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | mov: Read Flash's chpl variant | David Conrad | 2010-07-04 | 1 | -3/+5 |
* | In mov demuxer, fix seeking to the beginning when file has edit lists. | John Stebbins | 2010-07-02 | 1 | -0/+2 |
* | In mov demuxer, only set sar if not already set, patch by Andrew Wason, | Andrew Wason | 2010-07-01 | 1 | -7/+4 |
* | Use ext sample from mpeg4audio config if set with AAC SBR | Baptiste Coudurier | 2010-07-01 | 1 | -1/+3 |