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-10-04libspeexdec: improve setting of Speex mode and sample rateJustin Ruggles
2012-10-03libspeex: Add a private option for enabling VADDmitry Samonenko
2012-10-02ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard
2012-10-02tiffenc: Check av_malloc() results.Alex Converse
2012-10-02tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.Alex Converse
2012-10-01adpcmdec: set AVCodec.sample_fmtsJustin Ruggles
2012-10-01twinvq: use planar sample formatJustin Ruggles
2012-10-01ralf: use planar sample formatJustin Ruggles
2012-10-01mpc7/8: use planar sample formatJustin Ruggles
2012-10-01iac/imc: use planar sample formatJustin Ruggles
2012-10-01dcadec: use float planar sample formatJustin Ruggles
2012-10-01cook: use planar sample formatJustin Ruggles
2012-10-01atrac3: use float planar sample formatJustin Ruggles
2012-10-01apedec: output in planar sample formatJustin Ruggles
2012-10-018svx: use planar sample formatJustin Ruggles
2012-10-01Opus encoder using libopusNathan Caldwell
2012-10-01wmadec: Adjust debug printf argument length modifierDiego Biurrun
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-10-01Remove some silly disabled code.Diego Biurrun
2012-10-01ac3dec: ensure get_buffer() gets a buffer for the correct number of channelsJustin Ruggles
2012-09-29h264: avoid stuck buffer pointer in decode_nal_unitsJindřich Makovička
2012-09-29mpeg12: fix the semantics of the int* parameter of decode()Anton Khirnov
2012-09-29mpeg12: move mpeg_decode_frame() lowerAnton Khirnov
2012-09-29avsdec: Set dimensions instead of relying on the demuxer.Michael Niedermayer
2012-09-29wmalosslessdec: Reset put bit buffer when num_saved_bits is reset.Michael Niedermayer
2012-09-29dfa: improve boundary checks in decode_dds1()Anton Khirnov
2012-09-29wmalosslessdec: Fix reading too many bits in decode_channel_residues()Anton Khirnov
2012-09-29wmalosslessdec: fix a get_bits(0) in decode_ac_filterMichael Niedermayer
2012-09-29wmalosslessdec: make MCLMS arrays big enough for what is written into them.Michael Niedermayer
2012-09-29indeo4/5: check empty tile size in decode_mb_info().Anton Khirnov
2012-09-29ivi_common: make ff_ivi_process_empty_tile() static.Anton Khirnov
2012-09-29indeo5: check tile size in decode_mb_info().Michael Niedermayer
2012-09-29indeo3: fix out of cell write.Anton Khirnov
2012-09-29wmalosslessdec: increase channel_coeffs/residues sizeAnton Khirnov
2012-09-29wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.Anton Khirnov
2012-09-29lagarith: check count before writing zeros.Michael Niedermayer
2012-09-29wmaprodec: check num_vec_coeffs for validityMichael Niedermayer
2012-09-29indeo4: update AVCodecContext width/height on size changeMichael Niedermayer
2012-09-29dfa: check that the caller set width/height properly.Anton Khirnov
2012-09-29indeo5dec: Make sure we have had a valid gop header.Michael Niedermayer
2012-09-29cavsdec: check for changing w/h.Michael Niedermayer
2012-09-29lavc: set channel count from channel layout in avcodec_open2().Anton Khirnov
2012-09-28dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer
2012-09-28mpegaudiodec: fix short_start calculationLuca Barbato
2012-09-28libopus: Remap channels using libopus' internal remapping.Nathan Caldwell
2012-09-28Opus decoder using libopusNicolas George
2012-09-28avcodec: document the use of AVCodecContext.delay for audio decodingNathan Caldwell
2012-09-28vc1dec: add flush function for WMV9 and VC-1 decodersKostya Shishkov