summaryrefslogtreecommitdiff
path: root/manual/appendix/file_formats.tex (follow)
Commit message (Collapse)AuthorAge
* Manual for the Samsung YH920/YH925.Szymon Dziok2014-10-22
| | | | Change-Id: I2db0023cae585e9c9517da9ed2e9de6195081ce2
* Manual: add M:Robe 100 to the appendices.Szymon Dziok2014-10-02
| | | | Change-Id: Ic79156d71bbcfc3b4be763ecd7e961991b920371
* Add new metadata feature to the manual section 'Featureset for generic ↵Andree Buschmann2011-12-17
| | | | | | metadata tags'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31344 a1c6a512-1295-4272-9138-f99709370657
* FS#12443: Implement downmixing to stereo for multichannel flac.Andree Buschmann2011-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31253 a1c6a512-1295-4272-9138-f99709370657
* Fix decoding of multichannel flac, refactor sample buffer handling and ↵Andree Buschmann2011-12-10
| | | | | | decorrelation (taken from ffmpeg sources) and add some flac details to the manual. Solves FS#12371. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31207 a1c6a512-1295-4272-9138-f99709370657
* Rockbox does not support encrypted ADX. Clearly state this in the manual and ↵Andree Buschmann2011-11-29
| | | | | | the debug messages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31094 a1c6a512-1295-4272-9138-f99709370657
* Replace embedded AA limitations by a reference to the "official" list of ↵Frank Gevaerts2011-11-26
| | | | | | supported AA tags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31062 a1c6a512-1295-4272-9138-f99709370657
* Submit a patch to the VGM codec by Mauricio Gama which saves some more RAM ↵Andree Buschmann2011-08-17
| | | | | | through changes of the buffer configuration and an update of the resampler code. Additionally enable VGM for low memory targets and update the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30327 a1c6a512-1295-4272-9138-f99709370657
* 6th part of FS#12176. Reduce memory consumption of libgme emulators to allow ↵Andree Buschmann2011-08-12
| | | | | | enabling of NSF and SGC codecs for low memory targets. The main lookup table only requires byte precision and can be used by 2413 and 8950 emulators. Update the manual accordingly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30283 a1c6a512-1295-4272-9138-f99709370657
* The manual should reflect that some synthesizer codecs are switched off for ↵Andree Buschmann2011-08-07
| | | | | | low memory targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30266 a1c6a512-1295-4272-9138-f99709370657
* Submit initial patch from FS#12176. Adds support for several new game music ↵Andree Buschmann2011-08-07
| | | | | | formats (AY, GBS, HES, KSS, SGC, VGM and VGZ) and replaces the current NSF and NSFE with a new implementation based on a port of the Game Music Emu library 'GME'. This first submit does not cover the full functionality provided by the author's original patch: Coleco-SGV is not supported, some GME-specific m3u-support has been removed and IRAM is not used yet. Further changes are very likely to follow this submit. Thanks to Mauricio Garrido. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30264 a1c6a512-1295-4272-9138-f99709370657
* Submit FS#12218. Add support for embedded album art for ASF tags. For now ↵Andree Buschmann2011-08-07
| | | | | | the support is limited to embedded pictures of max 64 KB size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30263 a1c6a512-1295-4272-9138-f99709370657
* Submit FS#12196. Adds support for embedded album art (jpg) with APEv2 tags.Andree Buschmann2011-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30210 a1c6a512-1295-4272-9138-f99709370657
* Minor manual fix: iPod nano 2G is fast enough to decode ape -c3000.Andree Buschmann2011-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29902 a1c6a512-1295-4272-9138-f99709370657
* Manual, audio formats table: remove the \nopt{ipodnano2g} and pull the row ↵Marianne Arnold2011-05-20
| | | | | | and column separators out of the \opts to make the manual build again which broke for targets that would have gotten an impossible additional columns due to this. Needs a check if the result is correct still though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29901 a1c6a512-1295-4272-9138-f99709370657
* Add AAC to the manuals codec featureset table.Andree Buschmann2011-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29900 a1c6a512-1295-4272-9138-f99709370657
* Add a codec featureset overview (for now 'seek', 'resume' and 'gapless') to ↵Andree Buschmann2011-05-19
| | | | | | the manual. Additionally change table formatting and add a note to the SID format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29899 a1c6a512-1295-4272-9138-f99709370657
* FS#12110: Rework of the audio format and metadata section in the manual. Add ↵Andree Buschmann2011-05-17
| | | | | | notes for several audio formats, correct the file extensions for several formats, describe the feature sets supported by the different metadata formats, describe limitations of the metadata handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29894 a1c6a512-1295-4272-9138-f99709370657
* Correct notation of a few supported audio formats in the manual.Andree Buschmann2011-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29856 a1c6a512-1295-4272-9138-f99709370657
* Manual: typeset the commas using the normal font, not as 'fname'Alexander Levin2011-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29855 a1c6a512-1295-4272-9138-f99709370657
* Manual: add metadata section (FS#12090 by Andree Buschmann with slight ↵Alexander Levin2011-05-09
| | | | | | modifications by me) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29847 a1c6a512-1295-4272-9138-f99709370657
* Pick up the target rename completion in the manual started in r27823 ... ↵Marianne Arnold2011-01-17
| | | | | | this time taking care of the Iriver targets. This fixes a few issues with wrongly in- or excluded parts (e.g. pacbox missing from the H100 manual, invadrox wrongly included in the small H10 manual as the plugin's main.tex already used the new names without making sure they are there). If possible replace 'target name' \opts with sensible feature \opts. Fix small mistakes and break too long lines discovered along the way. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29075 a1c6a512-1295-4272-9138-f99709370657
* First step of completing the target rename in the manual. Some target ↵Marianne Arnold2010-08-16
| | | | | | specific options were already renamed in the rest of the source (e.g. see r23883) but not where they are actually set - in the platform files - leading to parts included or excluded incorrectly. The problem exists for more targets, this commit deals with the supported Iaudios first. Rename 'x5' to 'iaudiox5' (do the same for 'm5' and 'm3'), fix small errors or add missing info related to them along the way, use more appropriate options and simplify code a bit where possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27823 a1c6a512-1295-4272-9138-f99709370657
* Add an entry for WMA Pro in the manual.Mohamed Tarek2010-07-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27594 a1c6a512-1295-4272-9138-f99709370657
* TTA should be realtime on all targets now.Nils Wallménius2010-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27491 a1c6a512-1295-4272-9138-f99709370657
* Update the notes for which compression levels of ape are realtime and fix ↵Nils Wallménius2010-05-17
| | | | | | the location of rockbox version in the bug reporting instructions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26098 a1c6a512-1295-4272-9138-f99709370657
* Correct English.Alex Parker2010-05-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25997 a1c6a512-1295-4272-9138-f99709370657
* add the true audio codec.Yoshihisa Uchida2010-05-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25995 a1c6a512-1295-4272-9138-f99709370657
* Packard Bell Vibe 500: Add a part of the manual (no plugin keymaps yet).Szymon Dziok2010-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25652 a1c6a512-1295-4272-9138-f99709370657
* 'floor 0' files requiríng too much memory should no longer crash since the ↵Nils Wallménius2010-04-03
| | | | | | longjmp stuff git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25444 a1c6a512-1295-4272-9138-f99709370657
* Remove the caption and label parameters from the tagmap macro. They are ↵Alexander Levin2010-03-07
| | | | | | never used. Also don't embed tagmaps into a table environment since we want the tables exactly where they are in the source, i.e. we don't want them to float. This speeds up typesetting and makes vertical spaces nicer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25065 a1c6a512-1295-4272-9138-f99709370657
* Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ↵Andree Buschmann2010-03-07
| | | | | | to rockbox. Several adaptions in the musepack decoder were made to get the library work and perform fast under rockbox on several targets. With this change mpc sv8 is supported, including seek, replay gain and metadata support. The decoding speed is a 1-4% lower than the last implementation. Reason for this is main restructuring in the bitstream demuxer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25056 a1c6a512-1295-4272-9138-f99709370657
* Make titles proper subsections; remove 'newpage' as it's not a good style; ↵Alexander Levin2010-03-01
| | | | | | remove 'table' environment as well since the tables are not floating git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24985 a1c6a512-1295-4272-9138-f99709370657
* manual: File formats/Supported audio formats updates.Yoshihisa Uchida2010-02-28
| | | | | | | | - sort by extension. - add SMAF/Sun Audio/Vox/Wave64 codecs. I divided the audio formats table with Lossy/Lossless/Other. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24961 a1c6a512-1295-4272-9138-f99709370657
* Add information about supported musepack streamversion to manual.Andree Buschmann2010-02-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24945 a1c6a512-1295-4272-9138-f99709370657
* Add some more file extensions to the table of the audio files (FS#11002)Alexander Levin2010-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24776 a1c6a512-1295-4272-9138-f99709370657
* Introduce a new environment 'rbtabular' to make all the tables look the ↵Alexander Levin2009-08-24
| | | | | | same. See comments in preable.tex. Next step will be to define btnmap and tagmap via this environment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22503 a1c6a512-1295-4272-9138-f99709370657
* Introduce names for header and row color in the tables so that they are the ↵Alexander Levin2009-08-24
| | | | | | same throughout the manual and can be changed easily git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22501 a1c6a512-1295-4272-9138-f99709370657
* Add coloured rows to the other tables in the manual (button maps already done).Alex Parker2009-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22494 a1c6a512-1295-4272-9138-f99709370657
* Remove the 'hand-made' MASCODEC UseOption from the platform files and ↵Marianne Arnold2009-06-20
| | | | | | replace it with other options which automatically parsed from features.txt. Also clean up some outdated left-overs and add some missing information (e.g. be more accurate in the config file section). Try to use the most appropriate features - masd and/or masf depending on their characteristics, large_plugin_buffer in the jpegviewer chapter as this is the restricting factor etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21426 a1c6a512-1295-4272-9138-f99709370657
* Initial work on the Fuze manualRafaël Carré2009-05-22
| | | | | | | | | Still missing: - svg/pdf/nice png front image - plugin keymaps - manual install instructions for sansav2 (and mkamsboot binaries) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21031 a1c6a512-1295-4272-9138-f99709370657
* Use the verbs (in the action description) in the same form for all file formatsAlexander Levin2009-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20614 a1c6a512-1295-4272-9138-f99709370657
* Add a short description of the rocklife plugin to the manual. Also add the ↵Alexander Levin2009-04-03
| | | | | | .cells files to the table of supported files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20613 a1c6a512-1295-4272-9138-f99709370657
* Improve file formats table by fixing more columns.Dominik Riebeling2009-04-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20607 a1c6a512-1295-4272-9138-f99709370657
* Add mpegplayer file extensions to the appendix. Adapted from FS#10074 by ↵Alex Parker2009-04-01
| | | | | | David Kauffmann. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20604 a1c6a512-1295-4272-9138-f99709370657
* Fix the typo that made the manual build to failAlexander Levin2009-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20595 a1c6a512-1295-4272-9138-f99709370657
* Whoops... butterfingers! :) Remove a backslash that would've broken something.Robert Menes2009-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20589 a1c6a512-1295-4272-9138-f99709370657
* Add a few missing filetypes to Appendix A (File Formats) of the manual.Robert Menes2009-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20588 a1c6a512-1295-4272-9138-f99709370657
* We have a file selected, so it's knownAlexander Levin2009-03-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20448 a1c6a512-1295-4272-9138-f99709370657
* Unify the description style in the "file formats" table (FS#10038)Alexander Levin2009-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20433 a1c6a512-1295-4272-9138-f99709370657