summaryrefslogtreecommitdiff
path: root/plugins/mpgmad
Commit message (Collapse)AuthorAge
* fixed remaining pl_find_meta calls lacking pl_lockGravatar waker2012-05-17
|
* fixed many calls to pl_find_meta[_raw] being called without pl_lock;Gravatar waker2012-05-17
| | | | | added debug pl_ensure_lock function which asserts when pl_lock is not set when it is required; added new API functions for thread-safe metadata access
* added option to disable mp3 gapless support (improves initial scan speed a lot)Gravatar waker2012-05-03
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* reenable optimization in mp3 pluginGravatar waker2012-01-26
|
* aac: fixed crash when mp4 doesn't contain aac trackGravatar waker2011-12-08
|
* mpgmad plugin will no longer change original :FILETYPE value, but will use ↵Gravatar waker2011-10-01
| | | | !FILETYPE instead to override it
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
|
* fixed 32bit portable build; rebuild 64bit static libs with apgccGravatar waker2011-05-15
|
* changed few old-style pl_* functions which were working with current ↵Gravatar waker2011-05-08
| | | | playlist with the new ones, working with specific playlist passed as argument
* added mp3 embedded cue supportGravatar waker2011-05-01
|
* changed some API entry points to make it possible working with specific ↵Gravatar waker2011-04-29
| | | | playlists, and not just the current one
* don't cut end of mp3 file if it's network-streamedGravatar waker2011-04-29
|
* fixed mp3 filetype for streamed radio;Gravatar waker2011-04-27
| | | | removed filetypes ptr in DB_decoder_t
* mp3: applying decoder delay has been moved to initGravatar waker2011-04-22
|
* fixed mp3 gapless with seekingGravatar waker2011-04-22
|
* mp3 gapless WIPGravatar waker2011-04-20
|
* fixed mp3 delay/padding to be friends with cue splittingGravatar waker2011-04-19
|
* fixed mp3 seek regressionGravatar waker2011-04-19
|
* removed debug printfs from mp3 pluginGravatar waker2011-04-17
|
* mp3: fixed skipping invalid frames at the start of streams;Gravatar waker2011-04-16
| | | | fixed error handling on some weird streams
* mp3 parser: don't get parameters from frames coming after corrupted framesGravatar waker2011-04-14
|
* mp3: changed bitrate calculation to use filesize/duration*8Gravatar waker2011-04-06
|
* fixed mp3 parser slowdownGravatar waker2011-04-05
|
* fixed mp3 parser failing on short filesGravatar waker2011-04-04
|
* disabled mp3 tracingGravatar waker2011-04-04
|
* mp3: fixed streaming radio regressionGravatar waker2011-04-04
|
* mp3: fixed sample-accurate seeking, disabled gapless delay/padding for nowGravatar waker2011-04-03
|
* optimized mp3 parser by reducing number of syscallsGravatar waker2011-04-02
|
* fixed few mp3 problemsGravatar waker2011-04-02
|
* mp3: fixed constant bitrate calculation when xing frame existsGravatar waker2011-04-01
|
* thread-safe config accessGravatar waker2011-03-31
|
* got rid of filetype field in playitem structureGravatar waker2011-03-24
|
* mp3: fixed vbr flag and avg bitrate calculation when Xing header is presentGravatar waker2011-03-17
|
* fixed setting vbrmethod from xing headerGravatar waker2011-03-10
|
* moved most of track properties from playItem struct to metadataGravatar waker2011-03-09
| | | | implemented track properties with multiple selection
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
| | | | | added copyright info to all plugins; updated gtkui to reflect the changes
* fixed mp3 regressionGravatar waker2011-02-15
|
* fixed mp3 parser streaming mode bug: ignore seemingly valid mpeg frame ↵Gravatar waker2011-02-14
| | | | headers which are not followed by valid frames
* added container support to vfs plugin apiGravatar waker2011-01-31
|
* fixed mp3 FILE_SIZE propertyGravatar waker2011-01-31
|
* fixed spinlock bug on mono mp3sGravatar waker2011-01-24
|
* little mp3 optimizationGravatar waker2011-01-22
|
* fixed crash when adding mp3 to playlistGravatar waker2011-01-10
|
* mp3: added viewable properties (channels, samplerate, size, etc)Gravatar waker2011-01-10
|
* updated copyright year to 2011Gravatar waker2011-01-02
|
* implemented conversion between streams with different channel masksGravatar waker2010-11-13
|
* 1st iteration of adding streamer format conversion:Gravatar waker2010-11-08
| | | | | | added new ddb_waveformat_t structure, to be used by all decoders and outputs adjusted mad and alsa plugins, and the streamer to compile with it got rid of playback.h
* bumped all plugins to version 1.0;Gravatar waker2010-11-02
| | | | updated portable build packaging script
* fixed playback of mp3 icy streams with Xing/Info frames in themGravatar waker2010-10-26
|