summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* lavf: add missing new line to some error messages 2Piotr Bandurski2012-09-01
* mov: fix av_log int typeMichael Niedermayer2012-08-30
* mov: Change default aac priming fallback from 2112 to 1024Justin Greer2012-08-21
* mov: parse custom "----" MetadataJustin Greer2012-08-21
* movdec: Try to recover from overreading atomsMichael Niedermayer2012-08-15
* mov: remux AALP tagPiotr Bandurski2012-08-12
* mov: add av_dlog() to CTTS reading code like is already done in STTS.Michael Niedermayer2012-08-11
* rename missed CodecID to AVCodecIDMichael Niedermayer2012-08-07
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | mov: dont clip timestamps at 0Michael Niedermayer2012-08-06
* | movenc: fix remuxing of svq3Piotr Bandurski2012-08-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-31
|\|
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-30
|\|
| * lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* | Fix avui stream-copy.Carl Eugen Hoyos2012-07-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-19
|\|
| * avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-19
* | mov/aac: skip initial aac paddingMichael Niedermayer2012-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-04
|\|
| * mov: use forward declaration of a function instead of a table.Ronald S. Bultje2012-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-02
|\|
| * mov: read itunes cover art.Anton Khirnov2012-07-02
| * mov: do not try to read total disc/track number if data atom is too short.Carl Eugen Hoyos2012-06-26
* | mov: add workaround for incorrect 0 time point.Michael Niedermayer2012-07-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
|\|
| * mov: make a length variable larger.Anton Khirnov2012-06-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-20
|\|
| * mov: fix operator precedence bugRonald S. Bultje2012-06-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-19
|\|
| * mov: Support muxing/demuxing iLBCMartin Storsjö2012-06-18
* | mov: use designated initializers for AVClassPaul B Mahol2012-06-19
* | mov: export orphan tmcd track metadata to global format metadata.Clément Bœsch2012-06-11
* | mov: copy timecode metadata from tmcd track to the related video stream.Clément Bœsch2012-06-11
* | mov: parse tref atom.Clément Bœsch2012-06-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-09
|\|
| * mov: set AVCodecContext.width/height for h264Mans Rullgard2012-06-09
* | movdec: Check count of stts/ctts elements instead of just the pointer.Michael Niedermayer2012-05-29
* | Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer2012-05-19
|\|
| * mov: enable parsing for VC-1.Anton Khirnov2012-05-18
* | Read and write APRG mov atom to allow AVUI streamcopy.Carl Eugen Hoyos2012-05-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-10
|\|
| * mov: make one comment slightly more specificDiego Biurrun2012-05-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-08
|\|
| * mov: Remove write-only variable in mov_read_chan().Diego Biurrun2012-05-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-06
|\|
| * Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-28
|\|
| * mov: Parse EC3SpecificBox (dec3 atom).Yusuke Nakamura2012-04-27