Fri, 10 Mar 2006 20:40:52 +0000 |
michael |
cleanup picture / debug output code
libavcodec
|
Mon, 30 Jan 2006 23:33:19 +0000 |
mru |
add static keyword to some functions
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Wed, 21 Sep 2005 23:09:16 +0000 |
aurel |
fix unused variable warnings
libavcodec
|
Sat, 02 Jul 2005 19:28:32 +0000 |
alex |
print 'not working' message
libavcodec
|
Mon, 16 May 2005 23:11:38 +0000 |
iive |
parse and save hrd_fullness and range_map
libavcodec
|
Mon, 16 May 2005 14:55:22 +0000 |
iive |
whitespace cosmetics
libavcodec
|
Thu, 12 May 2005 15:13:19 +0000 |
iive |
few bistream fixes and verbosity tweaks
libavcodec
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavcodec
|
Sun, 24 Apr 2005 17:21:11 +0000 |
melanson |
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
libavcodec
|
Wed, 23 Feb 2005 17:24:17 +0000 |
michael |
- renaming the AC coding set variable names to more meaningful ones
libavcodec
|
Fri, 04 Feb 2005 02:20:38 +0000 |
michael |
- samples from mplayer ftp in the "adv" profile seem to have profile=2,
libavcodec
|
Tue, 01 Feb 2005 10:03:55 +0000 |
michael |
- a lot less overflows when decoding frames
libavcodec
|
Tue, 01 Feb 2005 09:51:49 +0000 |
michael |
Documentation patch by anonymous
libavcodec
|
Sun, 30 Jan 2005 22:28:11 +0000 |
michael |
100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed)
libavcodec
|
Sun, 30 Jan 2005 21:54:20 +0000 |
michael |
- add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in
libavcodec
|
Sun, 30 Jan 2005 16:34:57 +0000 |
michael |
In that patch:
libavcodec
|
Wed, 26 Jan 2005 12:01:35 +0000 |
michael |
use dc tables from msmpeg4 instead of duplicating them patch by anonymous
libavcodec
|
Tue, 25 Jan 2005 01:40:58 +0000 |
michael |
dont duplicate decode012()
libavcodec
|
Tue, 25 Jan 2005 01:29:10 +0000 |
michael |
check norm6 vlc validity as there are some bit sequences which dont corespond to any codeword, the other vlc tables all seem to be huffman tables though
libavcodec
|
Mon, 24 Jan 2005 23:01:18 +0000 |
michael |
Fixes:
libavcodec
|
Mon, 24 Jan 2005 01:56:53 +0000 |
michael |
more 10l typos
libavcodec
|
Mon, 24 Jan 2005 01:46:12 +0000 |
michael |
norm-6 / diff-6 support (untested, parts of it just guessed as the spec is unclear)
libavcodec
|
Mon, 24 Jan 2005 00:35:18 +0000 |
michael |
fixing many bugs in bitplane_decoding()
libavcodec
|
Sun, 23 Jan 2005 22:54:51 +0000 |
michael |
dont use several 100 mb memory for a tiny 120 element table
libavcodec
|
Sun, 23 Jan 2005 18:09:06 +0000 |
michael |
avoid buf_size == 0 checks in every decoder
libavcodec
|
Sat, 22 Jan 2005 17:52:01 +0000 |
alex |
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier
libavcodec
|