| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated | Jeff Downs | 2008-01-28 | 1 | -3/+1 |
* | fix segfault with interlaced h.264 | Michael Niedermayer | 2007-11-29 | 1 | -2/+2 |
* | Clarify comment block and rewrite in better English. | Diego Biurrun | 2007-10-22 | 1 | -11/+11 |
* | replace (disabled by default) assert(0) by abort() if the picture buffer | Michael Niedermayer | 2007-10-18 | 1 | -1/+13 |
* | Manage Picture buffers for fields as well as frames. Pair complementary field... | Jeff Downs | 2007-10-08 | 1 | -1/+1 |
* | export DCT_common_init and add ff_prefix | Baptiste Coudurier | 2007-10-08 | 1 | -2/+2 |
* | Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is | Diego Biurrun | 2007-10-03 | 1 | -1/+1 |
* | Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file | Diego Biurrun | 2007-10-03 | 1 | -1/+1 |
* | h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo... | Jeff Downs | 2007-09-26 | 1 | -2/+7 |
* | Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an | Diego Biurrun | 2007-09-25 | 1 | -1/+1 |
* | Add slice-based parallel H.264 decoding | Andreas Öman | 2007-09-05 | 1 | -3/+7 |
* | renaming ARCH_BFIN to HAVE_BFIN | Marc Hoffman | 2007-08-31 | 1 | -1/+1 |
* | make grayscale only decoding checks in inner loops compiletime killable | Michael Niedermayer | 2007-08-01 | 1 | -7/+7 |
* | fix mem leak | Daniel Kristjansson | 2007-07-31 | 1 | -2/+5 |
* | replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 | Roman Shaposhnik | 2007-07-30 | 1 | -1/+1 |
* | move ff_h263_round_chroma() to mpegvideo.h as static inline | Måns Rullgård | 2007-07-11 | 1 | -14/+0 |
* | move init_vlc_rl from h263.c to mpegvideo.c | Aurelien Jacobs | 2007-07-10 | 1 | -0/+53 |
* | move ff_set_qscale from h263.c to mpegvideo.c | Aurelien Jacobs | 2007-07-09 | 1 | -0/+16 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -2/+2 |
* | make DCT_common_init() static | Aurelien Jacobs | 2007-07-05 | 1 | -1/+1 |
* | move mpeg encoder specific initialization in the encoder specific file | Aurelien Jacobs | 2007-07-05 | 1 | -13/+0 |
* | Description: split mpegvideo.c | Benoit Fouet | 2007-07-03 | 1 | -4572/+4 |
* | move dct_quantize and denoise_dct function pointers initialization to C | Benoit Fouet | 2007-06-20 | 1 | -5/+4 |
* | remove unused constant definition | Benoit Fouet | 2007-06-20 | 1 | -3/+0 |
* | aanscales is used only with CONFIG_ENCODERS | Benoit Fouet | 2007-06-19 | 1 | -0/+2 |
* | Simplify init preprocessor statements. | Albert Lee | 2007-06-14 | 1 | -13/+7 |
* | integrating MPV_common_init_bfin into the build system and mpegvideo.c | Marc Hoffman | 2007-06-12 | 1 | -0/+3 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+3 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -3/+3 |
* | Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. | Diego Biurrun | 2007-05-28 | 1 | -4/+0 |
* | use AV_LOG_ERROR instead of INFO for errors | Michael Niedermayer | 2007-05-20 | 1 | -3/+3 |
* | sanity checks for bitrate tolerance and buffer size (= fail if a single frame... | Michael Niedermayer | 2007-05-20 | 1 | -0/+10 |
* | move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c | Aurelien Jacobs | 2007-05-18 | 1 | -13/+0 |
* | add a proper prefix to all mjpeg encoder exported functions | Aurelien Jacobs | 2007-05-18 | 1 | -6/+7 |
* | split ljpeg encoder out of mjpeg.c | Aurelien Jacobs | 2007-05-18 | 1 | -0/+1 |
* | remove some unused mjpeg encoding variables | Aurelien Jacobs | 2007-05-14 | 1 | -2/+0 |
* | cosmetics: indent | Aurelien Jacobs | 2007-05-13 | 1 | -2/+3 |
* | replace some #ifdef CONFIG_* by if(ENABLE_*) | Aurelien Jacobs | 2007-05-13 | 1 | -21/+8 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-05-12 | 1 | -2/+3 |
* | make compilation of mjpeg.c optional | Aurelien Jacobs | 2007-05-12 | 1 | -4/+8 |
* | jpegls never call this code, so those tests are useless | Aurelien Jacobs | 2007-05-12 | 1 | -2/+1 |
* | cosmetics: reindent | Aurelien Jacobs | 2007-05-10 | 1 | -2/+4 |
* | disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in | Aurelien Jacobs | 2007-05-10 | 1 | -6/+9 |
* | kill av_mallocz_static() calls in init_rl() | Michael Niedermayer | 2007-03-14 | 1 | -8/+8 |
* | cosmetic | Michael Niedermayer | 2007-03-13 | 1 | -6/+3 |
* | remove silly static int done protecting the initalization of 32 elements to 1 | Michael Niedermayer | 2007-03-13 | 1 | -4/+1 |
* | remove redundant memset() | Michael Niedermayer | 2007-03-13 | 1 | -2/+0 |
* | dont malloc() static mv_penalty arrays | Michael Niedermayer | 2007-03-13 | 1 | -2/+1 |
* | dummy support for mpeg2 non linear quant | Baptiste Coudurier | 2007-03-04 | 1 | -0/+12 |
* | get rid of CODEC_FLAG_H263P_AIC with next major bump | Baptiste Coudurier | 2007-03-01 | 1 | -1/+1 |