summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuv.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-5/+0
|\ \ | |/
| * 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: Add multithreading supportAlexander Strange2011-03-031-4/+29
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-081-25/+7
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-18/+18
* More POSIX _t namespace cleanup.Michael Niedermayer2008-12-121-4/+4
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-8/+8
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-031-12/+12
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-7/+9
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-4/+4
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-2/+2
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-291-2/+6
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-4/+4
* constMichael Niedermayer2008-02-011-2/+2
* prevent huffyuv from generating codewords of length 32. (regression in r9069)Loren Merritt2007-08-051-1/+1
* fix mem leakOliver Pfister2007-07-051-1/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-3/+3
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* merge huffman tables for rgb tooLoren Merritt2007-05-251-33/+71