Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-24remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer
2008-12-19H.264 loopfilter speed tweaksJason Garrett-Glaser
2008-11-26Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun
2008-11-24Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun
2008-11-21Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun
2008-11-04h264: Implement decoding of picture timing SEI message.Andreas Öman
2008-10-03Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-26chroma_format_idc=0 aka grayscale support.Michael Niedermayer
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-03-01more aspect ratios added in one of the ammendmentsLoren Merritt
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-09-05Move H.264 intra prediction functions into their own contextKostya Shishkov
2007-08-24int->uint8_tMichael Niedermayer
2007-08-24int->int8_t (no need for them to be int ...)Michael Niedermayer
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2006-12-07Making rem6 and div6 globally visible and thus adding prefixes.Panagiotis Issaris
2006-12-06Change NAL unit type defines to an enum and move to a header file for usagePanagiotis Issaris
2006-11-01merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-05-29h264: MBAFF interlaced decodingLoren Merritt
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-10-25decode custom quant matrices.Loren Merritt
2005-06-08typo in cabac tablesLoren Merritt
2005-06-03decode H.264 with 8x8 transform.Loren Merritt
2005-03-03vismv didn't display 8x8 mvs in H.264Loren Merritt
2004-03-26h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar
2004-03-20h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via ...Michael Niedermayer
2003-10-21AVRationalMichael Niedermayer
2003-04-1010lMichael Niedermayer
2003-04-10simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer
2003-04-04H264 decoder & demuxerMichael Niedermayer