summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/get_bits.h (unfollow)
Commit message (Expand)Author
2010-07-17More cleaning for libwmapro; use codeclib's bitstream functions and drop thos...Mohamed Tarek
2010-07-15Initial cleanup for libwmapro.Mohamed Tarek
2010-07-14Add WMA Pro to the main build. WMA Pro now plays on target and decodes in 151...Mohamed Tarek
2010-06-21Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in t...Mohamed Tarek
2010-04-30Add libwmapro to apps/codecs. These files comprise a set of unmodified files ...Mohamed Tarek
2009-08-15Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek
2009-08-15remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...Mohamed Tarek
2009-08-10Import libatrac from ffmpeg and modify librm to support ATRAC3.Mohamed Tarek
2009-07-08Previous commit didn't fix compiling on Cygwin, this one should.Maurus Cuelenaere
2009-07-08Fix compiling on Cygwin hosts.Maurus Cuelenaere
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek
2009-05-14Move 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-09The first part of Mohamed Tarek's Google Summer of Code work to implement Rea...Dave Chapman
2009-05-09Initial commit of the minimal set of ffmpeg (r18079) files required for Cook ...Dave Chapman
2007-07-12WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use...Jens Arnold
2007-07-12Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 ...Michael Giacomelli