| Commit message (Expand) | Author | Age | Files | Lines |
* | Change xvid/divx/lavc build variables to be consistent to x264_build. | Michael Niedermayer | 2010-02-08 | 1 | -22/+22 |
* | Split H263 encoder and decoder from common code. | Michael Niedermayer | 2010-01-09 | 1 | -0/+1 |
* | Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. | Michael Niedermayer | 2010-01-08 | 1 | -59/+0 |
* | Use h263 tables in msmpeg4v1 dont duplicate them halfway. | Michael Niedermayer | 2010-01-08 | 1 | -1/+1 |
* | Add a few CONFIG_MPEG4_DECODER that should be there. | Michael Niedermayer | 2010-01-08 | 1 | -1/+1 |
* | Split the mpeg4 encoder and decoder off h263.c | Michael Niedermayer | 2010-01-07 | 1 | -36/+1 |
* | 2 more if(CONFIG_*_DECODER) | Michael Niedermayer | 2010-01-07 | 1 | -2/+2 |
* | Split out intel H263 decoder. | Michael Niedermayer | 2010-01-07 | 1 | -15/+1 |
* | Split flv decoding out. | Michael Niedermayer | 2010-01-07 | 1 | -16/+3 |
* | Adjust threshold for xvid packed b frame detection. | Michael Niedermayer | 2010-01-01 | 1 | -1/+1 |
* | It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. | Michael Niedermayer | 2010-01-01 | 1 | -1/+2 |
* | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje | 2009-11-16 | 1 | -4/+4 |
* | Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used | NVIDIA Corporation | 2009-11-10 | 1 | -0/+23 |
* | Add additional long names for the Flash Video decoder and encoder. | Stefano Sabatini | 2009-10-19 | 1 | -1/+1 |
* | Remove unused debug av_log() calls. | Diego Biurrun | 2009-07-30 | 1 | -9/+0 |
* | remove unused hack which set AVCodecContext frame_number to pic timestamp | Baptiste Coudurier | 2009-05-30 | 1 | -4/+0 |
* | Add a chroma_sample_location field to define positioning of chroma samples | David Conrad | 2009-05-11 | 1 | -0/+3 |
* | Add a av_fast_malloc function and replace several uses of av_fast_realloc, | Reimar Döffinger | 2009-04-12 | 1 | -2/+4 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -2/+2 |
* | Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder. | Gwenole Beauchesne | 2009-02-27 | 1 | -2/+2 |
* | Add HW acceleration hooks for MPEG-4 / H.263 decoding. | Gwenole Beauchesne | 2009-02-27 | 1 | -2/+11 |
* | add ff_find_hwaccel() by Gwenole Beauchesne | Michael Niedermayer | 2009-02-24 | 1 | -0/+1 |
* | Another AVhwaccel hunk from Gwenole Beauchesne. | Michael Niedermayer | 2009-02-24 | 1 | -0/+5 |
* | Add and use ff_pixfmt_list_420. | Michael Niedermayer | 2009-02-24 | 1 | -1/+9 |
* | Approved hunk from the AVHWaccel patch by Gwenole Beauchesne. | Gwenole Beauchesne | 2009-02-24 | 1 | -1/+1 |
* | More approved hunks for VAAPI & our new and cleaner hwaccel API. | Gwenole Beauchesne | 2009-02-23 | 1 | -0/+4 |
* | Initialize s->gob_index for Intel variant of H.263 too | Kostya Shishkov | 2009-02-11 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change "H.263 Intel" long name to "Intel H.263". | Stefano Sabatini | 2009-01-26 | 1 | -1/+1 |
* | Make more descriptive the long names for the various variants of H.263. | Stefano Sabatini | 2009-01-25 | 1 | -2/+2 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs | 2009-01-17 | 1 | -7/+7 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -7/+7 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). | Michael Niedermayer | 2008-12-21 | 1 | -3/+0 |
* | Remove duplicated MM_* macros for CPU capabilities from dsputil.h. | Dominik Mierzejewski | 2008-11-03 | 1 | -1/+1 |
* | Rename error_resilience to error_recognition. | Michael Niedermayer | 2008-09-08 | 1 | -1/+1 |
* | cosmetics: Fix two common typos: wont --> will not, lets --> let us. | Diego Biurrun | 2008-07-24 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -8/+8 |
* | Remove leading whitespace in long codec name that was committed in r13017 | Robert Swain | 2008-04-29 | 1 | -1/+1 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -0/+4 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-28 | 1 | -1/+5 |
* | Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them. | Alexander Strange | 2008-04-17 | 1 | -1/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -12/+12 |
* | Avoid linking with h263 and mpeg4 find_frame_end() | Aurelien Jacobs | 2008-03-05 | 1 | -2/+2 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | intrax8 decoder patch by "someone" | Michael Niedermayer | 2007-11-09 | 1 | -3/+5 |