summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuv.c
Commit message (Expand)AuthorAge
* 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
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* More POSIX _t namespace cleanup.Michael Niedermayer2008-12-12
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-03
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* prevent huffyuv from generating codewords of length 32. (regression in r9069)Loren Merritt2007-08-05
* fix mem leakOliver Pfister2007-07-05
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* misc typo fixesDiego Biurrun2007-06-12
* merge huffman tables for rgb tooLoren Merritt2007-05-25
* cosmetics (reduce nesting)Loren Merritt2007-05-24