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
/
lib
/
ffmpeg_get_bits.h
(
unfollow
)
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2011-05-20
Use more IRAM on S5L870x to speed up wmapro by ~2%.
Andree Buschmann
2011-05-01
Work around another 'set but not used' warning.
Nils Wallménius
2010-07-17
Enable ff_copy_bits in ffmpeg_bitstream.c and put_bits.h and intreadwrite.h t...
Mohamed Tarek
2010-07-15
Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea...
Nils Wallménius
2009-08-15
Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...
Mohamed Tarek
2009-08-15
remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...
Mohamed Tarek
2009-08-10
Import libatrac from ffmpeg and modify librm to support ATRAC3.
Mohamed Tarek
2009-07-08
Previous commit didn't fix compiling on Cygwin, this one should.
Maurus Cuelenaere
2009-07-08
Fix compiling on Cygwin hosts.
Maurus Cuelenaere
2009-07-06
Adding support for rm playback. Only cook codec is supported for now and no s...
Mohamed Tarek
2009-05-14
Move bswap.h up from libavutil/ and remove libavutil/
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-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
2007-07-12
WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use...
Jens Arnold
2007-07-12
Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 ...
Michael Giacomelli