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-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
2012-10-13nut: support pcm codecs not mapped in aviLuca Barbato
2012-10-13nut: prioritize native tagsLuca Barbato
2012-10-13rtpdec_xiph: fix function return typeMans Rullgard
2012-10-13smjpeg: fix type of 'ret' variable in smjpeg_read_packet()Mans Rullgard
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-10-12avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun
2012-10-12rtspdec: Set the default port for listen mode, if none is specifiedMartin Storsjö
2012-10-12rtmpproto: Fix an out of array writeMichael Niedermayer
2012-10-12rtspdec: Fix use of uninitialized byteMichael Niedermayer
2012-10-12md5: Allocate a normal private context for the opaque md5 context pointerMartin Storsjö
2012-10-12Use the new aes/md5/sha/tree allocation functionsMartin Storsjö
2012-10-10mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau
2012-10-10segment: support applehttp style listLuca Barbato
2012-10-10avio: introduce avio_closepLuca Barbato
2012-10-10mpegtsenc: set muxing type notification to verboseLuca Barbato
2012-10-09rtspdec: use av_strlcpy for writing into fixed size bufferJanne Grunau
2012-10-09http: use av_strlcpy instead of strcpy() without size checksJanne Grunau
2012-10-09matroskaenc: check cue point validity before reallocationJanne Grunau
2012-10-09swfenc: error out for more than 1 audio or video streamJanne Grunau
2012-10-09rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau
2012-10-09fate: Add tests of the ff_make_absolute_url functionMartin Storsjö
2012-10-09url: Handle relative urls starting with two slashesDuncan Salerno
2012-10-09url: Handle relative urls being just a new query stringDuncan Salerno
2012-10-09url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno