aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics, remove whitespaces before and after parenthesisBaptiste Coudurier2008-02-061-47/+47
* 2 more missing consts found by -Wwrite-strings.Michael Niedermayer2008-02-041-2/+2
* stupid typoBaptiste Coudurier2008-01-311-1/+1
* support rawvideo in movBaptiste Coudurier2008-01-311-2/+18
* use context in av_logBaptiste Coudurier2008-01-301-1/+1
* warning is only valid for movBaptiste Coudurier2008-01-301-1/+1
* cosmetics, split long lines, remove useless braces, merge comments and ifBaptiste Coudurier2008-01-281-8/+7
* cosmetics, vertically alignBaptiste Coudurier2008-01-281-13/+6
* spoke too fast, fix dv fourcc in mov accordingly if strictBaptiste Coudurier2008-01-281-1/+2
* finally set codec tags for mov/mp4/3gp muxers, this should not break anything...Baptiste Coudurier2008-01-281-0/+5
* indentationBaptiste Coudurier2008-01-281-17/+17
* correctly and only set standard stsd fourcc for mp4/3gpBaptiste Coudurier2008-01-281-21/+29
* write esds atom when mpeg-4 systems tags are usedBaptiste Coudurier2008-01-281-2/+2
* document tag fieldBaptiste Coudurier2008-01-281-1/+1
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-111-2/+2
* Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs2008-01-111-113/+1
* extract isom_write_avcc into a functionAurelien Jacobs2008-01-111-12/+19
* Add one more parameter to avc_parse_nal_units so that it allows not toAurelien Jacobs2008-01-111-4/+4
* Check return value of avc_parse_nal_units().Aurelien Jacobs2008-01-111-2/+6
* fix indentationBaptiste Coudurier2007-12-201-1/+1
* use generic 'glbl' atom if extradata is present but no specific method is knownBaptiste Coudurier2007-12-191-0/+12
* fix dnxhd 720p in mov for quicktime playerBaptiste Coudurier2007-12-031-1/+4
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-11/+14
* Cosmetics: indentation.Benoit Fouet2007-10-241-18/+18
* Prevent mov muxer from writing empty udta atoms.Benoit Fouet2007-10-241-8/+20
* dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are it...Baptiste Coudurier2007-10-161-1/+1
* indentationBaptiste Coudurier2007-10-161-18/+18
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-081-0/+54
* TypoRamiro Polla2007-09-111-1/+1
* kill harmless 64-bit pointer cast warningMåns Rullgård2007-07-081-1/+1
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* warn user if video codec timebase is very highBaptiste Coudurier2007-06-061-0/+5
* typoAurelien Jacobs2007-05-301-1/+1
* warn the user about the the mdhd problemMichael Niedermayer2007-05-301-0/+8
* print and return error if output is non seekableBaptiste Coudurier2007-05-211-0/+5
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-261-2/+2
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-241-1/+1
* treat frame_size > 1 as compressed audioBaptiste Coudurier2007-03-211-11/+5
* fix pcm u/s8 muxingBaptiste Coudurier2007-03-041-1/+5
* deobfuscate, clearly split mov caseBaptiste Coudurier2007-03-041-4/+9
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-031-35/+0
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-2/+2
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-2/+2
* remove useless sampleDurationBaptiste Coudurier2006-12-111-3/+0
* check codec frame size directly and only for audioBaptiste Coudurier2006-12-111-4/+4
* utf8 title support for psp (untested)Michael Niedermayer2006-11-081-15/+30
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-011-1/+1
* simplifyBaptiste Coudurier2006-11-011-10/+5
* mov vfr muxingBaptiste Coudurier2006-11-011-10/+50