Wed, 09 May 2007 23:13:43 +0000 |
aurel |
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
libavcodec
|
Tue, 08 May 2007 23:25:31 +0000 |
aurel |
move aac and ac3 parsers in their own files
libavcodec
|
Mon, 07 May 2007 00:47:03 +0000 |
aurel |
make some parser parameters const to avoid casting const to non-const
libavcodec
|
Sat, 05 May 2007 17:56:47 +0000 |
aurel |
parser.h uses AVCodecContext so it needs to include avcodec.h
libavcodec
|
Sun, 15 Apr 2007 12:32:36 +0000 |
diego |
Move AC3 header parsing code together with the rest of the AC3 parsing code.
libavcodec
|
Sat, 07 Apr 2007 14:09:20 +0000 |
diego |
typos/grammar
libavcodec
|
Sun, 12 Nov 2006 20:18:07 +0000 |
stefang |
move all cavs-parsing to cavs.c
libavcodec
|
Sun, 12 Nov 2006 20:01:50 +0000 |
stefang |
make mpeg4video_split public as ff_mpeg4video_split
libavcodec
|
Mon, 06 Nov 2006 10:43:49 +0000 |
bcoudurier |
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c
libavcodec
|