| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -2/+2 |
* | dsputil: Split off HuffYUV decoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -0/+1 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | huffyuv: split encoder and decoder into separate files. | Anton Khirnov | 2012-12-23 | 1 | -1420/+14 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -16/+16 |
* | Remove some silly disabled code. | Diego Biurrun | 2012-10-01 | 1 | -5/+0 |
* | huffman: add ff_huff_gen_len_table | Michael Niedermayer | 2012-08-28 | 1 | -62/+3 |
* | huffyuv: update to current coding style | Luca Barbato | 2012-08-27 | 1 | -521/+576 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -22/+28 |
* | huffyuv: add padding to classic (v1) huffman tables. | Ronald S. Bultje | 2012-03-08 | 1 | -4/+6 |
* | Replace computations of remaining bits with calls to get_bits_left(). | Alex Converse | 2012-03-05 | 1 | -2/+2 |
* | huffyuv: do not abort on unknown pix_fmt; instead, return an error. | Ronald S. Bultje | 2012-03-01 | 1 | -1/+1 |
* | huffyuv: switch to encode2(). | Anton Khirnov | 2012-02-20 | 1 | -9/+20 |
* | huffyuv: error out on bit overrun. | Ronald S. Bultje | 2012-02-17 | 1 | -1/+1 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -6/+6 |
* | avcodec: change number of plane pointers from 4 to 8 at next major bump. | Justin Ruggles | 2011-12-02 | 1 | -3/+4 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -34/+30 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -5/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | huffyuv: Add multithreading support | Alexander Strange | 2011-03-01 | 1 | -4/+29 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -4/+4 |
* | huffyuv: remove unnecessary size argument from generate_len_table() | Måns Rullgård | 2010-06-25 | 1 | -3/+4 |
* | huffyuv: make VLAs fixed size | Måns Rullgård | 2010-06-25 | 1 | -3/+3 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Add const to some pointer parameters. | Michael Kaufmann | 2010-04-17 | 1 | -4/+4 |
* | Extradata length checks for Huffyuv. | Michael Kaufmann | 2010-04-12 | 1 | -1/+4 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -4/+4 |
* | Implement alpha channel decoding for BGR HuffYUV. | Alexander Strange | 2010-01-14 | 1 | -6/+10 |
* | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje | 2009-11-16 | 1 | -2/+2 |
* | Huffyuv: Remove unnecessary allocation in alloc_temp(). | Alexander Strange | 2009-10-16 | 1 | -3/+1 |
* | Huffyuv: Fix a valgrind warning in get_vlc2(). | Alexander Strange | 2009-10-16 | 1 | -0/+1 |
* | Release unreleased buffers found by make test. | Carl Eugen Hoyos | 2009-10-16 | 1 | -0/+3 |
* | Move HuffYUV left prediction to dsputil. | Nathan Caldwell | 2009-10-06 | 1 | -59/+18 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -2/+2 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -1/+1 |
* | fix a buffer overrun on corrupt huffyuv streams | Loren Merritt | 2009-07-04 | 1 | -5/+12 |
* | indent | Michael Niedermayer | 2009-07-01 | 1 | -7/+7 |
* | Make sure we dont read over the end. | Michael Niedermayer | 2009-07-01 | 1 | -0/+13 |
* | Fix passing of unaligned addresses to dsputil diff_bytes() by | Jeff Downs | 2009-05-23 | 1 | -4/+4 |
* | Add offset argument to encode_422_bitstream() to control where | Jeff Downs | 2009-05-23 | 1 | -11/+14 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Add a av_fast_malloc function and replace several uses of av_fast_realloc, | Reimar Döffinger | 2009-04-12 | 1 | -1/+3 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Make sure the last bits of huffyuv frames are zeroed. | Michael Niedermayer | 2009-04-05 | 1 | -0/+2 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -2/+2 |