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
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-09adpcm: Write the correct number of samples for ima-dk4Luca Barbato
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12adpcm: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-09adpcmdec: use planar sample format for adpcm_thpJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ea_xasJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3Justin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_xaJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3Justin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_4xmJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ima_wavJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ima_qtJustin Ruggles
2012-10-01adpcmdec: set AVCodec.sample_fmtsJustin Ruggles
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-01adpcm-thp: fix invalid array indexingMans Rullgard
2012-03-27westwood_vqa: fix SND0 chunk handlingPaul B Mahol
2012-03-19adpcm: convert adpcm_thp to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_yamaha to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_swf to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_sbpro to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ct to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ima_amv/smjpeg to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ea_xas to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ea_r1/2/3 to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert ea_maxis_xa to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ea to bytestream2.Ronald S. Bultje
2012-03-19adpcm convert adpcm_ima_ea_sead to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ima_ea_eacs to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_xa to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert ima_ws to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ima_apc to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ima_iss to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_dk3 to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_dk4 to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ms to bytestream2.Ronald S. Bultje
2012-03-19adpcm: use av_clip() in adpcm_ima_expand_nibble().Ronald S. Bultje
2012-03-19adpcm: convert adpcm_4xm to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ima_wav to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ima_qt to bytestream2.Ronald S. Bultje
2012-03-19adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.Ronald S. Bultje
2012-03-15xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns.Ronald S. Bultje
2012-02-29adpcm: Clip step_index values read from the bitstream at the beginning of eac...Alex Converse
2012-01-24adpcm_ima_ws: fix stereo decodingJustin Ruggles
2012-01-24avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles
2012-01-06adpcm: ADPCM Electronic Arts has always two channelsJanne Grunau
2011-12-23adpcm: fix IMA SMJPEG decodingPaul B Mahol
2011-12-17adpcm: Check for channels to be a non-zero integerShitiz Garg