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-02-26remove useless bracesBaptiste Coudurier
2008-02-26indentationBaptiste Coudurier
2008-02-26rescale frame size, fix i.3g2Baptiste Coudurier
2008-02-26move parameters reset after setting stream parameters, will need those infosBaptiste Coudurier
2008-02-26decode mng color decorrelationLoren Merritt
2008-02-25fix mace durationBaptiste Coudurier
2008-02-25protect malloc overflowBaptiste Coudurier
2008-02-25indentationBaptiste Coudurier
2008-02-25fail if extradata cannot be allocatedBaptiste Coudurier
2008-02-2510l, protect malloc overflowBaptiste Coudurier
2008-02-25support QDM2 in aiff, QDM2.aifBaptiste Coudurier
2008-02-25remove useless close functionBaptiste Coudurier
2008-02-25indentationBaptiste Coudurier
2008-02-25remove useless castsBaptiste Coudurier
2008-02-25cosmeticsBaptiste Coudurier
2008-02-25remove useless tags, codec_get_id matches independently and qt uses lower cas...Baptiste Coudurier
2008-02-25set bps to uncompressed original sound data for compressed audioBaptiste Coudurier
2008-02-25fix duration for ima4Baptiste Coudurier
2008-02-25ima4 in aiff supportBaptiste Coudurier
2008-02-25Install headers in $prefix/include/$libnameMåns Rullgård
2008-02-25cosmetics: Sort and prettyprint codec_wav_tags[].Diego Biurrun
2008-02-24Set indexmem to a saner default.Michael Niedermayer
2008-02-24Fix issue357Michael Niedermayer
2008-02-24flv/swf do not have a big endian codec id, they only supportMichael Niedermayer
2008-02-24Riff ids for wmapro and wmavoice, this adds support for stream copy of these ...Benjamin Larsson
2008-02-23treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...Nico Sabbi
2008-02-20revert 12156Michael Niedermayer
2008-02-20Fix computation of the "NTP time" field in RTCP SR packets, and do notLuca Abeni
2008-02-20Get rid of a fake timestamp discontinuity at the begin of V.VOB.Michael Niedermayer
2008-02-20Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer
2008-02-20Clean up lib* version definitionsMåns Rullgård
2008-02-20Fix ;;Michael Niedermayer
2008-02-20Add some const, fixes warnings:Reimar Döffinger
2008-02-20Missing const, fix warnings:Reimar Döffinger
2008-02-19Fix misplaced const, avoids a cast-discards-qualifiers warningReimar Döffinger
2008-02-19constMichael Niedermayer
2008-02-15Fix timestamps and durations if the first packets have no durations nor times...Michael Niedermayer
2008-02-15It appears last_pts was not set ...Michael Niedermayer
2008-02-15Header elision muxing support.Michael Niedermayer
2008-02-15Elision header demuxing support.Michael Niedermayer
2008-02-13Read match time delta in the frame header.Michael Niedermayer
2008-02-13Read match_time_delta in the framecode table.Michael Niedermayer
2008-02-13update flagsMichael Niedermayer
2008-02-13honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alawBaptiste Coudurier
2008-02-1310l, forgot alaw/mulaw mono, use bits_per_sample in fact,Baptiste Coudurier
2008-02-13Include poll.h instead of sys/poll.hLuca Abeni
2008-02-13warn use if edit list is not starting at 0, a/v desync might occurBaptiste Coudurier
2008-02-13remove now useless codeBaptiste Coudurier
2008-02-13remove messy and not always correct chunk size workaround, use correct values...Baptiste Coudurier
2008-02-13typo fix: inited --> initializedDiego Biurrun