summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuv.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-1/+1
|\ \ | |/
| * huffyuv: do not abort on unknown pix_fmt; instead, return an error.Ronald S. Bultje2012-03-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-9/+20
|\ \ | |/
| * huffyuv: switch to encode2().Anton Khirnov2012-02-201-9/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-191-1/+1
|\ \ | |/
| * huffyuv: error out on bit overrun.Ronald S. Bultje2012-02-171-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-7/+7
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-3/+4
|\ \ | |/
| * avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-021-3/+4
* | huffyuvenc: switch from alphaless rgb32 to rgb24Michael Niedermayer2011-11-281-16/+63
* | huffyuvenc: support alphaless rgb32Michael Niedermayer2011-11-281-3/+6
* | huffyuvenc: store alpha for bgr32Michael Niedermayer2011-11-281-15/+24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-34/+30
|\ \ | |/
| * 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
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | 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