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-04zerocodec: Fix memleak in decode_frameDerek Buitenhuis
2012-08-04zerocodec: CosmeticsDerek Buitenhuis
2012-08-04h264: print num_reorder_frames in debug outputMichael Niedermayer
2012-08-04motion_est_template: switch to av_assertMichael Niedermayer
2012-08-04dvdec: switch to av_assertMichael Niedermayer
2012-08-04g732_1: reduce difference to qatarMichael Niedermayer
2012-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-03libopenjpegdec: increase max lowres from 5 to 31Michael Bradshaw
2012-08-03vc1dec: Remove separate scaling function for interlaced field MVsMashiat Sarker Shakkhar
2012-08-03vc1dec: Invoke edge_emulation regardless of MV precisionMashiat Sarker Shakkhar
2012-08-03lavc/utils: rename ff_init_buffer_info() pic parameter to frameStefano Sabatini
2012-08-03lavc/utils: generalize ff_init_buffer_info() and use it when seems feasibleStefano Sabatini
2012-08-03Fix misc swapped dot and carriage returns in av_log calls.Clément Bœsch
2012-08-03cllc: fix typo in the error messagePiotr Bandurski
2012-08-03x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun
2012-08-03g723_1: scale output as supposed for the case with postfilter disabledKostya Shishkov
2012-08-03g723_1: increase excitation storage by 4Kostya Shishkov
2012-08-03g723_1: fix upper bound parameter from inverse maximum autocorrelationKostya Shishkov
2012-08-03g723_1: make scale_vector() behave like the referenceKostya Shishkov
2012-08-03g723_1: fix off-by-one error in normalize_bits()Kostya Shishkov
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-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-03x86: proresdsp: improve SIGNEXTEND macro commentsDiego Biurrun
2012-08-03fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje
2012-08-03eamad: Use dsputils instead of its own bswap16_bufDerek Buitenhuis
2012-08-02flacenc: switch to av_assertMichael Niedermayer
2012-08-02flacdec: switch to av_assertMichael Niedermayer
2012-08-02x86: h264dsp: K&R formatting cosmeticsDiego Biurrun
2012-08-02x86: fft: fix imdct_half() for AVXRonald S. Bultje
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-02vorbisdec: fix heap buffer overflow.Michael Niedermayer
2012-08-02mpegaudio_tablegen: try to fix hardcoded tablesMichael Niedermayer
2012-08-02Merge remote-tracking branch 'dwbuiten/master'Michael Niedermayer
2012-08-02mp3dec: adjust IMDCT scaling to avoid overflowsMichael Niedermayer
2012-08-02eamad: Use dsputils instead of a custom bswap16_bufDerek Buitenhuis
2012-08-02Canopus Lossless decoderDerek Buitenhuis
2012-08-02Canopus Lossless decoderDerek Buitenhuis
2012-08-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-02alac: remove redundant "alac: " from log messagesPaul B Mahol
2012-08-01nuv: Fix playback of RTjpeg from current MythTV,Reimar Döffinger
2012-08-01nuv: check size of buffer before accessing it instead of after.Reimar Döffinger
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-018svx: ensure that packet size is multiple of channels.Nicolas George
2012-08-01fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje