Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-03Switch license from GPL to LGPL, this file originates from libdv, whichDiego Biurrun
2006-09-03remove redundant declarationsMåns Rullgård
2006-08-31Fix for AVI files with odd sized 'movi' listDavid Conrad
2006-08-31fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer
2006-08-29add support for information in CDXA formatAllan Sandfeld Jensen
2006-08-29Add missing file from commit r6122 (AVISynth support)Guillaume Poirier
2006-08-29AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme
2006-08-28ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there...Aurelien Jacobs
2006-08-27scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa...Nico Sabbi
2006-08-27added option probesize; at the moment only used by mpegts.cNico Sabbi
2006-08-27initial support for AVOption in AVFormatContextNico Sabbi
2006-08-26support some totally broken ODML variantMichael Niedermayer
2006-08-24fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only ...Baptiste Coudurier
2006-08-24correct uid, and enable JPEG 2000 detectionBaptiste Coudurier
2006-08-24add codec id and tag for JPEG 2000Baptiste Coudurier
2006-08-24wide atom is only defined in mov, use free for mp4/3gpBaptiste Coudurier
2006-08-24move amr parameters adjusting like other codecsBaptiste Coudurier
2006-08-24dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let d...Baptiste Coudurier
2006-08-24put dv demuxing code around ifdefBaptiste Coudurier
2006-08-24put dv demuxing code around ifdefBaptiste Coudurier
2006-08-24support vdva fourcc (dv + dv audio in mov)Baptiste Coudurier
2006-08-24fix ODML AVI Duration for files > 2GBBrian Brice
2006-08-24fix fallback if theres no indexMichael Niedermayer
2006-08-23read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmp...Michael Niedermayer
2006-08-23value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/S...Steve L'Homme
2006-08-23total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Ste...Michael Niedermayer
2006-08-21set correct first gop closed valueBaptiste Coudurier
2006-08-21rename closed_gop to first_gop_closedBaptiste Coudurier
2006-08-21init bufferBaptiste Coudurier
2006-08-20Added codec id for QCELP.Benjamin Larsson
2006-08-20attribute_deprecatedMichael Niedermayer
2006-08-19fix probing of 02-Penguin.flacMichael Niedermayer
2006-08-18AVI tag reading and writing patch by David Conrad.David Conrad
2006-08-18Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %Steve L'Homme
2006-08-17Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun
2006-08-12use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier
2006-08-12update documentationBaptiste Coudurier
2006-08-12export av_interleave_packet_per_dtsBaptiste Coudurier
2006-08-11set elst start time to first ptsBaptiste Coudurier
2006-08-09fourcc cleanupBaptiste Coudurier
2006-08-09enable 'NONE' audio fourccBaptiste Coudurier
2006-08-09parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier
2006-08-09Support AAC audio in AVI with tag 0xffDavid Conrad
2006-08-09dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer
2006-08-08timestamp debugging av_logs()Michael Niedermayer
2006-08-08both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer
2006-08-08Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun
2006-08-07use correct tag for h263 in movBaptiste Coudurier
2006-08-07detailed infos about d263 atomBaptiste Coudurier
2006-08-07indentionBaptiste Coudurier