Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-26mpc8: read APE tags.Anton Khirnov
2012-06-26network: Don't redefine error codes if they already exist in errno.hRonald S. Bultje
2012-06-26configure: Check for sys/time.hRonald S. Bultje
2012-06-26network: Include unistd.h from network.hMartin Storsjö
2012-06-26mov: do not try to read total disc/track number if data atom is too short.Carl Eugen Hoyos
2012-06-25wtv: Check the return value from gmtimeMartin Storsjö
2012-06-24ape: create audio stream before reading tags.Anton Khirnov
2012-06-24mov: make a length variable larger.Anton Khirnov
2012-06-24image2: Add "start_number" private option to the demuxerMashiat Sarker Shakkhar
2012-06-24image2: Add "start_number" private option to the muxerMashiat Sarker Shakkhar
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ö