OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / h264data.h
2014-03-16 Vittorio Giovarah264 does not depend on mpegvideo any more
2013-08-20 Diego Biurrunh264data: Move some tables to the only place they are...
2013-08-20 Diego Biurrunh264data: Remove unused luma_dc_field_scan table
2012-05-10 Diego Biurrunh264: K&R formatting cosmetics for header files (part...
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-20 Ronald S. BultjeRevert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it...
2011-01-15 Jason Garrett-GlaserH.264/SVQ3: make chroma DC work the same way as luma DC
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-13 Michael NiedermayerMove setting MB_TYPE_L0L1 for direct MBs up, this is...
2010-01-13 Michael NiedermayerSplit cabac decoding code out of h264.c.
2010-01-13 Michael NiedermayerMove golomb_to_int*cbp tables back to h264_data.h as...
2010-01-13 Michael NiedermayerSplit cavlc out of h264.c.
2010-01-12 Michael NiedermayerSplit (picture|seq) parameter set decoding out of h264.c.
2010-01-12 Michael NiedermayerSplit SEI code off h264.c.
2010-01-12 Michael NiedermayerSplit h264 loop filter off h264.c.
2010-01-12 Michael NiedermayerGet rid of #include "svq3.c"
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-24 Stefan Gehrerremove zigzag_scan8x8, it is the same as ff_zigzag_direct
2008-12-19 Jason Garrett-GlaserH.264 loopfilter speed tweaks
2008-11-26 Diego BiurrunMove encoder-specific quantize_c and related tables...
2008-11-24 Diego BiurrunMove #defines that are mostly used in h264.c out of...
2008-11-21 Diego BiurrunMove H.264 tables that are only useful for encoding...
2008-11-04 Andreas Ömanh264: Implement decoding of picture timing SEI message.
2008-10-03 Michael NiedermayerMove nal unit types enum and EXTENDED_SAR #define from...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-26 Michael Niedermayerchroma_format_idc=0 aka grayscale support.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-03-01 Loren Merrittmore aspect ratios added in one of the ammendments
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-09-05 Kostya ShishkovMove H.264 intra prediction functions into their own...
2007-08-24 Michael Niedermayerint->uint8_t
2007-08-24 Michael Niedermayerint->int8_t (no need for them to be int ...)
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2006-12-07 Panagiotis IssarisMaking rem6 and div6 globally visible and thus adding...
2006-12-05 Panagiotis IssarisChange NAL unit type defines to an enum and move to...
2006-11-01 Michael Niedermayermerge clip() into the alpha/beta/tc0 tables (10% faster...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-05-28 Loren Merritth264: MBAFF interlaced decoding
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-25 Loren Merrittdecode custom quant matrices.
2005-06-08 Loren Merritttypo in cabac tables
2005-06-02 Loren Merrittdecode H.264 with 8x8 transform.
2005-03-03 Loren Merrittvismv didn't display 8x8 mvs in H.264
2004-03-26 Laurent Aimarh264 - progressive I frame CABAC support patch by ...
2004-03-19 Michael Niedermayerh264 loop filter for progressive I&P frames by (Laurent...
2003-10-20 Michael NiedermayerAVRational
2003-04-10 Michael Niedermayer10l
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-04-04 Michael NiedermayerH264 decoder & demuxer