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-28utvideoenc: use ff_huff_gen_len_tableMichael Niedermayer
2012-08-28huffman: add ff_huff_gen_len_tableMichael Niedermayer
2012-08-28cllc: simplify/fix swapped data buffer allocation.Reimar Döffinger
2012-08-28h264: Check that the codec isn't null before accessing itMartin Storsjö
2012-08-28audio_frame_queue: Define af_queue_log_state before using itMartin Storsjö
2012-08-28vc1: export some functionsKostya Shishkov
2012-08-28Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static."Mans Rullgard
2012-08-27build: Restore dependency of acelp_filters.o on celp_math.oDiego Biurrun
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-27celp_math: Move ff_cos() to the only place it is usedDiego Biurrun
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