summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-211-1/+44
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-2/+2
* mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-091-0/+47
* mov: Don't av_malloc(0).Alex Converse2011-12-051-0/+10
* mov: Allow empty stts atom.Alex Converse2011-12-041-1/+3
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* mov: Make format string match variable type.Alex Converse2011-11-261-2/+2
* mov: Remove some redundant and obsolete comments.Alex Converse2011-11-221-21/+0
* avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-131-3/+4
* movdec: Set frame_size for AMRCarl Eugen Hoyos2011-11-051-6/+8
* mov: Avoid divide by zero in edit list dts handlingBenjamin Larsson2011-10-291-1/+1
* mov: add support for hdvd and pgapmetadata atomsRaivo Hool2011-10-211-0/+4
* mov: rename function _stik, some indentation cosmeticsRaivo Hool2011-10-211-7/+7
* mov: rename function _int8 to remove ambiguity, some indentation cosmeticsRaivo Hool2011-10-211-12/+12
* mov: parse the gnre atomRaivo Hool2011-10-211-0/+20
* lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-201-3/+3
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-201-2/+2
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+2
* mov: add support for TV metadata atoms tves, tvsn and stikRaivo Hool2011-10-171-0/+33
* mov: 10l: Terminate string with 0 not '0'Alex Converse2011-10-141-1/+1
* mov: Prevent illegal writes when chapter titles are very short.Alex Converse2011-10-141-8/+15
* 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
* Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-211-2/+0
* mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-251-2/+1
* mov: add clcp type track as Subtitle stream.Thierry Foucu2011-07-211-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* 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
* mov: Fix empty edit detection.Yusuke Nakamura2011-06-191-1/+1
* mov: Fix wrong timestamp generation for fragmented movies that have time offs...Yusuke Nakamura2011-06-101-4/+5
* movdec: Add support for the 'wfex' atom.Alex Converse2011-06-091-0/+14
* 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
* Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-071-6/+3
* Mark some variables with av_unusedMans Rullgard2011-06-031-1/+1
* Remove unused variablesMans Rullgard2011-06-021-3/+3
* mov: Support edit list atom version 1.Yusuke Nakamura2011-05-121-5/+11
* mov: fix composition timestamps on movie fragments.Yusuke Nakamura2011-05-051-13/+27
* Fix mov debug (u)int64_t format strings.Alex Converse2011-04-221-3/+3
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* make containers pass palette change in AVPacketKostya Shishkov2011-04-151-5/+15
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-6/+6
* mov: Add support for zero-sized stsc runs.Alex Converse2011-03-311-1/+1
* mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom.Justin Ruggles2011-03-251-1/+5
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
OpenPOWER on IntegriCloud