| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix possible NULL-pointer dereference when decoding mov files. | Carl Eugen Hoyos | 2012-11-18 | 1 | -1/+2 |
* | mov: add more udta meta data recognition | Xidorn Quan | 2012-11-16 | 1 | -0/+3 |
* | Read QuickTime version 1 audio fields in broken mov files. | Carl Eugen Hoyos | 2012-11-15 | 1 | -1/+2 |
* | mov: Dont try to calculate with unknown durations, fix division by 0 | Michael Niedermayer | 2012-11-14 | 1 | -2/+3 |
* | mov: check stps correctly, avoid overreading 1 element. | Michael Niedermayer | 2012-11-13 | 1 | -1/+1 |
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\ |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | mov: Make sure no streams after the header lack a timescale. | Michael Niedermayer | 2012-11-10 | 1 | -6/+12 |
* | | mov_probe: use correct variable | Michael Niedermayer | 2012-10-25 | 1 | -1/+1 |
* | | Do not detect mov with maximum score if the atom size is too small. | Carl Eugen Hoyos | 2012-10-23 | 1 | -1/+8 |
* | | Improve MPEG-PS-in-MOV detection. | Carl Eugen Hoyos | 2012-10-21 | 1 | -9/+8 |
* | | bavformat/mov: add {} to complex ifs | Michael Niedermayer | 2012-10-21 | 1 | -4/+4 |
* | | mov.c: Check for stsd + m1s tag indicating MOV-wrapped MPEG-PS, and force con... | Petter Ericson | 2012-10-19 | 1 | -8/+37 |
* | | mov_probe: fix integer overflows | Michael Niedermayer | 2012-10-17 | 1 | -1/+1 |
* | | mov: fix time types related to mov_metadata_creation_time | Michael Niedermayer | 2012-10-17 | 1 | -4/+6 |
* | | mov: print warning if ff_get_wav_header() fails | Michael Niedermayer | 2012-10-16 | 1 | -1/+3 |
* | | mov: fix integer avoption types | Michael Niedermayer | 2012-10-07 | 1 | -2/+2 |
* | | mov: add option to ignore edit lists. | Michael Niedermayer | 2012-10-02 | 1 | -1/+3 |
* | | mov: add av_dlog() to dump edit lists. | Michael Niedermayer | 2012-09-29 | 1 | -2/+6 |
* | | mov: only print multiple edit lists warning for actually unsupported cases | Michael Niedermayer | 2012-09-29 | 1 | -1/+4 |
* | | mov: remove default of 1024 sample skip for aac. | Michael Niedermayer | 2012-09-28 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-20 | 1 | -0/+53 |
|\| |
|
| * | mov: support random access point grouping | Yusuke Nakamura | 2012-09-19 | 1 | -0/+53 |
* | | mov: fix 32/64 format type | Michael Niedermayer | 2012-09-19 | 1 | -2/+2 |
* | | Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c' | Michael Niedermayer | 2012-09-19 | 1 | -16/+56 |
|\| |
|
| * | mov: check for EOF in long lasting loops | Luca Barbato | 2012-09-18 | 1 | -16/+56 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-17 | 1 | -3/+3 |
|\| |
|
| * | mov: stsd entries must be at least 16 byte | Michael Niedermayer | 2012-09-16 | 1 | -1/+4 |
| * | mov: detect EOF in mov_read_dref() | Michael Niedermayer | 2012-09-16 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-07 | 1 | -2/+2 |
|\| |
|
| * | mov_chan: Pass a separate AVIOContext for reading | Samuel Pitoiset | 2012-09-07 | 1 | -1/+1 |
* | | lavf: add missing new line to some error messages 2 | Piotr Bandurski | 2012-09-01 | 1 | -1/+1 |
* | | mov: fix av_log int type | Michael Niedermayer | 2012-08-30 | 1 | -1/+1 |
* | | mov: Change default aac priming fallback from 2112 to 1024 | Justin Greer | 2012-08-21 | 1 | -1/+1 |
* | | mov: parse custom "----" Metadata | Justin Greer | 2012-08-21 | 1 | -1/+73 |
* | | movdec: Try to recover from overreading atoms | Michael Niedermayer | 2012-08-15 | 1 | -0/+4 |
* | | mov: remux AALP tag | Piotr Bandurski | 2012-08-12 | 1 | -0/+1 |
* | | mov: add av_dlog() to CTTS reading code like is already done in STTS. | Michael Niedermayer | 2012-08-11 | 1 | -0/+3 |
* | | rename missed CodecID to AVCodecID | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -69/+69 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -59/+59 |
* | | mov: dont clip timestamps at 0 | Michael Niedermayer | 2012-08-06 | 1 | -2/+0 |
* | | movenc: fix remuxing of svq3 | Piotr Bandurski | 2012-08-05 | 1 | -26/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -0/+2 |
|\| |
|
| * | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -0/+2 |
* | | Fix avui stream-copy. | Carl Eugen Hoyos | 2012-07-25 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-19 | 1 | -39/+2 |
|\| |
|
| * | avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxer | Justin Ruggles | 2012-07-19 | 1 | -38/+1 |