diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2011-02-22 21:44:15 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2011-02-22 21:44:15 +0000 |
| commit | 652463ecc0085c9e04da17631aa1fdb2703eee80 (patch) | |
| tree | a05cac6777f599f0e8cabc2306e4f3af69428254 /apps/plugins/mpegplayer/libmpeg2/README.rockbox | |
| parent | ec6e64ce9011281e6ecbbc0d93b91ce4db2f42dc (diff) | |
| download | rockbox-652463ecc0085c9e04da17631aa1fdb2703eee80.zip rockbox-652463ecc0085c9e04da17631aa1fdb2703eee80.tar.gz rockbox-652463ecc0085c9e04da17631aa1fdb2703eee80.tar.bz2 rockbox-652463ecc0085c9e04da17631aa1fdb2703eee80.tar.xz | |
mpegplayer: Move libmpeg2 files into their own subdirectory so things are less cluttered.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29381 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/mpegplayer/libmpeg2/README.rockbox')
| -rw-r--r-- | apps/plugins/mpegplayer/libmpeg2/README.rockbox | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/libmpeg2/README.rockbox b/apps/plugins/mpegplayer/libmpeg2/README.rockbox new file mode 100644 index 0000000..95f5a3d --- /dev/null +++ b/apps/plugins/mpegplayer/libmpeg2/README.rockbox @@ -0,0 +1,44 @@ +Library: libmpeg2 from mpeg2dec-0.4.0b (Released 2004-01-21) +Imported: 2006-08-06 by Dave Chapman + + +This directory contains a local version of libmpeg2 imported into +Rockbox for MPEG video decoding. + + +LICENSING INFORMATION + +mpeg2dec and libmpeg2 are licensed under Version 2 of the GNU General +Public License. + + +IMPORT DETAILS + +The following files were imported from the mpeg2dec-0.4.0b +distribution. Minor changes were made to enable compilation in +Rockbox and TABs were replaced by spaces to comply with the Rockbox +coding guidelines. + +AUTHORS +README +SOURCES +attributes.h +cpu_accel.c +cpu_state.c +decode.c +header.c +idct.c +motion_comp.c +mpeg2.h +mpeg2_internal.h +slice.c +video_out.h +vlc.h + +The following files are new, but based on code in mpeg2dec. + +Makefile +mpegplayer.c +video_out_rockbox.c +mpeg2dec_config.h +alloc.c |