| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid duplication of dquant_code | Stefan Gehrer | 2009-01-24 | 1 | -2/+2 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+1 |
* | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs | 2009-01-17 | 1 | -4/+4 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -1/+1 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -11/+11 |
* | Fix PTS returned by the demuxers for mpeg4 without a decoder. | Michael Niedermayer | 2008-12-21 | 1 | -0/+1 |
* | Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). | Michael Niedermayer | 2008-12-21 | 1 | -2/+6 |
* | s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved | Michael Niedermayer | 2008-12-11 | 1 | -8/+8 |
* | clear_block mmx | Loren Merritt | 2008-12-10 | 1 | -3/+3 |
* | Implement complexity estimation parsing and try to detect an incorrectly set | Michael Niedermayer | 2008-12-03 | 1 | -3/+60 |
* | Only warn about "Invalid and inefficient vfw-avi packed B frames" once. | Andrew Savchenko | 2008-11-04 | 1 | -1/+3 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -1/+1 |
* | Rename error_resilience to error_recognition. | Michael Niedermayer | 2008-09-08 | 1 | -6/+6 |
* | bitstream: move put_sbits() from flacenc.c to bitstream.h and use it | Ramiro Polla | 2008-07-13 | 1 | -8/+8 |
* | Allocate static tables on stack, not heap. | Art Clarke | 2008-06-23 | 1 | -20/+20 |
* | Change init_vlc_rl() so it does not use *alloc_static() anymore. | Michael Niedermayer | 2008-05-30 | 1 | -5/+5 |
* | cosmetics: spelling typo fixes | Diego Biurrun | 2008-05-28 | 1 | -1/+1 |
* | cosmetics: XviD is now called Xvid. | Diego Biurrun | 2008-05-27 | 1 | -1/+1 |
* | Warn about packed B-frames. (especially useful if the file in question is | Michael Niedermayer | 2008-05-26 | 1 | -0/+2 |
* | Implement FFMAX3(a,b,c) - maximum over three arguments. | Vladimir Voroshilov | 2008-04-19 | 1 | -1/+1 |
* | typo: occured --> occurred | Diego Biurrun | 2008-03-22 | 1 | -5/+5 |
* | typo fixes | Diego Biurrun | 2008-03-15 | 1 | -1/+1 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -74/+74 |
* | Revert r11689 and r11690 (uninitalized warning fix) as its theoretically | Michael Niedermayer | 2008-01-31 | 1 | -1/+1 |
* | Comment about weird warning prevention. | Michael Niedermayer | 2008-01-31 | 1 | -1/+1 |
* | fix "uninitalized" warning, the alternative way. | Michael Niedermayer | 2008-01-31 | 1 | -1/+1 |
* | revert r11677, it is considered speed critical | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | fix indentation | Baptiste Coudurier | 2008-01-31 | 1 | -18/+18 |
* | init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used unini... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | merge some #ifdef CONFIG_ENCODERS sections | Aurelien Jacobs | 2007-10-03 | 1 | -9/+0 |
* | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi | 2007-08-09 | 1 | -1/+1 |
* | exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, | Michael Niedermayer | 2007-08-01 | 1 | -1/+1 |
* | remove "Advanced Prediction Mode not supported" spam | Michael Niedermayer | 2007-07-26 | 1 | -5/+1 |
* | also support DEBUG_PICT_INFO for h263i | Michael Niedermayer | 2007-07-26 | 1 | -0/+3 |
* | move show_pict_info() to its own function | Michael Niedermayer | 2007-07-26 | 1 | -14/+18 |
* | Better place to disable some mpeg4 code and ensure that | Aurelien Jacobs | 2007-07-10 | 1 | -2/+2 |
* | move init_vlc_rl from h263.c to mpegvideo.c | Aurelien Jacobs | 2007-07-10 | 1 | -53/+0 |
* | Split ff_set_mpeg4_time() and move the non mpeg4 specific part | Aurelien Jacobs | 2007-07-10 | 1 | -15/+2 |
* | don't compile some mpeg4 encoder code when encoders are disabled | Aurelien Jacobs | 2007-07-10 | 1 | -0/+2 |
* | move ff_set_qscale from h263.c to mpegvideo.c | Aurelien Jacobs | 2007-07-09 | 1 | -17/+0 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -4/+4 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | Correct the parameter order for the call to "av_clip". | Harald Karnet | 2007-05-25 | 1 | -1/+1 |
* | Remove duplicate #includes, avcodec.h #includes common.h. | Diego Biurrun | 2007-05-11 | 1 | -1/+0 |
* | fix possibly exploitable stack overflow with num_sprite_warping_points (found... | Michael Niedermayer | 2007-05-06 | 1 | -0/+5 |
* | 10l for myself, fixing --disable-encoders | Michael Niedermayer | 2007-03-14 | 1 | -2/+2 |
* | kill av_mallocz_static() calls in init_rl() | Michael Niedermayer | 2007-03-14 | 1 | -8/+10 |
* | dont malloc() static mv_penalty arrays | Michael Niedermayer | 2007-03-13 | 1 | -4/+1 |