| Commit message (Expand) | Author | Age | Files | Lines |
* | indent | Michael Niedermayer | 2009-04-24 | 1 | -38/+38 |
* | Support >8bit per component YUV in FFV1. | Michael Niedermayer | 2009-04-24 | 1 | -8/+114 |
* | Force speed irrelevant calls to get/put_symbol() to be noinline. | Michael Niedermayer | 2009-04-24 | 1 | -5/+13 |
* | Optimize sign handling in get_symbol(). | Michael Niedermayer | 2009-04-24 | 1 | -4/+2 |
* | Fix a possibly exploitable buffer overflow. | Michael Niedermayer | 2009-04-21 | 1 | -2/+1 |
* | Remove 2 unneeded variables from common_init() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -4/+3 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | 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 |
* | 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 | -4/+4 |
* | Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-03 | 1 | -7/+7 |
* | move ff_log2_run to bitstream.c and reuse in ffv1.c | Stefan Gehrer | 2008-06-26 | 1 | -13/+9 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | Fix compilation for buggy icc. | Carl Eugen Hoyos | 2008-05-24 | 1 | -5/+8 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-28 | 1 | -1/+3 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -4/+4 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | fix mem leak | Oliver Pfister | 2007-07-05 | 1 | -0/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -2/+1 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -3/+3 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -1/+1 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -0/+6 |
* | set supported pixel formats for a few encoders (fixes crashes with grayscale) | Michael Niedermayer | 2006-09-20 | 1 | -0/+1 |
* | memory leak. | Loren Merritt | 2006-04-28 | 1 | -10/+4 |
* | ffv1 and ffvhuff havnt changed since a long time and noone proposed any | Michael Niedermayer | 2006-04-14 | 1 | -6/+0 |
* | fix segfault on broken streams | Michael Niedermayer | 2006-02-09 | 1 | -1/+4 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -64/+64 |
* | #defines for strict_std_compliance and split between inofficial extensions an... | Michael Niedermayer | 2005-05-08 | 1 | -2/+2 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -1/+1 |
* | -strict -1 comment fix | Michael Niedermayer | 2005-02-24 | 1 | -1/+1 |
* | Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>) | Milan Cutka | 2005-02-17 | 1 | -1/+1 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -4/+0 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -2/+16 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -0/+1 |
* | switch ffv1 to the put/get_symbol() from snow | Michael Niedermayer | 2004-10-31 | 1 | -48/+42 |
* | switch ffv1 from CABAC to the range coder | Michael Niedermayer | 2004-10-31 | 1 | -51/+57 |
* | get/set_sr_golomb() cleanup | Michael Niedermayer | 2004-09-10 | 1 | -2/+2 |
* | put the warning to the right place to avoid crashes | Alex Beregszaszi | 2004-09-10 | 1 | -6/+6 |
* | new signed golomb routines | Alex Beregszaszi | 2004-09-08 | 1 | -8/+2 |
* | 10l (segfault) | Michael Niedermayer | 2004-08-03 | 1 | -2/+2 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |
* | cleanup | Michael Niedermayer | 2004-05-02 | 1 | -26/+19 |
* | cleanup & memleak fix | Michael Niedermayer | 2004-04-30 | 1 | -17/+1 |