aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/aac_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-23/+23
* don't include os_compat.hMax Kellermann2008-10-081-0/+1
* use C99 struct initializersMax Kellermann2008-09-291-10/+7
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-2/+2
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-2/+2
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-2/+2
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-2/+2
* added decoder_read()Max Kellermann2008-08-261-5/+3
* added AacBuffer.decoderMax Kellermann2008-08-261-4/+7
* aac: support decoding AAC streamsMax Kellermann2008-08-261-2/+137
* aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann2008-08-261-11/+16
* aac: check buffer lengthsMax Kellermann2008-08-261-2/+3
* aac: use fillAacBuffer() instead of manual readingMax Kellermann2008-08-261-16/+4
* find AAC framesMax Kellermann2008-08-261-1/+35
* aac: moved code to adts_check_frame()Max Kellermann2008-08-261-11/+20
* aac: moved code to aac_buffer_shift()Max Kellermann2008-08-261-7/+14
* aac: use inputStreamAtEOF()Max Kellermann2008-08-261-5/+4
* aac: don't depend on consumed data in fillAacBuffer()Max Kellermann2008-08-261-6/+10
* aac: simplified fillAacBuffer()Max Kellermann2008-08-261-33/+25
* aac: make adtsParse() voidMax Kellermann2008-08-261-3/+1
* aac: use size_tMax Kellermann2008-08-261-6/+6
* aac: removed unused initAacBuffer() parametersMax Kellermann2008-08-261-9/+3
* eliminate unused variables in the AAC decoderMax Kellermann2008-08-261-10/+2
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-261-2/+2
* use a local "initialized" flag instead of dc->stateMax Kellermann2008-08-261-2/+4
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-261-7/+5
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-261-2/+2
* added decoder_get_command()Max Kellermann2008-08-261-3/+3
* removed local variable "eof" because it is unusedMax Kellermann2008-08-261-9/+4
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-3/+2
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-6/+5
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-261-1/+1
* added decoder_data()Max Kellermann2008-08-261-3/+3
* added decoder_initialized()Max Kellermann2008-08-261-3/+3
* added struct decoderMax Kellermann2008-08-261-1/+1
* added dc_command_finished()Max Kellermann2008-08-261-4/+2
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-261-7/+7
* clean up CPP includesMax Kellermann2008-08-261-4/+0
* Make the OutputBuffer API more consistentEric Wong2008-04-131-3/+3
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-4/+4
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-17/+17
* Fix a few more warnings from -WshadowEric Wong2008-04-121-12/+11
* constant pointersMax Kellermann2008-04-121-2/+2
* fix parameter types in the faad callsMax Kellermann2008-04-121-2/+2
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-0/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-4/+1
* Simplify decode cleanup logic a bitEric Wong2008-01-011-8/+0
* Add MIME types for the aac and mp4 input plugins. Note that these won'tJ. Alexander Treuman2007-06-041-3/+4
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-12/+1