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-03g723_1: save/restore excitation with offset to store LPC historyKostya Shishkov
2012-08-03wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern
2012-08-03x86: proresdsp: improve SIGNEXTEND macro commentsDiego Biurrun
2012-08-02x86: h264dsp: K&R formatting cosmeticsDiego Biurrun
2012-08-02LICENSE: Document all GPL filesDerek Buitenhuis
2012-08-02x86: fft: fix imdct_half() for AVXRonald S. Bultje
2012-08-02rtmppkt: Add missing libavcodec/bytestream.h include.Alex Rønne Petersen
2012-08-02rtmp: add functions for reading AMF valuesJordi Ortiz
2012-08-02vc1dec: remove useless #include simple_idct.hMans Rullgard
2012-08-02dct-test: always link with aandcttab.oMans Rullgard
2012-08-02vp8: pack struct VP8ThreadData more efficientlyMans Rullgard
2012-08-02x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard
2012-08-02eamad: Use dsputils instead of a custom bswap16_bufDerek Buitenhuis
2012-08-02Canopus Lossless decoderDerek Buitenhuis
2012-08-01dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun
2012-08-01ARM: use =const syntax instead of explicit literal poolsMans Rullgard
2012-08-01ARM: use standard syntax for all LDRD/STRD instructionsMans Rullgard
2012-08-01fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje
2012-08-01dct-test: allow to compile without HAVE_INLINE_ASM.Ronald S. Bultje
2012-08-01x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-08-01dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun
2012-08-01dca: Rename dca.c ---> dcadec.cDiego Biurrun
2012-08-01x86: h264dsp: Remove unused variable ff_pb_3_1Diego Biurrun
2012-07-31apetag: change a forgotten return to return 0Anton Khirnov
2012-07-31mpc8: return more meaningful error codes.Anton Khirnov
2012-07-31mpc: return more meaningful error codes.Anton Khirnov
2012-07-31wv,mpc8: don't return apetag data in packets.Anton Khirnov
2012-07-31rtmp: do not warn about receiving metadata packetsSamuel Pitoiset
2012-07-31x86: h264dsp: Adjust YASM #ifdefsDiego Biurrun
2012-07-31x86: yadif: Mark mmxext optimizations as suchDiego Biurrun
2012-07-31h264: convert loop filter strength dsp function to yasm.Ronald S. Bultje
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-30swscale: bury one more piece of inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-30wv: K&R formatting cosmeticsAnton Khirnov
2012-07-30configure: Add missing descriptions to help outputDiego Biurrun
2012-07-30h264_ps: declare array of colorspace strings on its own line.Ronald S. Bultje
2012-07-30fate: amix: specify f32 sample format for comparisonMans Rullgard
2012-07-30tiny_psnr: support 32-bit float samplesMans Rullgard
2012-07-30eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard
2012-07-30eamad: remove use of MpegEncContextMans Rullgard
2012-07-30mpegvideo: remove unnecessary inclusions of faandct.hMans Rullgard
2012-07-29af_asyncts: avoid overflow in out_size with large delta valuesJustin Ruggles
2012-07-29af_asyncts: add first_pts optionJustin Ruggles
2012-07-29flvdec: remove spurious use of stream idLuca Barbato
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-29lavf: round estimated average fps to a "standard" fps.Anton Khirnov
2012-07-29lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov
2012-07-29avf: introduce nobuffer optionLuca Barbato
2012-07-29fate: make yadif tests consistent across systemsMans Rullgard