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-10-29fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell
2006-10-28move up (in the file) AAC audio handling moved from belowRyan Martell
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-26Add support for H264 over RTPRyan Martell
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-08-20Added codec id for QCELP.Benjamin Larsson
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-15Fix typoLuca Abeni
2006-05-28suggest solution for 2 fixmiesMichael Niedermayer
2006-03-30fix constraint violation: libavformat is not allowed to modify state of calle...D Richard Felker III
2006-03-02fix debug code: do not try to take st->codec if st is NULL. This makes ffplay...François Revol
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-24mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)Michael Niedermayer
2005-07-24MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it)Luca Abeni
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-30trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenche...Michael Niedermayer
2005-05-26RTP/RTSP and MPEG4-AAC audioRomain Degez
2005-05-01switch to native time basesMichael Niedermayer
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-11-10use parsersFabrice Bellard
2003-10-29added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a spe...Fabrice Bellard
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
2003-09-09CODEC_ID_MP3LAME is obsoleteFabrice Bellard
2003-07-15fixed NTP generation for mpegFabrice Bellard
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2002-11-25renamed libav to libavformatFabrice Bellard