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
2007-11-10comment typoDiego Biurrun
2007-10-24use FFMINBaptiste Coudurier
2007-10-22fix issue 225, instead of stoping when wrong atom size is found,Baptiste Coudurier
2007-10-08append extradata atoms when parsing, fix OLOCOONS_O3.movBaptiste Coudurier
2007-09-12stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOVBaptiste Coudurier
2007-08-04set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fi...Baptiste Coudurier
2007-08-04detect MS wav codecsMichael Niedermayer
2007-07-31fill title, author, copyright and comment fields by parsing udta atomBenoit Fouet
2007-06-12misc spelling fixesDiego Biurrun
2007-05-13simplify, no need for a functionBaptiste Coudurier
2007-05-13fix ctts index computation when seeking, check must be done against next ctts...Baptiste Coudurier
2007-04-26remove no more true commentBaptiste Coudurier
2007-04-26cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier
2007-04-26use dprintf with AVFormatContext and simplifyBaptiste Coudurier
2007-04-26remove now obsolete and no more true commentsBaptiste Coudurier
2007-04-25add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.movBaptiste Coudurier
2007-04-21long -> intBaptiste Coudurier
2007-04-21cosmetics: mov_mp4 -> mp4Baptiste Coudurier
2007-04-21clean and simplify esds reading functionBaptiste Coudurier
2007-04-21remove broken ctab codeBaptiste Coudurier
2007-04-21use INT64_MAXBaptiste Coudurier
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-03-29move atom size check before parsing function searchBaptiste Coudurier
2007-03-29unset sample count to disable track when is brokenBaptiste Coudurier
2007-03-29break if atom size is more than size left in container atom, fix shooter.movBaptiste Coudurier
2007-03-25activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362...Baptiste Coudurier
2007-03-25dont fail immediately when a somehow broken track is detected, some tracks mi...Baptiste Coudurier
2007-03-24cosmectics, mov -> mp4Baptiste Coudurier
2007-03-21cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frameBaptiste Coudurier
2007-03-21cosmeticsBaptiste Coudurier
2007-03-21set audio frame size based on sttsBaptiste Coudurier
2007-03-12Give context to dprintfMichel Bardiaux
2007-03-03use common tables for mov muxer and demuxerBaptiste Coudurier
2007-03-03cosmetics, cleanup tables, add pcm 24/32 le tagsBaptiste Coudurier
2007-03-03partial avid meridien uncompressed supportBaptiste Coudurier
2007-03-02avid imx supportBaptiste Coudurier
2007-03-02support for mjpeg bottom field first in movBaptiste Coudurier
2007-03-02use generic atom to extradata reading functionBaptiste Coudurier
2007-03-01quicktime 'raw ' supportBaptiste Coudurier
2007-01-24remove some printf warningsBaptiste Coudurier
2007-01-24make vars unsignedBaptiste Coudurier
2007-01-24stop if current sample is higher than sample countBaptiste Coudurier
2007-01-24replace strcpy by memcpyBaptiste Coudurier
2007-01-24remove useless fieldBaptiste Coudurier
2007-01-24remove obsolete commentBaptiste Coudurier
2007-01-24make some fields unsignedBaptiste Coudurier
2007-01-24add sanity checksBaptiste Coudurier
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer