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
2014-07-19simple_idct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun
2014-07-19fdct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun
2014-07-19dct-test: Reuse enum idct_permutation_type instead of duplicating itDiego Biurrun
2014-07-18dct-test: Skip indirection for MMX IDCT permutationDiego Biurrun
2014-07-18x86: dnxhdenc: Eliminate some unnecessary ifdefsDiego Biurrun
2014-07-18libgsm: Split decoder and encoderNidhi Makhijani
2014-07-18idctdsp: prettyprinting cosmeticsDiego Biurrun
2014-07-18idct: Convert IDCT permutation #defines to an enumDiego Biurrun
2014-07-18fft: Convert FFT/MDCT permutation type #defines to enumsDiego Biurrun
2014-07-18dct-test: Improve CPU flags struct member nameDiego Biurrun
2014-07-18dct-test: Move cpu_flags variable out of global scopeDiego Biurrun
2014-07-18arm: cosmetics: Consistently use lowercase for shift operatorsMartin Storsjö
2014-07-18arm: cosmetics: Fix a misaligned asm operandMartin Storsjö
2014-07-18armv6: Accelerate ff_fft_calc for general case (nbits != 4)Ben Avison
2014-07-18armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6)Ben Avison
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-07-17x86: dsputil: Coalesce all init filesDiego Biurrun
2014-07-17h264: K&R formatting cosmeticsLuca Barbato
2014-07-16h264: Remove some commented-out, broken cruftDiego Biurrun
2014-07-16arm: dsputil: Coalesce all init filesDiego Biurrun
2014-07-16g2meet: allow size changes within original sizesVittorio Giovara
2014-07-13x86: dsputil: Avoid pointless CONFIG_ENCODERS indirectionDiego Biurrun
2014-07-13ppc: dsputil: Coalesce all init filesDiego Biurrun
2014-07-11dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun
2014-07-11hevc: implement pic_output_flag handlingGildas Cocherel
2014-07-11hevc: set the keyframe flag on output framesMickaël Raulet
2014-07-11hevc: Replace nal type chek with equivalent IS_IRAP macroMickaël Raulet
2014-07-11hevc_ps: remove a write-only variableAnton Khirnov
2014-07-09dsputil: Split off pixel block routines into their own contextDiego Biurrun
2014-07-09hevc: parse display orientation SEI messageVittorio Giovara
2014-07-09h264: parse display orientation SEI messageVittorio Giovara
2014-07-09adxdec: get rid of an avpriv functionAnton Khirnov
2014-07-09lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov
2014-07-08arm: Avoid using the 'setend' instruction on ARMv7 and newerMartin Storsjö
2014-07-07dsputil: Split off FDCT bits into their own contextDiego Biurrun
2014-07-07libfdk-aacdec: Decode the first AAC frame to reliably identify the bitstreamOmer Osman
2014-07-07vmd: Split audio and video decoderNidhi Makhijani
2014-07-07dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun
2014-07-07dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun
2014-07-07dsputil: Split off *_8x8basis to a separate contextDiego Biurrun
2014-07-06dsicin: Split audio and video decoderNidhi Makhijani
2014-07-06bmv: Split audio and video decoderNidhi Makhijani
2014-07-06paf: split audio and video decoderNidhi Makhijani
2014-07-06cljr: split decoder and encoderNidhi Makhijani
2014-07-05x86: build: Only compile FDCT code if MMX is enabledDiego Biurrun
2014-07-05x86: Unconditionally compile blockdsp and svq1enc init filesDiego Biurrun
2014-07-05x86: huffyuvdsp: Move inline assembly to init fileDiego Biurrun
2014-07-05libfdk-aacdec: Reduce the default decoder delay by one frameOmer Osman
2014-07-04x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun
2014-07-03webpdec: Fix decoding of the huffman group indices.Justin Ruggles