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-04Place some START_TIMER invocations in separate blocks.Diego Biurrun
2012-01-04vc1dec: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-04rv34: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-04rv34: joint coefficient decoding and dequantizationChristophe GISQUET
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-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-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-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-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-03dca: K&R formatting cosmeticsShitiz Garg
2012-01-03dct: K&R formatting cosmeticsAneesh Dogra
2012-01-03win32: detect number of CPUs using affinityDaniel 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-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
2012-01-02wavpack: determine sample_fmt before requesting a bufferHendrik Leppkes
2012-01-02bmv audio: implement new audio decoding APIJustin Ruggles
2012-01-02mpegaudiodec: skip all channels when skipping granulesJustin Ruggles
2012-01-02bfi: K&R cosmeticsAneesh Dogra
2012-01-02bgmc: K&R cleanupAneesh Dogra
2012-01-02rawdec: propagate pict_type information to the output frameStefano Sabatini
2012-01-02rawdec: Support more QT 1bpp rawvideo files.Piotr Bandurski
2012-01-02threads: limit the number of automatic threads to MAX_AUTO_THREADSJanne Grunau
2012-01-01threads: set thread_count to 1 when thread support is disabledJanne Grunau
2012-01-01threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau