Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Sat, 15 Aug 2009 11:59:53 +0000 |
diego |
Fix bug caused by difference in stride and picture width.
libavcodec
|
Sat, 15 Aug 2009 11:42:15 +0000 |
diego |
cosmetics: indentation, prettyprinting, K&R coding style
libavcodec
|
Sat, 15 Aug 2009 11:12:47 +0000 |
diego |
Remove useless braces around if/for/while expressions.
libavcodec
|
Sat, 15 Aug 2009 11:02:50 +0000 |
diego |
Simplify 'if' condition statements.
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Sun, 22 Feb 2009 13:48:55 +0000 |
stefano |
Add missing av_cold in static init/close functions.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 22 Dec 2008 00:01:39 +0000 |
diego |
Fix incorrectly constructed Dirac parse units that caused A/V sync loss.
libavcodec
|
Thu, 10 Jul 2008 11:44:01 +0000 |
benoit |
Parse frames to feed the decoder with individual parse units.
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sat, 17 May 2008 10:20:01 +0000 |
diego |
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Thu, 08 May 2008 23:15:39 +0000 |
aurel |
remove useless comment
libavcodec
|
Thu, 08 May 2008 14:02:35 +0000 |
cehoyos |
Do not return -1 from void functions.
libavcodec
|
Sat, 03 May 2008 13:59:45 +0000 |
diego |
Add Dirac support through libschroedinger.
libavcodec
|