aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* wavpack: remove C99 initializersEric Wong2008-10-051-12/+16
* Revert "Start using song pointers in core data structures"Eric Wong2008-10-021-4/+2
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-296-19/+19
* flac: removed FlacData.chunk_lengthMax Kellermann2008-09-294-9/+3
* flac: merged flacSendChunk() into flac_common_write()Max Kellermann2008-09-291-11/+6
* flac: removed generic sample size supportMax Kellermann2008-09-291-31/+27
* flac: added special functions for 8 and 32 bitMax Kellermann2008-09-291-0/+37
* flac: added optimized converter for 16 bitMax Kellermann2008-09-291-0/+17
* flac: use signed integers in flac_convert_stereo16()Max Kellermann2008-09-291-6/+4
* flac: moved code from flacWrite() to _flac_common.cMax Kellermann2008-09-294-120/+90
* flac: assume the buffer is empty in flacWrite() IIMax Kellermann2008-09-291-6/+2
* start using prefixcmp()Eric Wong2008-09-201-1/+1
* mp3: fix long line, I can't read past 80 colsEric Wong2008-09-171-1/+2
* mp3: fix buffer overflow when max_frames is too largeMax Kellermann2008-09-171-0/+5
* mp4: fix potential integer overflow bug in the mp4_decode() functionTerry2008-09-121-0/+7
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-092-8/+21
* tag: fix the shout and oggflac pluginsMax Kellermann2008-09-021-1/+3
* wavpack: tag_new() cannot failMax Kellermann2008-09-021-5/+0
* tag: renamed functions, no CamelCaseMax Kellermann2008-09-0210-53/+52
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-0212-44/+44
* Merge branch 'mk/cleanups'Eric Wong2008-09-0113-418/+509
|\
| * oggflac: fix GCC warningsMax Kellermann2008-08-311-9/+9
| * mp3: converted the MUTEFRAME_ macros to an enumMax Kellermann2008-08-311-9/+12
| * mp3: converted the DECODE_ constants to an enumMax Kellermann2008-08-311-8/+13
| * wavpack: don't use "isp" before initializationMax Kellermann2008-08-311-4/+1
| * wavpack: moved code to wavpack_open_wvc()Max Kellermann2008-08-311-70/+66
| * simplified code in the ogg decoder pluginMax Kellermann2008-08-301-25/+25
| * oggvorbis: don't detect OGG header if stream is not seekableMax Kellermann2008-08-302-0/+10
| * mp3: audio_linear_dither() returns mpd_sint16Max Kellermann2008-08-301-11/+9
| * mp3: changed outputBuffer's type to mpd_sint16[]Max Kellermann2008-08-301-4/+3
| * mp3: moved num_samples calculation out of the loopMax Kellermann2008-08-301-6/+7
| * mp3: eliminated outputPtrMax Kellermann2008-08-301-17/+9
| * mp3: don't do a second flush in mp3_decode()Max Kellermann2008-08-301-12/+1
| * mp3: always flush directly after decoding/ditheringMax Kellermann2008-08-301-17/+13
| * mp3: dither a whole block at a timeMax Kellermann2008-08-301-3/+9
| * mp3: moved dropSamplesAtEnd check out of the loopMax Kellermann2008-08-301-21/+19
| * mp3: make samplesPerFrame more localMax Kellermann2008-08-301-2/+1
| * mp3: unsigned integersMax Kellermann2008-08-301-11/+11
| * mp3: moved code to dither_buffer()Max Kellermann2008-08-301-14/+30
| * mp3: don't check dropSamplesAtStart in the loopMax Kellermann2008-08-301-7/+14
| * aac: support decoding AAC streamsMax Kellermann2008-08-301-2/+128
| * aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann2008-08-301-11/+16
| * aac: check buffer lengthsMax Kellermann2008-08-301-2/+3
| * aac: use fillAacBuffer() instead of manual readingMax Kellermann2008-08-301-16/+4
| * find AAC framesMax Kellermann2008-08-301-1/+35
| * aac: moved code to adts_check_frame()Max Kellermann2008-08-301-11/+20
| * aac: moved code to aac_buffer_shift()Max Kellermann2008-08-301-7/+14
| * aac: use inputStreamAtEOF()Max Kellermann2008-08-301-5/+4
| * aac: don't depend on consumed data in fillAacBuffer()Max Kellermann2008-08-301-6/+10
| * aac: simplified fillAacBuffer()Max Kellermann2008-08-301-33/+25