]> git.sesse.net Git - ffmpeg/history - libavformat/movenc.c
fix indentation
[ffmpeg] / libavformat / movenc.c
2008-06-09 Baptiste Coudurierremove obsolete requirements, quicktime 6 is from 2002...
2008-06-09 Baptiste Couduriercosmetics
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-29 Baptiste Coudurierwarn if pts is not set, prevent writing negative/weird...
2008-05-29 Baptiste Coudurierreindent
2008-05-29 Baptiste Coudurierthis should be valid for audio too
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-04-24 Baptiste Couduriercosmetics: remove useless whitespaces and put braces...
2008-04-24 Baptiste Couduriersupport for alac in .mov
2008-04-04 Baptiste Coudurierspecial mpeg2 handling is no more needed
2008-03-30 Baptiste Coudurierprevent writing empty stss atom
2008-03-20 Baptiste Coudurierfix mpeg2 muxing, replace seq header if contained in...
2008-03-20 Baptiste Couduriercosmetics, move case up
2008-03-16 Baptiste Coudurieripod/iphone compatible mp4 muxer
2008-02-06 Baptiste Couduriercosmetics, remove whitespaces before and after parenthesis
2008-02-04 Michael Niedermayer2 more missing consts found by -Wwrite-strings.
2008-01-31 Baptiste Coudurierstupid typo
2008-01-31 Baptiste Couduriersupport rawvideo in mov
2008-01-30 Baptiste Coudurieruse context in av_log
2008-01-30 Baptiste Coudurierwarning is only valid for mov
2008-01-28 Baptiste Couduriercosmetics, split long lines, remove useless braces...
2008-01-28 Baptiste Couduriercosmetics, vertically align
2008-01-28 Baptiste Coudurierspoke too fast, fix dv fourcc in mov accordingly if...
2008-01-28 Baptiste Coudurierfinally set codec tags for mov/mp4/3gp muxers, this...
2008-01-28 Baptiste Coudurierindentation
2008-01-28 Baptiste Couduriercorrectly and only set standard stsd fourcc for mp4/3gp
2008-01-28 Baptiste Coudurierwrite esds atom when mpeg-4 systems tags are used
2008-01-28 Baptiste Coudurierdocument tag field
2008-01-11 Aurelien Jacobsadd a ff_ prefix to newly exported functions from avc.c
2008-01-11 Aurelien JacobsMove isom_write_avcc() and related functions into a...
2008-01-11 Aurelien Jacobsextract isom_write_avcc into a function
2008-01-11 Aurelien JacobsAdd one more parameter to avc_parse_nal_units so that...
2008-01-11 Aurelien JacobsCheck return value of avc_parse_nal_units().
2007-12-20 Baptiste Coudurierfix indentation
2007-12-19 Baptiste Coudurieruse generic 'glbl' atom if extradata is present but...
2007-12-03 Baptiste Coudurierfix dnxhd 720p in mov for quicktime player
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-10-24 Benoit FouetCosmetics: indentation.
2007-10-24 Benoit FouetPrevent mov muxer from writing empty udta atoms.
2007-10-16 Baptiste Coudurierdont write udta atom for 3gp/3g2 for now, current writt...
2007-10-16 Baptiste Coudurierindentation
2007-10-08 Baptiste CoudurierDNxHD (SMPTE VC-3) encoder
2007-09-11 Ramiro PollaTypo
2007-07-08 Måns Rullgårdkill harmless 64-bit pointer cast warning
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-06 Baptiste Coudurierwarn user if video codec timebase is very high
2007-05-30 Aurelien Jacobstypo
2007-05-30 Michael Niedermayerwarn the user about the the mdhd problem
2007-05-21 Baptiste Coudurierprint and return error if output is non seekable
2007-04-26 Baptiste Couduriercosmectics, use consistant and homogeneous type names...
2007-03-24 Baptiste Couduriercosmectics, mov -> mp4
2007-03-21 Baptiste Couduriertreat frame_size > 1 as compressed audio
2007-03-04 Baptiste Coudurierfix pcm u/s8 muxing
2007-03-04 Baptiste Coudurierdeobfuscate, clearly split mov case
2007-03-03 Baptiste Coudurieruse common tables for mov muxer and demuxer
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-11 Baptiste Coudurierremove useless sampleDuration
2006-12-11 Baptiste Couduriercheck codec frame size directly and only for audio
2006-11-08 Michael Niedermayerutf8 title support for psp (untested)
2006-11-01 Steve L'Hommereindentation, patch by From: Steve Lhomme, slhomme...
2006-11-01 Baptiste Couduriersimplify
2006-11-01 Baptiste Couduriermov vfr muxing
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-04 Baptiste Couduriermove track timescale/sampleDuration init to write_heade...
2006-08-24 Baptiste Coudurierwide atom is only defined in mov, use free for mp4/3gp
2006-08-11 Baptiste Coudurierset elst start time to first pts
2006-08-07 Baptiste Coudurieruse correct tag for h263 in mov
2006-08-07 Baptiste Coudurierdetailed infos about d263 atom
2006-08-07 Baptiste Coudurierindention
2006-08-07 Baptiste Coudurieronly set fields for mov, reserved for 3gp, mp4
2006-08-07 Baptiste CouduriersampleSize field to 16, reserved for mp4 and 3gp
2006-08-07 Baptiste Couduriermp4, 3gp field is reserved and value is 2
2006-08-07 Baptiste Coudurieruse ternary
2006-08-07 Baptiste Couduriervbr compression id is only used in mov
2006-08-01 Baptiste Couduriermove common code from mov.c and movenc.c to isom.c
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-07-07 Baptiste Coudurierav_get_bits_per_sample and due simplifications
2006-07-06 Baptiste Couduriertypo fix
2006-07-06 Baptiste Coudurier10l, all modes is 0x81FF
2006-07-06 Baptiste Couduriersimplify and write correct values conforming to specs
2006-07-06 Michael Niedermayercheck for unparsed AMR input
2006-07-06 Michael Niedermayervbr requires version=1 and samplesize=0 per QT spec
2006-07-04 Baptiste Coudurierwrite exact values for audio stsd v1
2006-06-25 Baptiste Couduriercheck only existing streams
2006-06-24 Baptiste Couduriersimplify
2006-06-19 Baptiste Coudurierfix aac in mov for ipod
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-06-17 Stefan HuehnerAdd (mostly) const to variable and parameter declaratio...
2006-06-13 Baptiste Coudurierfix mp3 muxing
2006-05-19 Michael Niedermayerfixing title on PSP (0x60 != 'a') someone needs a 10x10...
2006-05-18 Michael Niedermayerdont store mov style meta tags in mp4 (fixes ffmpeg...
2006-05-18 Michael Niedermayerdont write LAVF_ID if bitexact and any meta tag is set
2006-05-18 Michael Niedermayersimplify meta tag writing code
2006-05-15 Baptiste Coudurierfix avc nal parsing
2006-05-13 Baptiste Coudurierfix mulaw muxing
next