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-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-11-12Allows playback of truncated matroska files.Aurelien Jacobs
2006-11-12cosmetic: fix indentation after previous commitAurelien Jacobs
2006-11-12Fix avidec.c compilation when dv demuxer is disabled.Aurelien Jacobs
2006-11-12change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libn...Oded Shimon
2006-11-12more verbose r_frame_rate definitionMichael Niedermayer
2006-11-12fix checksum check (was my bug not libnut)Michael Niedermayer
2006-11-12fix timestamp rounding in syncpointsMichael Niedermayer
2006-11-12register nut muxer if libnut is usedOded Shimon
2006-11-12Add libnut support until ffmpeg gets an independant and complete de/muxer for...Oded Shimon
2006-11-11make some symbols staticMåns Rullgård
2006-11-11simplifyMichael Niedermayer
2006-11-11dont do startcode search from last syncpoint if there are no errorsMichael Niedermayer
2006-11-11nut simple seeking first tryMichael Niedermayer
2006-11-11updating nut demuxer to latest specMichael Niedermayer
2006-11-11Fix wrong comment.Steve L'Homme
2006-11-11Add A_AAC codec identifier support in matroska.Steve L'Homme
2006-11-11libnut uses "MP3 " for mp3Michael Niedermayer
2006-11-10report error when local tag has 0 sizeBaptiste Coudurier
2006-11-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier
2006-11-09support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.movBaptiste Coudurier
2006-11-09rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård
2006-11-09fix missdetection of mpeg-ps (ps2_interdite.mpg)Michael Niedermayer
2006-11-08add support for AAC in matroskaAurelien Jacobs
2006-11-08add audio output sampling freqency reading in matroskaAurelien Jacobs
2006-11-08 * fixing a memory leak in DV format.Brian Brice
2006-11-08Better way to detect cluster (fix files encoded with Haali's muxer).Aurelien Jacobs
2006-11-08Remove illegal FourCC values.Diego Biurrun
2006-11-08mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)Thijs Vermeir
2006-11-08utf8 title support for psp (untested)Michael Niedermayer
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-11-08add support for rtp/h264 streamingRyan Martell
2006-11-07Allow reading matroska title.Aurelien Jacobs
2006-11-07cosmetics: reindent after last commitAurelien Jacobs
2006-11-07Don't need to check for NULL before av_free().Aurelien Jacobs
2006-11-07Add support for block duration.Steve L'Homme
2006-11-07Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).Steve L'Homme
2006-11-07guess matroska files frame rateSteve L'Homme
2006-11-07Add support for getting duration of a RTP stream (for seeking in stream)Ryan Martell
2006-11-06remove floats in 10 bytes/byte support (no version of matroska used it)Steve L'Homme
2006-11-06WavPack support in MatroskaKostya Shishkov
2006-11-05Do not set audio codec_tag to 1, that would be PCM audio.Diego Biurrun
2006-11-03now we set codec_tag, still have to figure out how to handle flippingReynaldo H. Verdejo Pinochet
2006-11-03do not overwrite codec type if already known, fix conflict between 'raw ' fou...Baptiste Coudurier
2006-11-03indentionBaptiste Coudurier
2006-11-03reintroduce isom field and read version 1 audio stsd only if file is not isom...Baptiste Coudurier
2006-11-03add valid statistics for the RTCP receiver report.Ryan Martell
2006-11-03kill AVImageFormatBaptiste Coudurier
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-11-02Rename SWAP macro to FFSWAP.Diego Biurrun