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