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-27vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis
2012-08-27mss1: move code that will be reused by MSS2 decoder into separate fileKostya Shishkov
2012-08-27mss1: merge decode_intra() and decode_inter()Kostya Shishkov
2012-08-27huffyuv: update to current coding styleLuca Barbato
2012-08-27huffman: update to current coding styleLuca Barbato
2012-08-27build: fft: x86: Drop unused YASM-OBJS-FFT- variableDiego Biurrun
2012-08-26audio_frame_queue: Clean up ff_af_queue_log_state debug functionDiego Biurrun
2012-08-26dwt: Remove unused code.Diego Biurrun
2012-08-26cavs: convert cavsdata.h to a .c fileMans Rullgard
2012-08-26cavs: Move inline functions only used in one file out of the headerDiego Biurrun
2012-08-26cavs: Move data tables used in only one place to that fileDiego Biurrun
2012-08-26x86: fft: remove unused fft_dispatch* functionsMans Rullgard
2012-08-25cllc: Pad swapped bufferDerek Buitenhuis
2012-08-24utvideodec: Fix single symbol mode decodingJan Ekström
2012-08-24truespeech: drop useless castsMans Rullgard
2012-08-24libavcodec: drop bogus dependencies from mpc[78] and qdm2Mans Rullgard
2012-08-24mpegaudio: move ff_mpa_enwindow to a separate fileMans Rullgard
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-24x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun
2012-08-24x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun
2012-08-24dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun
2012-08-24svq1/svq3: Move common code out of SVQ1 decoder-specific fileDiego Biurrun
2012-08-24dirac: add Comments and references to the standardJordi Ortiz
2012-08-23vorbisenc: set AVCodecContext.bit_rate to 0Justin Ruggles
2012-08-23vorbisenc: fix quality parameterJustin 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-22mjpegdec: support AVRn interlacedMichael Niedermayer
2012-08-22build: x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-08-22build: Make the E-AC-3 encoder select the AC-3 encoderDiego 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-20build: amrwb: Drop redundant lsp dependency declarationDiego Biurrun
2012-08-20lavc: add Ut Video encoderJan Ekström
2012-08-20mpegvideo_enc: remove stray duplicate line from 7f9aaa4Anton Khirnov
2012-08-19vorbisdec: remove some pointless commentsMans Rullgard
2012-08-18pthread: add const to AVCodec pointersMans Rullgard
2012-08-18mpegvideo_enc: don't use deprecated avcodec_encode_video().Anton Khirnov
2012-08-18lavc: add avcodec_descriptor_get_by_name().Anton Khirnov
2012-08-18lavc: add const to AVCodec* function parameters.Anton Khirnov
2012-08-17h264: vdpau: fix crash with unsupported colorspaceUoti Urpala
2012-08-17amrwbdec: Decode the fr_quality bit properlyMartin Storsjö
2012-08-17libvpxenc: use the default bitrate if not setLuca Barbato
2012-08-17utvideo: Rename utvideo.c to utvideodec.cJan Ekström
2012-08-17mjpegdec: more meaningful return valuesLuca Barbato
2012-08-16Add missing includes for code relying on external librariesMartin Storsjö