]> git.sesse.net Git - ffmpeg/history - libavformat/mov.c
Typo
[ffmpeg] / libavformat / mov.c
2007-01-24 Baptiste Coudurierremove useless field
2007-01-24 Baptiste Coudurierremove obsolete comment
2007-01-24 Baptiste Couduriermake some fields unsigned
2007-01-24 Baptiste Coudurieradd sanity checks
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
2007-01-16 Baptiste Coudurieradd msrle fourcc, quicktime_bmp.mov
2007-01-16 Baptiste Coudurieradd png fourcc
2007-01-10 Baptiste Coudurieradd official VC1 fourcc
2007-01-06 Diego BiurrunRename variables: faad --> libfaad, faac --> libfaac...
2006-11-14 Baptiste Coudurierpartial support for vobsub in mp4, used by nero, unsupp...
2006-11-09 Baptiste Couduriersupport m1a hdlr mpeg elementary audio handler, fix...
2006-11-03 Baptiste Coudurierdo not overwrite codec type if already known, fix confl...
2006-11-03 Baptiste Coudurierindention
2006-11-03 Baptiste Coudurierreintroduce isom field and read version 1 audio stsd...
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-11-01 Baptiste Coudurierclean, always write major brand for debug
2006-11-01 Baptiste Coudurierremove useless mp4 field
2006-10-25 Baptiste Coudurierremove mov_read_leaf and remove useless reading functio...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-22 Baptiste Coudurieractivate gif decoder, seems to work fine on showdown2.mov
2006-10-20 Baptiste Coudurierwarn about zlib support needed if file has compressed...
2006-10-20 Michael Niedermayermove memory reading ByteIOContext init from mov.c to...
2006-10-19 Michael Niedermayerdont mess with ByteIOContext internal variables (fixes...
2006-10-14 Dominik MierzejewskiUse proper PRI?64 macros for %ll? format to fix printf...
2006-10-13 Kostya ShishkovTIFF decoder
2006-10-11 Kostya ShishkovTarga image decoder
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-04 Baptiste Coudurierremove useless casts
2006-09-29 Baptiste Coudurierremove useless casts
2006-09-29 Baptiste Coudurierremove gcc warnings about void * used in arithmetic
2006-09-28 Baptiste Couduriermove sample size adjusting code after audio stsd v2...
2006-09-28 Baptiste Coudurieradd lpcm fourcc
2006-09-28 Baptiste Coudurierchange codec id if sample size field is set to 24 in...
2006-09-07 Michael Niedermayerfix sound of SampleVideo.mov (mp2 in mov)
2006-08-24 Baptiste Coudurierfix mac3audio.mov, pcm_s8 and pcm_u8 can only have...
2006-08-24 Baptiste Couduriermove amr parameters adjusting like other codecs
2006-08-24 Baptiste Coudurierdont set width/height for h261/h263/mpeg4 since they...
2006-08-24 Baptiste Coudurierput dv demuxing code around ifdef
2006-08-24 Baptiste Coudurierput dv demuxing code around ifdef
2006-08-24 Baptiste Couduriersupport vdva fourcc (dv + dv audio in mov)
2006-08-09 Baptiste Coudurierfourcc cleanup
2006-08-09 Baptiste Coudurierenable 'NONE' audio fourcc
2006-08-03 Baptiste Couduriersample size is 1 if bits per sample is 8 and mono channel
2006-08-01 Baptiste Couduriermove common code from mov.c and movenc.c to isom.c
2006-08-01 Baptiste Coudurieradd some useful debug info
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-10 Baptiste Coudurierassign exact codec id, needed when stream copy
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-07-08 Baptiste Couduriersimplify, use LE_32, BE_32 macros
2006-07-08 Baptiste Coudurierclean up useless code
2006-07-08 Baptiste Coudurierbetter handling of partial files
2006-07-08 Baptiste Couduriernew mov_read_packet, mov_read_seek, fix seeking in...
2006-07-07 Baptiste Coudurieradd MS ADPCM fourcc
2006-07-07 Baptiste Coudurierskip others fourcc, if present
2006-07-07 Baptiste Coudurierclean
2006-06-15 Baptiste Coudurierexport all tracks to libavformat layer
2006-06-13 Baptiste Couduriercheck fseek return value
2006-06-13 Baptiste Coudurierfix unused computed value
2006-06-12 Baptiste Couduriersimplify, completely ignore streams not recognized...
2006-05-18 Baptiste Coudurierfix seeking, typo provoking hard segfault
2006-05-18 Baptiste Coudurierfix keyframe check, stss might be there but count set...
2006-05-14 Baptiste Coudurieradd quicktime uncompressed 8bit 4:2:2 support
2006-05-11 Baptiste Coudurierfix spliting chunks, simplify
2006-05-09 Baptiste Coudurier10l, undef DEBUG
2006-05-09 Baptiste Coudurierassing correct codec_id for mjpegb
2006-05-01 Baptiste Coudurierskip null fourcc, fix ep2_mystery_m640_dummy.mov
2006-04-19 Baptiste Coudurierset width and height even for mpeg4, pix_fmt to NONE...
2006-04-19 Baptiste Coudurieradd AVID DV fourcc
2006-04-19 Baptiste Coudurierindention
2006-04-19 Baptiste Coudurieralways skip garbage at end of atom
2006-04-19 Baptiste Couduriermove declaration to mov.h
2006-03-27 Baptiste Coudurierignore wrong negative cts values created by quicktime
2006-03-26 Baptiste Coudurierlet vorbis decoder init too, fix mi2_vorbis51.mp4
2006-03-26 Baptiste Coudurieradd mp3on4 detection, fix red.mp4
2006-03-24 Baptiste Coudurierlet faad init parameters properly, fix many SBR samples
2006-03-24 Baptiste Coudurierfix demuxing of CDR-Dinner_LAN_800k.mp4
2006-03-24 Baptiste Coudurierneed to dissociate pcm 16bit and 8bit cases
2006-03-24 Baptiste CoudurierQuicktime creates S8 that way too
2006-03-24 Baptiste Couduriervorbis seems to be 221, decodes borgcube_vorbis20.mp4...
2006-03-23 Baptiste Coudurieruse 64bit types
2006-03-22 Baptiste Coudurierclean
2006-03-22 Baptiste Couduriersupport 64bit date/duration
2006-03-21 Michael Niedermayerfixing current_sample vs. next_sample mess
2006-03-14 Baptiste Coudurierfix sample size for uncompressed sound
2006-03-12 Baptiste Coudurierindention
2006-03-12 Baptiste Coudurieruse of PRI macros in dprintf
2006-03-12 Baptiste Coudurierfix conversion types in dprintf
2006-03-11 Baptiste Coudurierfix a warning when DEBUG is defined
2006-03-11 Michael Niedermayersome mov files have invalid pts so we need to consider...
2006-03-06 Baptiste Coudurierset track timescale to mov timescale if 0 patch by...
2006-03-06 Baptiste Coudurierreferencing more FCP fourccs patch by (Baptiste COUDURI...
2006-03-06 Baptiste Coudurieradd support for Motion JPEG 2000 file format patch...
2006-03-04 Baptiste CoudurierSupport mov stsd atom version 2.
2006-02-22 Baptiste CoudurierCTTS support patch by (Baptiste COUDURIER <baptiste...
2006-02-19 Baptiste CoudurierCleans reading stsd audio, and makes it more generic...
2006-02-19 Julian ScheidThe current_sample field is meant to be the sample...
2006-02-18 Baptiste Couduriersimplify mov_read_hdlr patch by (Baptiste COUDURIER...
2006-02-18 Baptiste Coudurieradd 'in32' fourcc support patch by (Baptiste COUDURIER...
next