summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* cosmetics: remove useless whitespaces and put braces correctlyBaptiste Coudurier2008-04-24
* support for alac in .movBaptiste Coudurier2008-04-24
* special mpeg2 handling is no more neededBaptiste Coudurier2008-04-04
* prevent writing empty stss atomBaptiste Coudurier2008-03-30
* fix mpeg2 muxing, replace seq header if contained in extradata and key frame ...Baptiste Coudurier2008-03-20
* cosmetics, move case upBaptiste Coudurier2008-03-20
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-16
* cosmetics, remove whitespaces before and after parenthesisBaptiste Coudurier2008-02-06
* 2 more missing consts found by -Wwrite-strings.Michael Niedermayer2008-02-04
* stupid typoBaptiste Coudurier2008-01-31
* support rawvideo in movBaptiste Coudurier2008-01-31
* use context in av_logBaptiste Coudurier2008-01-30
* warning is only valid for movBaptiste Coudurier2008-01-30
* cosmetics, split long lines, remove useless braces, merge comments and ifBaptiste Coudurier2008-01-28
* cosmetics, vertically alignBaptiste Coudurier2008-01-28
* spoke too fast, fix dv fourcc in mov accordingly if strictBaptiste Coudurier2008-01-28
* finally set codec tags for mov/mp4/3gp muxers, this should not break anything...Baptiste Coudurier2008-01-28
* indentationBaptiste Coudurier2008-01-28
* correctly and only set standard stsd fourcc for mp4/3gpBaptiste Coudurier2008-01-28
* write esds atom when mpeg-4 systems tags are usedBaptiste Coudurier2008-01-28
* document tag fieldBaptiste Coudurier2008-01-28
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-11
* Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs2008-01-11
* extract isom_write_avcc into a functionAurelien Jacobs2008-01-11
* Add one more parameter to avc_parse_nal_units so that it allows not toAurelien Jacobs2008-01-11
* Check return value of avc_parse_nal_units().Aurelien Jacobs2008-01-11
* fix indentationBaptiste Coudurier2007-12-20
* use generic 'glbl' atom if extradata is present but no specific method is knownBaptiste Coudurier2007-12-19
* fix dnxhd 720p in mov for quicktime playerBaptiste Coudurier2007-12-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Cosmetics: indentation.Benoit Fouet2007-10-24
* Prevent mov muxer from writing empty udta atoms.Benoit Fouet2007-10-24
* dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are it...Baptiste Coudurier2007-10-16
* indentationBaptiste Coudurier2007-10-16
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-08
* TypoRamiro Polla2007-09-11
* kill harmless 64-bit pointer cast warningMåns Rullgård2007-07-08
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* warn user if video codec timebase is very highBaptiste Coudurier2007-06-06
* typoAurelien Jacobs2007-05-30
* warn the user about the the mdhd problemMichael Niedermayer2007-05-30
* print and return error if output is non seekableBaptiste Coudurier2007-05-21
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-26
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-24
* treat frame_size > 1 as compressed audioBaptiste Coudurier2007-03-21
* fix pcm u/s8 muxingBaptiste Coudurier2007-03-04
* deobfuscate, clearly split mov caseBaptiste Coudurier2007-03-04
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-03