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-09-03build: avcodec: order cosmeticsDiego Biurrun
2012-09-03intrax8dsp: Add missing #include to make header standaloneDiego Biurrun
2012-09-03Delete motion-test tool; it is of doubtful utility.Diego Biurrun
2012-09-02intrax8: move functions from dsputil to own contextMans Rullgard
2012-08-31MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás
2012-08-31MSS2 decoderAlberto Delmás
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-30g723_1: add comfort noise generationKostya Shishkov
2012-08-30utvideoenc: Switch to dsputils' median predictionMichael Niedermayer
2012-08-30utvideoenc: Avoid writing into the input pictureMichael Niedermayer
2012-08-30lavc: add lossy/lossless codec properties.Anton Khirnov
2012-08-29Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov
2012-08-29x86: Always compile files with functions that are called unconditionallyDiego Biurrun
2012-08-29x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun
2012-08-29x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun
2012-08-29testprogs: Remove unused includesMartin Storsjö
2012-08-28x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun
2012-08-28x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun
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