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
2012-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22Replace usleep() calls with av_usleep()Mans Rullgard
2012-06-22avformat: offset fps calculation by one to include 60.00 fpsHendrik Leppkes
2012-06-22lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard
2012-06-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-21lavf: add a real SRT muxer.Nicolas George
2012-06-21lavf: Make codec_tag arrays constantRonald S. Bultje
2012-06-21smush: set audio packet durationPaul B Mahol
2012-06-21riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain tha...Hendrik Leppkes
2012-06-21lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard
2012-06-21avformat: add 48 fps to the NTSC frameratesHendrik Leppkes
2012-06-21LucasArts SMUSH demuxerPaul B Mahol
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20MS Screen 1 decoderKostya Shishkov
2012-06-20Move av_gettime() to libavutilMans Rullgard
2012-06-20mov: fix operator precedence bugRonald S. Bultje
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-06-20lavf: remove unnecessary inclusions of unistd.hMans Rullgard
2012-06-20avio: av_protocol_next() is gonePaul B Mahol
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19udp: Properly check for invalid socketsMartin Storsjö
2012-06-19tcp: Check the return value from getsockoptMartin Storsjö
2012-06-19network: Use av_strerror for getting error messagesMartin Storsjö
2012-06-19udp: Properly print error from getnameinfoMartin Storsjö
2012-06-19mmst: Use AVUNERROR() to convert error codes to the right range for strerrorMartin Storsjö
2012-06-19network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win...Martin Storsjö
2012-06-19rtmp: Reduce the number of idle posts sent by sleeping 50msSamuel Pitoiset
2012-06-19avidec: add .categoryPaul B Mahol
2012-06-19lavf: separate muxer/demuxer class categoryMichael Niedermayer
2012-06-19avidec: use designated initializers for AVClassPaul B Mahol
2012-06-19mov: use designated initializers for AVClassPaul B Mahol
2012-06-19flvdec: remove incomplete, disabled seeking codeRonald S. Bultje
2012-06-19http: replace atoll() with strtoll()Ronald S. Bultje
2012-06-19mpegts: remove unused/incomplete/broken seeking codeRonald S. Bultje
2012-06-18rtpenc: Support packetizing iLBCMartin Storsjö
2012-06-18rtpdec: Add a depacketizer for iLBCMartin Storsjö
2012-06-18Implement the iLBC storage file formatMartin Storsjö
2012-06-18mov: Support muxing/demuxing iLBCMartin Storsjö
2012-06-18rtmp: Don't send every flv packet in a separate HTTP request in RTMPTSamuel Pitoiset
2012-06-18rtsp: Send mode=record instead of mode=receiveMartin Storsjö
2012-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-18rtpenc: Allow requesting H264 RTP packetization mode 0Martin Storsjö
2012-06-18lavf: add field for how duration is estimatedMichael Bradshaw
2012-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-17RTMPT protocol supportSamuel Pitoiset
2012-06-17http: Properly handle chunked transfer-encoding for replies to post dataMartin Storsjö
2012-06-17http: Fail reading if the connection has gone awayMartin Storsjö
2012-06-17amr: Mark an array constMartin Storsjö
2012-06-17amr: More space cleanupMartin Storsjö
2012-06-17rtpenc: Fix memory leaks in the muxer open functionMartin Storsjö