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-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
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-10-09rtp: Support packetization/depacketization of opusMartin Storsjö
2012-10-09file: Set the return value type for lseek to int64_t.Yusuke Nakamura
2012-10-09rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö
2012-10-09rtpdec_vp8: Make the depacketizer implement the latest spec draftMartin Storsjö
2012-10-08segment: drop global headers settingLuca Barbato
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-07gxf: Include the right header for the avpriv_frame_rate_tab declarationMartin Storsjö
2012-10-06ffm: do not write or read the audio sample formatJustin Ruggles
2012-10-06smoothstreamingenc: Add a more verbose error messageMartin Storsjö
2012-10-06smoothstreamingenc: Ignore the return value from mkdirMartin Storsjö
2012-10-06smoothstreamingenc: Try writing a manifest when opening the muxerMartin Storsjö
2012-10-06smoothstreamingenc: Move the output_chunk_list and write_manifest functions upMartin Storsjö
2012-10-06smoothstreamingenc: Properly return errors from ism_flush to the callerMartin Storsjö
2012-10-06smoothstreamingenc: Check the output UrlContext before accessing itMartin Storsjö
2012-10-06yuv4mpeg: return proper error codes.Anton Khirnov
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-04segment: Add comments about calls that only are relevant for some muxersMartin Storsjö
2012-10-04segment: Add an option for omitting the first header and final trailerMartin Storsjö
2012-10-04segment: Flush buffered data before finishing a segmentMartin Storsjö
2012-10-04segment: Set the resend_headers flag for each segmentMartin Storsjö