summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
...
| * mov: do not misreport empty sttsLuca Barbato2011-10-111-2/+2
| * mov: cosmetics, fix for and if spacingLuca Barbato2011-10-111-46/+50
| * mov: read album_artist atomRaivo Hool2011-10-111-0/+1
| * mov: fix disc/track numbers and totalsRaivo Hool2011-10-111-8/+15
* | mov: Only touch extradata in mov_read_extradata() if codec_id is what we expectTomas Härdin2011-09-291-5/+31
* | Use the parser for AC-3 in mov.Carl Eugen Hoyos2011-09-211-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-211-2/+0
|\ \ | |/
| * Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-211-2/+0
* | mov: Fix grayscale Cinepak in movMichael Niedermayer2011-09-201-0/+3
* | mov: read tmcd tag and set timecode drop flag accordingly.Baptiste Coudurier2011-08-301-1/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-261-2/+1
|\ \ | |/
| * mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-251-2/+1
* | mov: Set negative Sample_duration in STTS to 1Thierry Foucu2011-08-131-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-221-1/+1
|\ \ | |/
| * mov: add clcp type track as Subtitle stream.Thierry Foucu2011-07-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-8/+8
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+2
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
| * Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
| * Remove return statements following infinite loops without breakMans Rullgard2011-07-031-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-1/+1
|\ \ | |/
| * mov: Fix empty edit detection.Yusuke Nakamura2011-06-191-1/+1
* | replace remaining usage of deprecated av_metadata_set2() by av_dict_set()Aurelien Jacobs2011-06-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-111-4/+5
|\ \ | |/
| * mov: Fix wrong timestamp generation for fragmented movies that have time offs...Yusuke Nakamura2011-06-101-4/+5
* | Extract rotation in MOV metadataDave Badia2011-06-101-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-101-0/+14
|\ \ | |/
| * movdec: Add support for the 'wfex' atom.Alex Converse2011-06-091-0/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-12/+10
|\ \ | |/
| * mov: Remove leftover crufty debug statement with references to a local file.Diego Biurrun2011-06-081-3/+0
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-9/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-6/+3
|\ \ | |/
| * Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-071-6/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-041-1/+1
|\ \ | |/
| * Mark some variables with av_unusedMans Rullgard2011-06-031-1/+1
| * Remove unused variablesMans Rullgard2011-06-021-3/+3
* | Fix various unused variable warningsClément Bœsch2011-05-301-3/+3
* | Add reading of disc number to mov.cReuben Thomas2011-05-251-6/+8
* | movdec: dont divide by zero when stts_data[0].duration = 0.Michael Niedermayer2011-05-221-1/+1
* | Add some forgotten const to function arguments in libavfilter & libavformat.Michael Niedermayer2011-05-171-2/+2
* | Fix some mov files with little endian audio (tickets 201 - 203).Carl Eugen Hoyos2011-05-171-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-5/+11
|\ \ | |/
| * mov: Support edit list atom version 1.Yusuke Nakamura2011-05-121-5/+11
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-071-13/+27
|\ \ | |/
| * mov: fix composition timestamps on movie fragments.Yusuke Nakamura2011-05-051-13/+27
* | Make DV (sub) demuxer set proper pkt->pos values.Reimar Döffinger2011-05-021-1/+1
* | Read the album_artist, grouping and lyrics metadata.Reimar Döffinger2011-04-301-0/+3
* | Read channel layout atom in mov files.Carl Eugen Hoyos2011-04-281-0/+10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-3/+3
|\ \ | |/
OpenPOWER on IntegriCloud