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-19oss_audio: Split muxer and demuxerNidhi Makhijani
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-18avdevice: Give names to anonymously typedeffed structsDiego 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 butterflies_floatBen Avison
2014-07-18armv6: Accelerate vector_fmul_windowBen Avison
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-17configure: Assume runtime cpu detection on arm on --target-os=android as wellMartin Storsjö
2014-07-17x86: dsputil: Coalesce all init filesDiego Biurrun
2014-07-17avpacket: Check for and return errors in ff_interleave_add_packet()Nidhi Makhijani
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-14fate: Use the correct, local path to samples for opus reference filesMartin Storsjö
2014-07-13x86: dsputil: Avoid pointless CONFIG_ENCODERS indirectionDiego Biurrun
2014-07-13ppc: dsputil: Coalesce all init filesDiego Biurrun
2014-07-11examples/output: Remove unused variableDiego Biurrun
2014-07-11dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun
2014-07-11mov: Clarify tkhd flag settingsLuca Barbato
2014-07-11mov: Do not group tracks if more than one is enabled per typeLuca Barbato
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-10cdg: Forward error from avio_size() in read_header() functionNidhi Makhijani
2014-07-10mpegts: pass MpegTSContext ptr explicitlyAlexander V. Lukyanov
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-09display: add matrix flip apiVittorio Giovara
2014-07-09doc: mention option to mix shared/static librariesAndrew Kelley
2014-07-09rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov
2014-07-09yuv4mpegenc: do not access AVCodecContext.coded_frameAnton Khirnov
2014-07-09nsvdec: remove commented out cruftAnton Khirnov
2014-07-09mov: free the dv demux context with avformat_free_context()Anton Khirnov
2014-07-09mtv: do not set sample_rate for videoAnton Khirnov