| Commit message (Expand) | Author | Age | Files | Lines |
* | svq3: drop the build dependency on the h264 decoder | Anton Khirnov | 2016-03-28 | 1 | -0/+2 |
* | svq3: move the dequant buffer to SVQ3Context | Anton Khirnov | 2016-03-28 | 1 | -0/+6 |
* | h264data: Move all data tables from a header to a .c file | Diego Biurrun | 2016-03-25 | 1 | -122/+10 |
* | lavc: Deduplicate zigzag_scan table | Diego Biurrun | 2016-03-25 | 1 | -7/+0 |
* | h264 does not depend on mpegvideo any more | Vittorio Giovara | 2014-03-16 | 1 | -1/+0 |
* | h264data: Move some tables to the only place they are used | Diego Biurrun | 2013-08-20 | 1 | -94/+0 |
* | h264data: Remove unused luma_dc_field_scan table | Diego Biurrun | 2013-08-20 | 1 | -7/+0 |
* | h264: K&R formatting cosmetics for header files (part I/II) | Diego Biurrun | 2012-05-10 | 1 | -183/+186 |
* | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -1/+8 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-20 | 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 |