Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Sat, 13 Feb 2010 15:57:49 +0000 |
michael |
Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.
libavcodec
|
Wed, 13 Jan 2010 02:35:36 +0000 |
michael |
Split cabac decoding code out of h264.c.
libavcodec
|
Wed, 13 Jan 2010 02:17:16 +0000 |
michael |
Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.
libavcodec
|
Wed, 13 Jan 2010 01:59:19 +0000 |
michael |
Split cavlc out of h264.c.
libavcodec
|
Tue, 12 Jan 2010 19:33:45 +0000 |
michael |
Split (picture|seq) parameter set decoding out of h264.c.
libavcodec
|
Tue, 12 Jan 2010 18:54:40 +0000 |
michael |
Split SEI code off h264.c.
libavcodec
|
Tue, 12 Jan 2010 06:01:55 +0000 |
michael |
Split h264 loop filter off h264.c.
libavcodec
|
Tue, 12 Jan 2010 05:30:31 +0000 |
michael |
Get rid of #include "svq3.c"
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sat, 24 Jan 2009 14:30:15 +0000 |
stefang |
remove zigzag_scan8x8, it is the same as ff_zigzag_direct
libavcodec
|
Fri, 19 Dec 2008 14:49:17 +0000 |
darkshikari |
H.264 loopfilter speed tweaks
libavcodec
|
Wed, 26 Nov 2008 10:22:55 +0000 |
diego |
Move encoder-specific quantize_c and related tables to the H.264 encoder.
libavcodec
|
Mon, 24 Nov 2008 16:08:21 +0000 |
diego |
Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.
libavcodec
|
Fri, 21 Nov 2008 10:00:03 +0000 |
diego |
Move H.264 tables that are only useful for encoding to h264enc.c.
libavcodec
|
Tue, 04 Nov 2008 18:31:48 +0000 |
andoma |
h264: Implement decoding of picture timing SEI message.
libavcodec
|
Fri, 03 Oct 2008 13:30:19 +0000 |
michael |
Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.
libavcodec
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
Sat, 26 Jul 2008 02:27:14 +0000 |
michael |
chroma_format_idc=0 aka grayscale support.
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
Sat, 01 Mar 2008 01:58:25 +0000 |
lorenm |
more aspect ratios added in one of the ammendments
libavcodec
|
Wed, 17 Oct 2007 09:37:46 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
libavcodec
|
Wed, 05 Sep 2007 05:30:08 +0000 |
kostya |
Move H.264 intra prediction functions into their own context
libavcodec
|
Fri, 24 Aug 2007 14:18:09 +0000 |
michael |
int->uint8_t
libavcodec
|
Fri, 24 Aug 2007 14:02:02 +0000 |
michael |
int->int8_t (no need for them to be int ...)
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Sun, 17 Jun 2007 18:59:28 +0000 |
gpoirier |
add a comment to indicate which #endif belong to which #define
libavcodec
|
Sun, 17 Jun 2007 00:01:30 +0000 |
mru |
add multiple inclusion guards to headers
libavcodec
|
Sat, 16 Jun 2007 22:59:13 +0000 |
mru |
include all prerequisites in header files
libavcodec
|