| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ff_add_hfyu_median_prediction_mmx2 | Loren Merritt | 2009-02-08 | 1 | -25/+7 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -18/+18 |
* | More POSIX _t namespace cleanup. | Michael Niedermayer | 2008-12-12 | 1 | -4/+4 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -8/+8 |
* | Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-03 | 1 | -12/+12 |
* | Replace generic CONFIG_DECODERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-02 | 1 | -7/+9 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -4/+4 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -2/+2 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -2/+6 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -4/+4 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -2/+2 |
* | prevent huffyuv from generating codewords of length 32. (regression in r9069) | Loren Merritt | 2007-08-05 | 1 | -1/+1 |