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-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09lavf/img2dec: add and document pattern_type optionStefano Sabatini
2012-08-09lavf/movenc: use two explicit bytes instead of a short.Clément Bœsch
2012-08-08lavf: block special characters in dump metadataMichael Niedermayer
2012-08-08matroskadec: fix lace vs block duration.Michael Niedermayer
2012-08-08rtmp: send check_bw as notificationLuca Barbato
2012-08-08id3v2: Support v2.2 PICMohammad Alsaleh
2012-08-08lavf/movenc: add frame rate heuristic for timecode frame rate.Clément Bœsch
2012-08-08lavf/mxfenc: better error handling with invalid frame rate.Clément Bœsch
2012-08-08lavf/mxfenc: simplify frame rate checks.Clément Bœsch
2012-08-08rename missed CodecID to AVCodecIDMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-08rtmp: Add a new option 'rtmp_subscribe'Samuel Pitoiset
2012-08-08rtmp: Add support for subscribing live streamsSamuel Pitoiset
2012-08-08rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macroSamuel Pitoiset
2012-08-07Merge commit 'f5d2c597e99af218b0d4d1cf9737c7e68ee934e4'Michael Niedermayer
2012-08-07avidec: fix AVStream.info memleak with dv.Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-06avidec: parse INFO tags at the endMichael Niedermayer
2012-08-06mpc8: set packet duration and stream start time instead of tracking framesJustin Ruggles
2012-08-06udp: do not call pthread_{mutex,cond}_destroy when not initialized.anonymous
2012-08-06mpc8: fix ptsMichael Niedermayer
2012-08-06mov: dont clip timestamps at 0Michael Niedermayer
2012-08-06movenv: fix remuxing of qdm2Piotr Bandurski
2012-08-06aiffenc: fix remuxing of qdm2Piotr Bandurski
2012-08-06Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch
2012-08-06movenc: fix remuxing of svq3Piotr Bandurski
2012-08-06lavf: Declare an AVRational struct without a struct literalMartin Storsjö
2012-08-05oggdec: Initialize stream index to -1 in ogg_packet.Reimar Döffinger
2012-08-05oggdec: simplify start time calculation code.Reimar Döffinger
2012-08-05matroskaenc: Implement support for ALACMoritz Bunkus
2012-08-05matroskadec: prevent potential integer overflowMichael Niedermayer
2012-08-05matroskadec: Implement support for ALACMoritz Bunkus
2012-08-05movenc: Fix unfreed memory found by valgrind.Philip Langdale
2012-08-05lavf/img2dec: add start_number_range optionStefano Sabatini
2012-08-05oggdec: check stream index before using it in ogg_get_length()Michael Niedermayer
2012-08-05lavf/img2doc: document optionsStefano Sabatini
2012-08-05lavf/img2dec: improve error logging in case of find_image_range() failureStefano Sabatini
2012-08-05lavf/img2dec: sort options by nameStefano Sabatini
2012-08-05lavf/img2dec: introduce and use FIRST_INDEX_SEARCH_RANGE macro in find_image_...Stefano Sabatini
2012-08-05lavf/img2dec: fix out-of-range check in find_image_range()Stefano Sabatini
2012-08-05lavf/img2dec: doxygen find_image_range() functionStefano Sabatini
2012-08-05lavf/img2dec: rename find_image_range() "max_start" parameter to "start_index"Stefano Sabatini
2012-08-05lavf/img2dec: fix weird start_number count logicStefano Sabatini
2012-08-04avformat/srtdec: Write duration into packet from srt demuxer.Philip Langdale
2012-08-04movenc: Handle need for extra packets to express subtitle duration.Philip Langdale
2012-08-04mpegdemux: support MLP/AOBMichael Niedermayer
2012-08-04mpegdemux: move private stream 1 handling out of mpegps_read_pes_headerMichael Niedermayer
2012-08-04mpegdemux: remove redundant dvd audio codeMichael Niedermayer