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-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-12-23huffyuv: split encoder and decoder into separate files.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01Remove some silly disabled code.Diego Biurrun
2012-08-28huffman: add ff_huff_gen_len_tableMichael Niedermayer
2012-08-27huffyuv: update to current coding styleLuca Barbato
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-08huffyuv: add padding to classic (v1) huffman tables.Ronald S. Bultje
2012-03-05Replace computations of remaining bits with calls to get_bits_left().Alex Converse
2012-03-01huffyuv: do not abort on unknown pix_fmt; instead, return an error.Ronald S. Bultje
2012-02-20huffyuv: switch to encode2().Anton Khirnov
2012-02-18huffyuv: error out on bit overrun.Ronald S. Bultje
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2011-12-03avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-01huffyuv: Add multithreading supportAlexander Strange
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-06-25huffyuv: remove unnecessary size argument from generate_len_table()Måns Rullgård
2010-06-25huffyuv: make VLAs fixed sizeMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-17Add const to some pointer parameters.Michael Kaufmann
2010-04-12Extradata length checks for Huffyuv.Michael Kaufmann
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-14Implement alpha channel decoding for BGR HuffYUV.Alexander Strange
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-10-17Huffyuv: Remove unnecessary allocation in alloc_temp().Alexander Strange
2009-10-17Huffyuv: Fix a valgrind warning in get_vlc2().Alexander Strange
2009-10-16Release unreleased buffers found by make test.Carl Eugen Hoyos
2009-10-06Move HuffYUV left prediction to dsputil.Nathan Caldwell
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-05fix a buffer overrun on corrupt huffyuv streamsLoren Merritt
2009-07-02indentMichael Niedermayer
2009-07-02Make sure we dont read over the end.Michael Niedermayer
2009-05-23Fix passing of unaligned addresses to dsputil diff_bytes() byJeff Downs
2009-05-23Add offset argument to encode_422_bitstream() to control whereJeff Downs
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-04-05Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-08ff_add_hfyu_median_prediction_mmx2Loren Merritt
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun