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-01-04swscale: split scale.asm.Ronald S. Bultje
2012-01-04swscale: don't show full-chroma-int warning for non-RGB output.Ronald S. Bultje
2012-01-04swscale: add MMX files to MMX-OBJS instead of OBJS.Ronald S. Bultje
2012-01-04h264: return index in buffer on end-of-sequence.Ronald S. Bultje
2012-01-04Merge some declarations and initializations.Diego Biurrun
2012-01-04cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun
2012-01-04cabac: drop unused STRICT_LIMITS code branchDiego Biurrun
2012-01-04libspeexenc: fix pts calculations for more than 1 frame per packetJustin Ruggles
2012-01-04adxdec: clear eof flag and channel states when seekingJustin Ruggles
2012-01-04fate: add ADX encoding/decoding testJustin Ruggles
2012-01-04adx: add an adx muxerJustin Ruggles
2012-01-04adxenc: check output buffer size before writingJustin Ruggles
2012-01-04adxenc: use bytestream functions for header writing.Justin Ruggles
2012-01-04adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macrosJustin Ruggles
2012-01-04adxenc: use a loop to encode each channelJustin Ruggles
2012-01-04adxenc: remove unneeded loopsJustin Ruggles
2012-01-04adx: add AVFMT_GENERIC_INDEX to demuxer flags.Justin Ruggles
2012-01-04adxenc: avoid stereo deinterleavingJustin Ruggles
2012-01-04adxenc: remove unnecessary setting of coded_frame->key_frame.Justin Ruggles
2012-01-04adxenc: log an error message and return AVERROR(EINVAL) for invalid channelsJustin Ruggles
2012-01-04adxenc: cosmetics: pretty-printingJustin Ruggles
2012-01-04adxenc: change some data typesJustin Ruggles
2012-01-04adxenc: remove unneeded log messageJustin Ruggles
2012-01-04adxenc: remove unneeded commentsJustin Ruggles
2012-01-04APIchanges: mention cleaned up header includesJonathan Nieder
2012-01-04fate: add dxtory testOana Stratulat
2012-01-04adx_parser: rewrite.Michael Niedermayer
2012-01-04adxdec: Validate channel count to fix a division by zero.Justin Ruggles
2012-01-04adxdec: Do not require extradata.Michael Niedermayer
2012-01-04cmdutils: K&R reformatting cosmeticsAneesh Dogra
2012-01-03alacdec: implement the 2-pass prediction type.Justin Ruggles
2012-01-03alacenc: implement the 2-pass prediction type.Justin Ruggles
2012-01-03alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles
2012-01-03alacdec: fill in missing or guessed info about the extradata format.Justin Ruggles
2012-01-03utvideo: proper median prediction for interlaced videosKostya Shishkov
2012-01-03lavu: bump lavu minor for av_popcount64Janne Grunau
2012-01-03dca: K&R formatting cosmeticsShitiz Garg
2012-01-03dct: K&R formatting cosmeticsAneesh Dogra
2012-01-03lavf: flush decoders in avformat_find_stream_info().Anton Khirnov
2012-01-03win32: detect number of CPUs using affinityDaniel Verkamp
2012-01-03Add av_popcount64Daniel Verkamp
2012-01-03snow: Restore three mistakenly removed casts.Diego Biurrun
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau
2012-01-02v410enc: fix undefined signed left shift caused by integer promotionJanne Grunau
2012-01-02Release notes: mention cleaned up header includesReinhard Tartler
2012-01-02fix Changelog fileReinhard Tartler
2012-01-02Fix a bunch of typos.Diego Biurrun
2012-01-02Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun
2012-01-02wavpack: fix typos in previous cosmetic clean-up commitJustin Ruggles
2012-01-02wavpack: cosmetics: K&R pretty-printingJustin Ruggles