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
2008-05-03dts probeBenjamin Larsson
2008-05-02Nellymoser handling in FLVBartlomiej Wolowiec
2008-05-02Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato
2008-05-02fix encoding of flac private dataJustin Ruggles
2008-04-29Support invalid mpeg created by vdrMichael Niedermayer
2008-04-28raw GSM demuxer (does not work yet as parser is missing)Michael Niedermayer
2008-04-28set demuxers .value and use common audio_read_header functionBaptiste Coudurier
2008-04-26set pkt duration, only when dts == pts though,Henrik Gulbrandsen
2008-04-26Missing tags in APE is normal situation, so don't print an error.Kostya Shishkov
2008-04-25yes it is true for mp4Baptiste Coudurier
2008-04-25remove unneeded variableBaptiste Coudurier
2008-04-25move vars decls where vars are usedBaptiste Coudurier
2008-04-25set channels and sample rate from mpeg4audio configBaptiste Coudurier
2008-04-25parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference ...Baptiste Coudurier
2008-04-25update docBaptiste Coudurier
2008-04-25error is -1Baptiste Coudurier
2008-04-25cosmeticsBaptiste Coudurier
2008-04-25move vars decls where vars are usedBaptiste Coudurier
2008-04-25parser should not be needed anymore, merge cases and set frame size for amr tooBaptiste Coudurier
2008-04-25lower frame size to split amr/qcelp/gsm framesBaptiste Coudurier
2008-04-25align and remove useless bracesBaptiste Coudurier
2008-04-25cosmetics, remove whitespaces in tagsBaptiste Coudurier
2008-04-25set gsm default frame size and bytes per frame, needed by old qt format, fix ...Baptiste Coudurier
2008-04-25pts are unsigned according to specs, fix negative pts when 32bit pts are usedBaptiste Coudurier
2008-04-25set wrap bits to 32bit to actually use itBaptiste Coudurier
2008-04-25Avoid using reserved __names.Michael Niedermayer
2008-04-25minor memleakMichael Niedermayer
2008-04-25Fixing memleaks.Michael Niedermayer
2008-04-24cosmetics: remove useless whitespaces and put braces correctlyBaptiste Coudurier
2008-04-24demux qcelp, so this can work with soc decoder and stream copyBaptiste Coudurier
2008-04-24qcelp fourccBaptiste Coudurier
2008-04-24support for alac in .movBaptiste Coudurier
2008-04-24set alac frame size from extradataBaptiste Coudurier
2008-04-24Ensure that the timestamp reading code used for seeking chooses a positionMichael Niedermayer
2008-04-23Read asf file header fields in the right orderRafaël Carré
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec
2008-04-21Compute AC3 frame CRC for stronger raw AC3 format probing.Andreas Öman
2008-04-21Correct ASF duration.Henrik Gulbrandsen
2008-04-21Raw dts muxerBenjamin Larsson
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-04-19Decrease returning probe score for WAV demuxer to avoidVladimir Voroshilov
2008-04-18Tighten up the Westwood AUD detection. Probability of random detectionsMike Melanson
2008-04-16doxy header for udp protocolLuca Barbato
2008-04-16Print duration with higher precision.Diego Biurrun
2008-04-16Cleanup comments and make them doxygen parsable.Luca Barbato
2008-04-15Expose max_packet_size from the rtp protocolLuca Barbato
2008-04-15Do not detect a format if another has the same score.Michael Niedermayer
2008-04-15Using the same probe function in 2 formats is not a good idea.Michael Niedermayer
2008-04-15Reduce probe score as it misdetects our flv file from the regression test.Michael Niedermayer
2008-04-15Fix probe for mov00003.mqv.Michael Niedermayer