aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-27mp3: use GLib loggingMax Kellermann1-19/+18
2008-11-24flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann5-0/+5
2008-11-22wavpack: use assert_static()Laszlo Ashin1-4/+5
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann9-7/+70
2008-11-21flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann4-33/+29
2008-11-21ffmpeg: use GLib instead of log.hMax Kellermann1-8/+11
2008-11-21audiofile: use GLib instead of log.hMax Kellermann1-8/+10
2008-11-21aac: use GLib instead of utils.h/log.hMax Kellermann1-10/+10
2008-11-20ogg: moved the "errorStr" variable into the error handlerMax Kellermann1-1/+2
2008-11-20aac: get rid of gcc warningsLaszlo Ashin1-2/+2
2008-11-20ogg: check the ov_read() return value before the vorbis_info evaluationMax Kellermann1-7/+6
2008-11-19wavpack: redo using audio_format_frame_size()Laszlo Ashin1-6/+1
2008-11-18ffmpeg: read tags from AVFormatContextViliam Mateicka1-5/+16
2008-11-18audiofile: fixed misplaced ifViliam Mateicka1-2/+1
2008-11-16input_stream: size==-1 means unknown sizeMax Kellermann4-1/+10
2008-11-16ffmpeg: fixed AVSEEK_SIZEMax Kellermann1-3/+9
2008-11-16aac: detect whether to pass "uint32_t*" to NeAACDecInit2()Max Kellermann2-7/+31
2008-11-15aac: fix compiler warnings on amd64Laszlo Ashin1-2/+2
2008-11-15aac: don't try to free static bufferLaszlo Ashin1-4/+0
2008-11-14wavpack: be more robust if the underlying stream is not seekableLászló Áshin1-1/+5
2008-11-14wavpack: tolerate less decoded data than requestedLászló Áshin1-1/+1
2008-11-14wavpack: renamed variables and modified coding style slightlyLászló Áshin1-80/+113
2008-11-13mp3: fix SEEK command check after mp3_synth_and_send()Max Kellermann1-5/+3
2008-11-12wavpack: remove commented debug messagesMax Kellermann1-6/+1
2008-11-12wavpack: calculate outsamplesize with audio_format_frame_size()Max Kellermann1-5/+1
2008-11-12ogg: revert "use ogg_fopen() instead of ogg_open()"Max Kellermann1-6/+9
2008-11-12aac: shift the input buffer before the full checkMax Kellermann1-4/+5
2008-11-12aac: make the input buffer staticMax Kellermann1-9/+4
2008-11-12aac: reject SEEK commandsMax Kellermann1-1/+3
2008-11-12aac: get decoder command from decoder_data()Max Kellermann1-4/+5
2008-11-12aac: convert audio_format to temporary variableMax Kellermann1-5/+6
2008-11-12aac: removed method file_decode()Max Kellermann1-124/+1
2008-11-12aac: check the buffer length in the ADIF parserMax Kellermann1-0/+6
2008-11-12aac: use unsigned integers and size_t where appropriateMax Kellermann1-5/+6
2008-11-12aac: check if the stream is seekable before length checkMax Kellermann1-1/+2
2008-11-12aac: removed attribute "atEof"Max Kellermann1-14/+7
2008-11-12mpc: assume the result fo of mpc_decoder_decode() is unsignedMax Kellermann1-2/+2
2008-11-12mpc: don't assume the stream is stereoMax Kellermann1-2/+1
2008-11-12mpc: get decoder command from decoder_data()Max Kellermann1-12/+9
2008-11-12mpc: moved code to mpc_to_mpd_buffer()Max Kellermann1-14/+12
2008-11-12mpc: make the buffer large enough for one mpc frameMax Kellermann1-28/+11
2008-11-12mpc: use GLib instead of utils.h/log.hMax Kellermann1-9/+6
2008-11-12mpc: declare buffer as int32_t[]Max Kellermann1-4/+4
2008-11-11mpc: eliminated the local variable "eof"Max Kellermann1-8/+3
2008-11-11ogg: removed stray "}"Max Kellermann1-1/+0
2008-11-11ogg: use ogg_fopen() instead of ogg_open()Max Kellermann1-8/+6
2008-11-11ogg: use GLib instead of utils.h/log.hMax Kellermann1-6/+8
2008-11-11ogg: get decoder command from decoder_data()Max Kellermann1-9/+8
2008-11-11ogg: flush buffer after every ov_read() callMax Kellermann1-25/+10
2008-11-11mp3: support stream tagsMax Kellermann1-1/+8