2010-05-02 |
mt | Add the Rockbox GPL header to apps/codecs/libasf/asf...
|
commit | commitdiff | tree |
2010-05-02 |
mt | - Factor out container specific code from apps/codecs...
|
commit | commitdiff | tree |
2010-05-02 |
mt | Fix intdentation apps/codecs/libwma/asf.h, no functional...
|
commit | commitdiff | tree |
2010-04-30 |
mt | Modify the ffmpeg source files in apps/codecs/libwmapro...
|
commit | commitdiff | tree |
2010-04-30 |
mt | Add libwmapro to apps/codecs. These files comprise...
|
commit | commitdiff | tree |
2010-04-29 |
mt | Revert r25739 which added libwmapro to apps/codecs...
|
commit | commitdiff | tree |
2010-04-27 |
mt | Add libwmapro to trunk.
|
commit | commitdiff | tree |
2010-02-16 |
mt | Add the Rockbox GNU header to some files in libatrac.
|
commit | commitdiff | tree |
2010-02-16 |
mt | Initial support for ATRAC3 streams in wav containers.
|
commit | commitdiff | tree |
2010-02-16 |
mt | Fix yellow.
|
commit | commitdiff | tree |
2010-02-16 |
mt | Fix a comment in OMA metadata parser. No functional...
|
commit | commitdiff | tree |
2010-02-16 |
mt | "Detach" ATRAC3 from RM. Since ATRAC3 isn't really...
|
commit | commitdiff | tree |
2010-02-16 |
mt | Bump APIs' versions.
|
commit | commitdiff | tree |
2010-02-16 |
mt | Add two extra fields to struct mp3entry, in preparation...
|
commit | commitdiff | tree |
2010-02-15 |
mt | revert last commit (r24660). There was a mistake in...
|
commit | commitdiff | tree |
2010-02-14 |
mt | Fold a 2-bit shift into decodeSpectrum(), saves 1MHz...
|
commit | commitdiff | tree |
2010-02-14 |
mt | Set svn:keyword Id property.
|
commit | commitdiff | tree |
2010-02-14 |
mt | Make deceodeSpectrum() store the spectral coefficients...
|
commit | commitdiff | tree |
2010-02-12 |
mt | Add support for Sony OMA file format. Currently only...
|
commit | commitdiff | tree |
2010-01-01 |
mt | Make the delete_handler function return the actual...
|
commit | commitdiff | tree |
2009-11-18 |
mt | Set svn:keywords property.
|
commit | commitdiff | tree |
2009-11-18 |
mt | Handle mid-track resumes in RM.
|
commit | commitdiff | tree |
2009-10-25 |
mt | Revert r23339 and use setid3v1title() from metadata...
|
commit | commitdiff | tree |
2009-10-24 |
mt | Add support for ID3v1 metadta tags in Real Media container.
|
commit | commitdiff | tree |
2009-10-09 |
mt | Fix a bug in a bidirectional text scrolling; s->offset...
|
commit | commitdiff | tree |
2009-10-09 |
mt | Handle text scrolling in RTL.
|
commit | commitdiff | tree |
2009-10-03 |
mt | Smarter check for failed packet parsing in RM. Also...
|
commit | commitdiff | tree |
2009-09-13 |
mt | Blackjack: Fix keymap for Gigabeat F as button 'A'...
|
commit | commitdiff | tree |
2009-08-17 |
mt | Put ATRAC3Context in IRAM, 2.5% speedup on PP502x,...
|
commit | commitdiff | tree |
2009-08-16 |
mt | revert r22337 for libwma for now since it broke wma...
|
commit | commitdiff | tree |
2009-08-16 |
mt | Put the lookup tables into iram ; 2% speedup on ColdFire...
|
commit | commitdiff | tree |
2009-08-15 |
mt | Fix red.
|
commit | commitdiff | tree |
2009-08-15 |
mt | Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream...
|
commit | commitdiff | tree |
2009-08-15 |
mt | remove duplicates of bswap.h from libwma, libcook and...
|
commit | commitdiff | tree |
2009-08-15 |
mt | Fix handling of unaligned input buffers in libatrac.
|
commit | commitdiff | tree |
2009-08-15 |
mt | Correct the ffmpeg revision of libatrac and write more...
|
commit | commitdiff | tree |
2009-08-14 |
mt | Fix yellow.
|
commit | commitdiff | tree |
2009-08-14 |
mt | Support for playback of atrac3 audio in rm, in sim.
|
commit | commitdiff | tree |
2009-08-14 |
mt | Revert the asm fixmul stuff for now.
|
commit | commitdiff | tree |
2009-08-14 |
mt | Use the bytestream reading functions form librm and...
|
commit | commitdiff | tree |
2009-08-14 |
mt | Factor out bytestream reading functions needed in rm...
|
commit | commitdiff | tree |
2009-08-14 |
mt | Move main() outside atrac3.c and create atrac3.h
|
commit | commitdiff | tree |
2009-08-14 |
mt | Replace av_log() with DEBUGF and drop some now-useless...
|
commit | commitdiff | tree |
2009-08-14 |
mt | Fix a (stupid) mistake in libatrac/atrac3.c
|
commit | commitdiff | tree |
2009-08-13 |
mt | Call the asm definitions of fixmul functions when possible.
|
commit | commitdiff | tree |
2009-08-13 |
mt | Remove a forgotten DEBUGF from librm/rm.c - No functional...
|
commit | commitdiff | tree |
2009-08-13 |
mt | Remove mallocs from libatrac.
|
commit | commitdiff | tree |
2009-08-13 |
mt | Modify libatrac to use fixed-point arithmetic.
|
commit | commitdiff | tree |
2009-08-13 |
mt | Modify libcook to use rockbox's mdct library in its...
|
commit | commitdiff | tree |
2009-08-13 |
mt | Also modify mdct_lookup.c for compiling outside rockbox.
|
commit | commitdiff | tree |
2009-08-13 |
mt | Modify the mdct library to enable using it outside...
|
commit | commitdiff | tree |
2009-08-10 |
mt | Fix yellow.
|
commit | commitdiff | tree |
2009-08-10 |
mt | Import libatrac from ffmpeg and modify librm to support...
|
commit | commitdiff | tree |
2009-08-06 |
mt | Add a couple of functions for the rm metadata parser...
|
commit | commitdiff | tree |
2009-08-04 |
mt | Fix yellow.
|
commit | commitdiff | tree |
2009-08-04 |
mt | Enhance seeking in a52_rm ; it was a bit choppy, and...
|
commit | commitdiff | tree |
2009-08-04 |
mt | Rename codecs/dnet.c to codecs/a52_rm.c
|
commit | commitdiff | tree |
2009-08-04 |
mt | Add support for AC3 audio in RM container.
|
commit | commitdiff | tree |
2009-08-04 |
mt | Move the DATA_HEADER_SIZE define to codecs/librm/rm...
|
commit | commitdiff | tree |
2009-07-27 |
mt | Change enum codecs in apps/codecs/librm/rm.h to follow...
|
commit | commitdiff | tree |
2009-07-27 |
mt | Change the naming scheme for codecs found in different... Like changing AFMT_AAC to AFMT_MP4_AAC and AFMT_RAAC...
|
commit | commitdiff | tree |
2009-07-27 |
mt | Fix a bug spotted by Maurus Cuelenaere; rockbox crashed...
|
commit | commitdiff | tree |
2009-07-27 |
mt | Fix compilation of the standalone test program.
|
commit | commitdiff | tree |
2009-07-25 |
mt | Fix yellow - (Value in an enumeration not handled in...
|
commit | commitdiff | tree |
2009-07-25 |
mt | Adding support for playback of aac audio in rm container...
|
commit | commitdiff | tree |
2009-07-25 |
mt | Compile librm separately in preparation for addition...
|
commit | commitdiff | tree |
2009-07-18 |
mt | Generic codec-extradata parsing, in preparation for...
|
commit | commitdiff | tree |
2009-07-16 |
mt | Remove a call to av_clip() which limits the PCM output...
|
commit | commitdiff | tree |
2009-07-16 |
mt | Remove an overlooked, unused float from struct COOKContext.
|
commit | commitdiff | tree |
2009-07-13 |
mt | Modified the code for seeking to speed it up a bit...
|
commit | commitdiff | tree |
2009-07-12 |
mt | Silence warnings to fix yellows for now.
|
commit | commitdiff | tree |
2009-07-12 |
mt | Some fixes for the standalone test program.
|
commit | commitdiff | tree |
2009-07-12 |
mt | Add seeking support in cook codec.
|
commit | commitdiff | tree |
2009-07-08 |
mt | Add the ability to seek to the start of the track.
|
commit | commitdiff | tree |
2009-07-06 |
mt | Adding support for rm playback. Only cook codec is...
|
commit | commitdiff | tree |
2009-05-24 |
mt | Move rm.[c/h] from libcook to librm. No functional...
|
commit | commitdiff | tree |
2009-05-22 |
mt | Move the code segment that corrects the value of (number...
|
commit | commitdiff | tree |
2009-05-22 |
mt | Modify the test program to read audio frames from a...
|
commit | commitdiff | tree |
2009-05-22 |
mt | -Remove some unnecessary defines from rm.c.
|
commit | commitdiff | tree |
2009-05-22 |
mt | Rename rm2wav.[c/h] to rm.[c/h]. No functional changes.
|
commit | commitdiff | tree |
2009-05-22 |
mt | Move wav related code to main.c
|
commit | commitdiff | tree |
2009-05-16 |
mt | Add read_uint8() and read_uint16be() to metadata_common.c/h
|
commit | commitdiff | tree |
2009-05-14 |
mt | Move bswap.h up from libavutil/ and remove libavutil/
|
commit | commitdiff | tree |
2009-05-12 |
mt | -Remove all dynamic allocations, hence remove cook_decode_cl...
|
commit | commitdiff | tree |
2009-05-12 |
mt | -Remove calls to av_log() and use DEBUGF/printf instead...
|
commit | commitdiff | tree |
2009-05-12 |
mt | Remove bytestream.h and and a related comment from...
|
commit | commitdiff | tree |
2009-05-11 |
mt | -Took cook_random() from an old cook.c revision [6...
|
commit | commitdiff | tree |
2009-05-11 |
mt | Add my name to docs/COMMITTERS
|
commit | commitdiff | tree |