| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | In mov demuxer, increase total size after debugging message | Baptiste Coudurier | 2010-06-28 | 1 | -1/+1 |
* | Improve mov atom parsing debug message, print parent atom and size in decimal | Baptiste Coudurier | 2010-06-25 | 1 | -5/+5 |
* | change author metadata to artist in mov de/muxer | Baptiste Coudurier | 2010-05-23 | 1 | -1/+1 |
* | mov: Read nero chapters | David Conrad | 2010-05-05 | 1 | -0/+31 |
* | Mark av_metadata_set() as deprecated, and use av_metadata_set2() | Stefano Sabatini | 2010-04-25 | 1 | -7/+7 |
* | mov: Read QuickTime chapters | David Conrad | 2010-04-21 | 1 | -0/+78 |
* | Parse strf mov atoms | Martin Storsjö | 2010-04-16 | 1 | -0/+29 |
* | 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 | -19/+19 |
* | In mov demuxer, convert mac encoded strings to utf-8 | Baptiste Coudurier | 2010-03-09 | 1 | -20/+58 |
* | Preallocate index entries in mov demuxer, huge speedup | Baptiste Coudurier | 2010-03-09 | 1 | -10/+61 |
* | Make mp4_read_descr static: It is only used inside libavformat/mov.c. | Carl Eugen Hoyos | 2010-02-28 | 1 | -1/+1 |
* | Make sure we dont write more bytes into filename than the array is long. | Michael Niedermayer | 2010-02-20 | 1 | -1/+1 |
* | Do not attempt to open references through absolute pathes. | Michael Niedermayer | 2010-02-20 | 1 | -5/+2 |
* | Add a list of generic tags and change demuxers to follow it. | Anton Khirnov | 2010-02-01 | 1 | -1/+1 |
* | Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec, | Carl Eugen Hoyos | 2010-01-24 | 1 | -0/+3 |
* | reindent | Baptiste Coudurier | 2010-01-18 | 1 | -6/+6 |
* | set average frame rate in mov demuxer | Baptiste Coudurier | 2010-01-18 | 1 | -2/+6 |
* | move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4... | Baptiste Coudurier | 2010-01-18 | 1 | -10/+10 |
* | set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog... | Andrew Wason | 2010-01-14 | 1 | -0/+10 |
* | do not skip mdat data if it's the last atom, avoids one seek | Baptiste Coudurier | 2010-01-13 | 1 | -2/+3 |
* | cosmetics, remove useless parentheses, add space | Baptiste Coudurier | 2010-01-04 | 1 | -1/+1 |
* | simplify error handling in mov_read_default | Baptiste Coudurier | 2010-01-04 | 1 | -5/+6 |