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-11-02rtpdec: factorize identical code used in several handlersAnton Khirnov
2012-11-02a64: remove interleaved mode.Anton Khirnov
2012-10-30pixfmt: support more yuva formatsLuca Barbato
2012-10-30dv: fix indentationAnton Khirnov
2012-10-30dv: use AVStream.index instead of abusing AVStream.idAnton Khirnov
2012-10-29rtsp: Avoid a cast when calling strtolMartin Storsjö
2012-10-29nut: support textual dataLuca Barbato
2012-10-29nutenc: verbosely report unsupported negative ptsLuca Barbato
2012-10-28rtpdec: Cosmetic cleanupMartin Storsjö
2012-10-28yuv4mpeg: reject unsupported codecsLuca Barbato
2012-10-28nutenc: K&R formatting cosmeticsLuca Barbato
2012-10-27assdec: fix qsort() callback signatureMans Rullgard
2012-10-27avio: fix pointer type mismatches in avio_enum_protocols()Mans Rullgard
2012-10-27udp: use socklen_t where appropriateMans Rullgard
2012-10-27network: use HAVE_THREADS instead of local hackMans Rullgard
2012-10-25pcm: change references to raw to pcmLuca Barbato
2012-10-25pcmdec: change default of channels parameter to 1Janne Grunau
2012-10-25rawdec: remove ff_raw_read_headerLuca Barbato
2012-10-25pcmdec: remove dependency from rawdecLuca Barbato
2012-10-25g722: refactor out of rawdec.cLuca Barbato
2012-10-25rawvideo: use a specific read_headerLuca Barbato
2012-10-25avutil: Make LZO decoder code configure-time selectableDiego Biurrun
2012-10-24smoothstreamingenc: Don't assume streams start from timestamp 0Martin Storsjö
2012-10-24asfdec: cosmetics, reformat ff_asf_parse_packet()Anton Khirnov
2012-10-23rtmppkt: Avoid unescaped backslash in Doxygen commentDiego Biurrun
2012-10-23build: Plan 9 supportMans Rullgard
2012-10-23network: use getservbyport() only if availableMans Rullgard
2012-10-23network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLENMans Rullgard
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-22riff: remove a write-only variableAnton Khirnov
2012-10-22rtpdec: Don't pass a non-AVClass pointer as log contextMartin Storsjö
2012-10-22rtsp: Update a comment to the current filename schemeMartin Storsjö
2012-10-20rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packetMartin Storsjö
2012-10-19rtsp: Allow setting the reordering buffer size via an AVOptionMartin Storsjö
2012-10-19rtsp: Vertically align a constant definitionMartin Storsjö
2012-10-19rtp: Update the check for distinguishing between RTP and RTCPMartin Storsjö
2012-10-18riff: Move functions around to be covered by appropriate #ifdefsDiego Biurrun
2012-10-18avformat: Fix references to the removed function av_write_header in commentsMartin Storsjö
2012-10-18gxf: Add a local copy of the relevant parts of the frame rate tableMartin Storsjö
2012-10-18aviobuf: Remove a senseless ifdef in avio_seekMartin Storsjö
2012-10-16wavdec: check size before reading the data, not after.Anton Khirnov
2012-10-16wav: do not fail on empty INFO tagsAnton Khirnov
2012-10-16lavf: split wav muxer and demuxer into separate files.Anton Khirnov
2012-10-16wav muxer: write metadataVictor Vasiliev
2012-10-16riff: do not write empty INFO tagsVictor Vasiliev
2012-10-16lavf: move RIFF INFO tag writing from avienc to riffVictor Vasiliev
2012-10-16network: #include stdint.h in network.hMans Rullgard
2012-10-16nut: export codec_tag provided by rawvideoLuca Barbato
2012-10-16avserver: move avserver-specific code from ffmdec.c to avserver.cMans Rullgard
2012-10-15rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun