summaryrefslogtreecommitdiff
path: root/plugins/mpgmad
Commit message (Collapse)AuthorAge
...
* 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
|
* fixed mono mp3 hackGravatar Alexey Yakovenko2010-09-23
|
* fixed mp3 regression caused by debug codeGravatar Alexey Yakovenko2010-09-14
|
* yet another fix to mp3 header skippingGravatar Alexey Yakovenko2010-09-13
|
* fixed bug in skipping xing frame in mp3;Gravatar Alexey Yakovenko2010-08-31
| | | | added option to dump mp3 decoder output
* avoid passing mp3 xing/info frame to libmad (causes noise on some tracks)Gravatar Alexey Yakovenko2010-08-20
|
* disable libmad crc checkingGravatar Alexey Yakovenko2010-08-01
|
* ensure playitem is properly unreferenced in mpeg pluginGravatar Alexey Yakovenko2010-05-19
|
* fixed crash on unexpected end of mp3 streamGravatar Alexey Yakovenko2010-05-19
|
* improved decoder API to be able to interrupt .init at any momentGravatar Alexey Yakovenko2010-05-01
|
* removed old curl hacks/workaroundsGravatar Alexey Yakovenko2010-04-25
|
* don't write apev2 tags to mp3 files by defaultGravatar Alexey Yakovenko2010-04-23
|
* improved icy metadata handling; separate artist and title fieldsGravatar Alexey Yakovenko2010-04-21
|
* cleaned up some of bad/unused messages and events;Gravatar Alexey Yakovenko2010-04-19
| | | | implemented new notification-daemon osd;
* added flags to each track in playlist, which bumped dbpl version to 1.2;Gravatar Alexey Yakovenko2010-04-17
| | | | | | | list of file tags is no longer written as metadata string, but as flags; fixed couple of memory leaks; blocked metadata editing in subtracks; blocked metadata editing if playlist file format is less than 1.2;
* fixed to pass make distcheck before 0.4-beta1Gravatar Alexey Yakovenko2010-04-11
|
* changed --enable to --disable for plugins in configureGravatar Alexey Yakovenko2010-04-11
|
* fixed stripping of id3v1 tagsGravatar Alexey Yakovenko2010-04-10
|
* moved high level id3v2/apev2/id3v1 tag writer into junklib;Gravatar Alexey Yakovenko2010-04-06
| | | | added tag writer to wavpack plugin
* fixed ton of memleaks and memory-related crashesGravatar Alexey Yakovenko2010-04-02
|
* fixed minor memset bug in mp3 tag writer initializationGravatar Alexey Yakovenko2010-04-01
|
* initial implementation of metadata reloading (MP3)Gravatar Alexey Yakovenko2010-04-01
|
* fixed possible segfault in junk_id3v2_read_full when reading replaygain info ↵Gravatar Alexey Yakovenko2010-04-01
| | | | from TXXX frame
* mp3 id3v1/id3v2/apev2 tag editingGravatar Alexey Yakovenko2010-04-01
|
* initial implementation of tag writer in mp3 pluginGravatar Alexey Yakovenko2010-03-31
|
* apev2 editing;Gravatar Alexey Yakovenko2010-03-31
| | | | | apev2->id3v2.4 converter; apev2 writer
* metadata writing infrastructureGravatar Alexey Yakovenko2010-03-31
|
* id3v2.4 -> 2.3 converter WIPGravatar Alexey Yakovenko2010-03-29
|
* fixed playback of mp3s that have both mono and stereo framesGravatar Alexey Yakovenko2010-03-28
|
* added workaround for bad xing/lame headerGravatar Alexey Yakovenko2010-03-27
|
* fixed part of memory leaksGravatar Alexey Yakovenko2010-02-11
|
* Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-31
|\ | | | | | | | | | | | | | | Conflicts: main.c plugins/flac/flac.c plugins/mpgmad/mpgmad.c streamer.c
| * improved icy metadata supportGravatar Alexey Yakovenko2010-01-30
| |