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-22Replace usleep() calls with av_usleep()Mans Rullgard
2012-06-22lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard
2012-06-21lavf: Make codec_tag arrays constantRonald S. Bultje
2012-06-21lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard
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-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-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-18rtpenc: Allow requesting H264 RTP packetization mode 0Martin Storsjö
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ö
2012-06-17amr: Cosmetic cleanupMartin Storsjö
2012-06-17mov_chan: Fix operator precedence by adding parenthesesMartin Storsjö
2012-06-17tcp: Check the listen callJordi Ortiz
2012-06-16flacdec: read attached pictures.Anton Khirnov
2012-06-16lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov
2012-06-15segment: remove unnecessary <strings.h> includeJanne Grunau
2012-06-14rtmp: Read and handle incoming packets while writing dataSamuel Pitoiset
2012-06-14rtpdec: Don't require frames to start with a Mode A packetMartin Storsjö
2012-06-13rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset
2012-06-13rtmp: Set the client buffer time to 3s instead of 0.26sSamuel Pitoiset
2012-06-13rtmp: Handle server bandwidth packetsSamuel Pitoiset
2012-06-13rtmp: Display a verbose message when an unknown packet type is receivedSamuel Pitoiset
2012-06-13rtmp: Tokenize the AMF connection parameters manually instead of using strtok_rMartin Storsjö
2012-06-12rtmp: Fix a possible access to invalid memory location when the playpath is t...Samuel Pitoiset
2012-06-11rtmp: Do not send extension for flv filesSamuel Pitoiset
2012-06-11rtmp: support connection parametersSamuel Pitoiset
2012-06-09mov: set AVCodecContext.width/height for h264Mans Rullgard
2012-06-07mpegts: Remove disabled extension matching probe.Alex Converse