index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libcook
/
bitstream.c
(
unfollow
)
Commit message (
Expand
)
Author
2009-08-15
Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...
Mohamed Tarek
2009-07-06
Adding support for rm playback. Only cook codec is supported for now and no s...
Mohamed Tarek
2009-05-12
-Remove all dynamic allocations, hence remove cook_decode_close() which was b...
Mohamed Tarek
2009-05-12
-Remove calls to av_log() and use DEBUGF/printf instead, thuse removing
Mohamed Tarek
2009-05-11
Patch by Mohamed Tarek from FS#10182 - remove avcodec.h as it is no longer ne...
Dave Chapman
2009-05-09
The first part of Mohamed Tarek's Google Summer of Code work to implement Rea...
Dave Chapman
2009-05-09
Initial commit of the minimal set of ffmpeg (r18079) files required for Cook ...
Dave Chapman
2008-04-07
Fix sim for now. Eventually I should change the decoder to error out if ther...
Michael Giacomelli
2008-04-07
Let the console know when the huffman tables have overflown. This should nev...
Michael Giacomelli
2007-08-06
Fix warning.
Michael Giacomelli
2007-08-06
Clean up VLC functions.
Michael Giacomelli
2007-07-13
Fix warnings.
Michael Giacomelli
2007-07-12
Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 ...
Michael Giacomelli
2007-07-09
Code reorganisation - move the vlc functions back to common.c/common.h (where...
Dave Chapman
2007-07-04
Yet more dead code removal
Dave Chapman
2007-07-03
Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...
Dave Chapman