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-07-04mov: use forward declaration of a function instead of a table.Ronald S. Bultje
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-03misc typo and wording fixesDiego Biurrun
2012-07-03flvdec: initial stream switch supportLuca Barbato
2012-07-02asfdec: read attached pictures.Anton Khirnov
2012-07-02apetag: reindentAnton Khirnov
2012-07-02apetag: export attached covers as video streams.Anton Khirnov
2012-07-02apetag: fix the amount of data read from binary tags.Anton Khirnov
2012-07-02apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov
2012-07-02mov: read itunes cover art.Anton Khirnov
2012-07-02MS ATC Screen (aka MSS3) decoderKostya Shishkov
2012-06-30os_support: Add fallback definitions for stat flagsRonald S. Bultje
2012-06-30os_support: Rename the poll fallback function to ff_pollMartin Storsjö
2012-06-30network: Check for struct pollfdMartin Storsjö
2012-06-30os_support: Don't compare a negative number against socket descriptorsMartin Storsjö
2012-06-30os_support: Include all the necessary headers for the win32 open functionRonald S. Bultje
2012-06-29file: Only include unistd.h if it existsRonald S. Bultje
2012-06-29rtpdec: Don't explicitly include unistd.h any longerRonald S. Bultje
2012-06-28flv: add support for G.711Damien Fetis
2012-06-28flvenc: K&R formatting cosmeticsLuca Barbato
2012-06-28movenc: Add channel layouts for PCM.Alex Converse
2012-06-27udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö
2012-06-27tcp: Pass NULL as hostname to getaddrinfo if the string is emptyJordi Ortiz
2012-06-27tcp: Set AI_PASSIVE when the socket will be used for listeningJordi Ortiz
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