| Commit message (Expand) | Author | Age | Files | Lines |
* | h264dec: h264: 4:2:2 intra decoding | Baptiste Coudurier | 2011-08-15 | 1 | -1/+8 |
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-21 | 1 | -1/+2 |
* | H.264/SVQ3: make chroma DC work the same way as luma DC | Jason Garrett-Glaser | 2011-01-15 | 1 | -2/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler. | Michael Niedermayer | 2010-02-13 | 1 | -1/+1 |
* | Split cabac decoding code out of h264.c. | Michael Niedermayer | 2010-01-13 | 1 | -642/+0 |
* | Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. | Michael Niedermayer | 2010-01-13 | 1 | -0/+12 |
* | Split cavlc out of h264.c. | Michael Niedermayer | 2010-01-13 | 1 | -167/+0 |
* | Split (picture|seq) parameter set decoding out of h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -60/+0 |
* | Split SEI code off h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -4/+0 |
* | Split h264 loop filter off h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -64/+0 |
* | Get rid of #include "svq3.c" | Michael Niedermayer | 2010-01-12 | 1 | -20/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | remove zigzag_scan8x8, it is the same as ff_zigzag_direct | Stefan Gehrer | 2009-01-24 | 1 | -19/+0 |
* | H.264 loopfilter speed tweaks | Jason Garrett-Glaser | 2008-12-19 | 1 | -28/+28 |
* | Move encoder-specific quantize_c and related tables to the H.264 encoder. | Diego Biurrun | 2008-11-26 | 1 | -57/+0 |
* | Move #defines that are mostly used in h264.c out of h264data.h and into h264.h. | Diego Biurrun | 2008-11-24 | 1 | -6/+1 |
* | Move H.264 tables that are only useful for encoding to h264enc.c. | Diego Biurrun | 2008-11-21 | 1 | -15/+0 |
* | h264: Implement decoding of picture timing SEI message. | Andreas Öman | 2008-11-04 | 1 | -0/+4 |
* | Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h. | Michael Niedermayer | 2008-10-03 | 1 | -20/+0 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | chroma_format_idc=0 aka grayscale support. | Michael Niedermayer | 2008-07-26 | 1 | -0/+8 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -1/+1 |
* | more aspect ratios added in one of the ammendments | Loren Merritt | 2008-03-01 | 1 | -1/+4 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Move H.264 intra prediction functions into their own context | Kostya Shishkov | 2007-09-05 | 1 | -23/+0 |
* | int->uint8_t | Michael Niedermayer | 2007-08-24 | 1 | -6/+6 |
* | int->int8_t (no need for them to be int ...) | Michael Niedermayer | 2007-08-24 | 1 | -2/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 1 | -1/+1 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 1 | -0/+5 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+4 |
* | Making rem6 and div6 globally visible and thus adding prefixes. | Panagiotis Issaris | 2006-12-07 | 1 | -9/+0 |
* | Change NAL unit type defines to an enum and move to a header file for usage | Panagiotis Issaris | 2006-12-05 | 1 | -0/+18 |
* | merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) | Michael Niedermayer | 2006-11-01 | 1 | -6/+40 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | h264: MBAFF interlaced decoding | Loren Merritt | 2006-05-28 | 1 | -0/+38 |
* | 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 | -30/+30 |
* | decode custom quant matrices. | Loren Merritt | 2005-10-25 | 1 | -55/+39 |
* | typo in cabac tables | Loren Merritt | 2005-06-08 | 1 | -3/+3 |
* | decode H.264 with 8x8 transform. | Loren Merritt | 2005-06-02 | 1 | -4/+135 |
* | vismv didn't display 8x8 mvs in H.264 | Loren Merritt | 2005-03-03 | 1 | -3/+3 |
* | h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v... | Laurent Aimar | 2004-03-26 | 1 | -0/+565 |
* | h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via ... | Michael Niedermayer | 2004-03-19 | 1 | -0/+30 |
* | AVRational | Michael Niedermayer | 2003-10-20 | 1 | -2/+2 |
* | 10l | Michael Niedermayer | 2003-04-10 | 1 | -1/+1 |
* | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer | 2003-04-10 | 1 | -2/+5 |