aboutsummaryrefslogtreecommitdiff
path: root/src/decoder
Commit message (Expand)AuthorAge
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-28
* Add RVA2 tag support to MPDPauli Virtanen2008-12-28
* audiofile: don't close onput stream in libaudiofile destroy()Max Kellermann2008-12-27
* Merge branch 'experimental' of git://git.musicpd.org/metyl/mpdMax Kellermann2008-12-27
|\
| * decoder: audiofile plugin using input stream instead of fileViliam Mateicka2008-12-03
* | ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann2008-12-24
* | ffmpeg: don't assign "0" to pointerMax Kellermann2008-12-24
* | mp3: "tag" argument is unused when libid3tag is disabledMax Kellermann2008-12-24
* | ffmpeg: fixing ffmpeg_send_packet to allow multipacketsViliam Mateicka2008-12-15
* | ffmpeg: adding APE supportViliam Mateicka2008-12-15
* | mp3: declare variables as "enum mp3_action"Max Kellermann2008-12-08
|/
* mp3: use GLib loggingMax Kellermann2008-11-27
* flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann2008-11-24
* wavpack: use assert_static()Laszlo Ashin2008-11-22
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-21
* flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann2008-11-21
* ffmpeg: use GLib instead of log.hMax Kellermann2008-11-21
* audiofile: use GLib instead of log.hMax Kellermann2008-11-21
* aac: use GLib instead of utils.h/log.hMax Kellermann2008-11-21
* ogg: moved the "errorStr" variable into the error handlerMax Kellermann2008-11-20
* aac: get rid of gcc warningsLaszlo Ashin2008-11-20
* ogg: check the ov_read() return value before the vorbis_info evaluationMax Kellermann2008-11-20
* wavpack: redo using audio_format_frame_size()Laszlo Ashin2008-11-19
* ffmpeg: read tags from AVFormatContextViliam Mateicka2008-11-18
* audiofile: fixed misplaced ifViliam Mateicka2008-11-18
* input_stream: size==-1 means unknown sizeMax Kellermann2008-11-16
* ffmpeg: fixed AVSEEK_SIZEMax Kellermann2008-11-16
* aac: detect whether to pass "uint32_t*" to NeAACDecInit2()Max Kellermann2008-11-16
* aac: fix compiler warnings on amd64Laszlo Ashin2008-11-15
* aac: don't try to free static bufferLaszlo Ashin2008-11-15
* wavpack: be more robust if the underlying stream is not seekableLászló Áshin2008-11-14
* wavpack: tolerate less decoded data than requestedLászló Áshin2008-11-14
* wavpack: renamed variables and modified coding style slightlyLászló Áshin2008-11-14
* mp3: fix SEEK command check after mp3_synth_and_send()Max Kellermann2008-11-13
* wavpack: remove commented debug messagesMax Kellermann2008-11-12
* wavpack: calculate outsamplesize with audio_format_frame_size()Max Kellermann2008-11-12
* ogg: revert "use ogg_fopen() instead of ogg_open()"Max Kellermann2008-11-12
* aac: shift the input buffer before the full checkMax Kellermann2008-11-12
* aac: make the input buffer staticMax Kellermann2008-11-12
* aac: reject SEEK commandsMax Kellermann2008-11-12
* aac: get decoder command from decoder_data()Max Kellermann2008-11-12
* aac: convert audio_format to temporary variableMax Kellermann2008-11-12
* aac: removed method file_decode()Max Kellermann2008-11-12
* aac: check the buffer length in the ADIF parserMax Kellermann2008-11-12
* aac: use unsigned integers and size_t where appropriateMax Kellermann2008-11-12
* aac: check if the stream is seekable before length checkMax Kellermann2008-11-12
* aac: removed attribute "atEof"Max Kellermann2008-11-12
* mpc: assume the result fo of mpc_decoder_decode() is unsignedMax Kellermann2008-11-12
* mpc: don't assume the stream is stereoMax Kellermann2008-11-12
* mpc: get decoder command from decoder_data()Max Kellermann2008-11-12