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-02reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme
2006-11-01clean, always write major brand for debugBaptiste Coudurier
2006-11-01remove useless mp4 fieldBaptiste Coudurier
2006-11-01simplifyBaptiste Coudurier
2006-11-01mov vfr muxingBaptiste Coudurier
2006-10-31cosmetics: Restore alphabetical order.Diego Biurrun
2006-10-31remove gcc warning about void * used in arithmeticBaptiste Coudurier
2006-10-30IMC decoderKostya Shishkov
2006-10-30dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer
2006-10-29switch to common base64 routines in lavfRyan Martell
2006-10-29fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell
2006-10-28add support for all framerates specified by the standardJoakim Plate
2006-10-28Fix A/V (de)sync with discontinuous NSV streams,Joakim Plate
2006-10-28Make it possible to reuse UDP socket (optional, disabled by default)Thijs
2006-10-28move up (in the file) AAC audio handling moved from belowRyan Martell
2006-10-28Add base64 encoding and decoding routinesGuillaume Poirier
2006-10-27make ffmpeg able to send back a RTCP receiver report.Thijs
2006-10-27indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell
2006-10-27fflags can/will be used for muxing tooBaptiste Coudurier
2006-10-27Last fix of licence headerGuillaume Poirier
2006-10-27move licence header fixesGuillaume Poirier
2006-10-27Fix licence header (aka <pedantic mode='on' /> )Guillaume Poirier
2006-10-26Add support for H264 over RTPRyan Martell
2006-10-26remove mov_read_leaf and remove useless reading function table, mov_read_defa...Baptiste Coudurier
2006-10-26fix mp3 in swf decodingAurelien Jacobs
2006-10-23Register .tga and .tiff image extensionsKostya Shishkov
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-23fix flvdec.c file description commentAurelien Jacobs
2006-10-23document the extradata protocol for VP6FAurelien Jacobs
2006-10-23don't use ast before checking it's not NULLAurelien Jacobs
2006-10-23use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs
2006-10-22activate gif decoder, seems to work fine on showdown2.movBaptiste Coudurier
2006-10-22add gif supportBaptiste Coudurier
2006-10-22disable annoying debug messagesBaptiste Coudurier
2006-10-22Make read_packet fail is the v4l2 driver returns an unexpected frame sizeLuca Abeni
2006-10-21avoid crashing when trying to parse invalid files, patch by Andreas Oman, and...Andreas Öman
2006-10-21fix probe, patch by Andreas Oman, andreas at olebyn dot nuAndreas Öman
2006-10-20warn about zlib support needed if file has compressed moov atomBaptiste Coudurier
2006-10-20move memory reading ByteIOContext init from mov.c to avobuf.cMichael Niedermayer
2006-10-19dont mess with ByteIOContext internal variables (fixes showdown2.mov)Michael Niedermayer
2006-10-18use AVFormatContext to logBaptiste Coudurier
2006-10-18Fix license header error notice by Steve LHomme.Diego Biurrun
2006-10-18simplify pcm read seek, use av_get_bits_per_sampleBaptiste Coudurier
2006-10-17avoid overwriting pktBaptiste Coudurier
2006-10-1710l inverted condition check generated an endless loopAurelien Jacobs
2006-10-17skip packet if no stream index is found, fix proxy_pal030926.mxfBaptiste Coudurier
2006-10-17skip run in sequence, fix C0023S01.mxfBaptiste Coudurier
2006-10-17 * Simplifying the setting of STYPE for AAUX ASRoman Shaposhnik
2006-10-16Replace FLAC FourCC by TwoCC.Diego Biurrun
2006-10-15Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun