Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-24lavr: x86: optimized 6-channel fltp to s16 conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel fltp to s16 conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16p to flt conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16p to flt conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16p to s16 conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16p to s16 conversionJustin Ruggles
2012-08-23doc/APIchanges: add an entry for codec descriptors.Anton Khirnov
2012-08-23vorbisenc: set AVCodecContext.bit_rate to 0Justin Ruggles
2012-08-23vorbisenc: fix quality parameterJustin Ruggles
2012-08-23FATE: add ALAC encoding testsJustin Ruggles
2012-08-23lpc: fix alignment of windowed samples for odd maximum LPC orderJustin Ruggles
2012-08-23alacenc: use s16p sample format as inputJustin Ruggles
2012-08-23alacenc: remove unneeded sample_fmt checkJustin Ruggles
2012-08-23alacenc: fix max_frame_size calculation for the final frameJustin Ruggles
2012-08-22adpcm_swf: Use correct sample offsets when using trellis.Justin Ruggles
2012-08-22rtmp: support strict rtmp serversSamuel Pitoiset
2012-08-22mjpegdec: support AVRn interlacedMichael Niedermayer
2012-08-22x86: remove FASTDIV inline asmMans Rullgard
2012-08-22build: x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-08-22configure: Drop fastdiv optionDiego Biurrun
2012-08-22build: Make the E-AC-3 encoder select the AC-3 encoderDiego Biurrun
2012-08-22fate: flac: Only run tests requiring samples when samples are availableDiego Biurrun
2012-08-21dirac: use meaningful return valuesJordi Ortiz
2012-08-21flacdec: simplify sample buffer handlingMans Rullgard
2012-08-21flacdec: simplify loop in decode_residuals()Mans Rullgard
2012-08-21fate: make Ut Video encoder tests use bitexact swscale flagsJan Ekström
2012-08-20build: amrwb: Drop redundant lsp dependency declarationDiego Biurrun
2012-08-20fate: fix utvideoenc testsMans Rullgard
2012-08-20fate: Add FATE tests for the Ut Video encoderJan Ekström
2012-08-20lavc: add Ut Video encoderJan Ekström
2012-08-20mpegvideo_enc: remove stray duplicate line from 7f9aaa4Anton Khirnov
2012-08-19swscale: x86: fix #endif comments in rgb2rgb template fileGiorgio Vazzana
2012-08-19avconv: mark more options as expert.Anton Khirnov
2012-08-19avconv: split printing "main options" into global and per-file.Anton Khirnov
2012-08-19avconv: refactor help printing.Anton Khirnov
2012-08-19avconv: print info/capabilities options in a separate help group.Anton Khirnov
2012-08-19avtools: add -h demuxer/muxerAnton Khirnov
2012-08-19cmdutils: extend -h to allow printing codec details.Anton Khirnov
2012-08-19cmdutils: change semantics of show_help_options() and document it.Anton Khirnov
2012-08-19avtools: move some newlines to show_help_options().Anton Khirnov
2012-08-19avconv: deprecate -isync.Anton Khirnov
2012-08-19avconv: reformat the options table.Anton Khirnov
2012-08-19avconv: get rid of ugly casts in the options table.Anton Khirnov
2012-08-19avconv: try to match codecs by codec descriptor name as a last resort.Anton Khirnov
2012-08-19avtools: fix show_foo() signatures.Anton Khirnov
2012-08-19vorbisdec: remove some pointless commentsMans Rullgard
2012-08-18avprobe: add const to AVCodec pointerMans Rullgard
2012-08-18libavformat: add const to AVCodec pointersMans Rullgard
2012-08-18pthread: add const to AVCodec pointersMans Rullgard
2012-08-18mpegvideo_enc: don't use deprecated avcodec_encode_video().Anton Khirnov