summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuv.c
Commit message (Expand)AuthorAge
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-27
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* huffyuv: split encoder and decoder into separate files.Anton Khirnov2012-12-23
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Remove some silly disabled code.Diego Biurrun2012-10-01
* huffman: add ff_huff_gen_len_tableMichael Niedermayer2012-08-28
* huffyuv: update to current coding styleLuca Barbato2012-08-27
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* huffyuv: add padding to classic (v1) huffman tables.Ronald S. Bultje2012-03-08
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-05
* huffyuv: do not abort on unknown pix_fmt; instead, return an error.Ronald S. Bultje2012-03-01
* huffyuv: switch to encode2().Anton Khirnov2012-02-20
* huffyuv: error out on bit overrun.Ronald S. Bultje2012-02-17
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-02
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* huffyuv: Add multithreading supportAlexander Strange2011-03-01
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* huffyuv: remove unnecessary size argument from generate_len_table()Måns Rullgård2010-06-25
* huffyuv: make VLAs fixed sizeMåns Rullgård2010-06-25
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add const to some pointer parameters.Michael Kaufmann2010-04-17
* Extradata length checks for Huffyuv.Michael Kaufmann2010-04-12
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Implement alpha channel decoding for BGR HuffYUV.Alexander Strange2010-01-14
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Huffyuv: Remove unnecessary allocation in alloc_temp().Alexander Strange2009-10-16
* Huffyuv: Fix a valgrind warning in get_vlc2().Alexander Strange2009-10-16
* Release unreleased buffers found by make test.Carl Eugen Hoyos2009-10-16
* Move HuffYUV left prediction to dsputil.Nathan Caldwell2009-10-06
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* fix a buffer overrun on corrupt huffyuv streamsLoren Merritt2009-07-04
* indentMichael Niedermayer2009-07-01
* Make sure we dont read over the end.Michael Niedermayer2009-07-01
* Fix passing of unaligned addresses to dsputil diff_bytes() byJeff Downs2009-05-23
* Add offset argument to encode_422_bitstream() to control whereJeff Downs2009-05-23
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-12
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer2009-04-05
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22