| Commit message (Expand) | Author | Age | Files | Lines |
* | Change init_vlc_rl() so it does not use *alloc_static() anymore. | Michael Niedermayer | 2008-05-30 | 1 | -14/+1 |
* | Fix MB skipping with droppable frames. | Michael Niedermayer | 2008-05-25 | 1 | -1/+1 |
* | Unroll codepath | Keiji Costantini | 2008-04-21 | 1 | -6/+12 |
* | cosmetics: Break an overly long line. | Keiji Costantini | 2008-04-10 | 1 | -1/+3 |
* | Classify mlib as a configurable option, not as a hardware feature. | Diego Biurrun | 2008-03-25 | 1 | -1/+1 |
* | typo fixes | Diego Biurrun | 2008-03-15 | 1 | -1/+1 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -20/+20 |
* | move ff_mpeg1_dc_scale_table to mpegvideo.c | Aurelien Jacobs | 2008-03-05 | 1 | -0/+8 |
* | move ff_emulated_edge_mc() to dsputil | Aurelien Jacobs | 2008-03-04 | 1 | -71/+0 |
* | move ff_init_scantable() into dsputil | Aurelien Jacobs | 2008-03-04 | 1 | -23/+0 |
* | move draw_edges() into dsputil | Aurelien Jacobs | 2008-03-04 | 1 | -35/+3 |
* | Fix ;; | Michael Niedermayer | 2008-02-19 | 1 | -3/+3 |
* | Remove pointless code. | Michael Niedermayer | 2008-02-09 | 1 | -2/+0 |
* | 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 |