Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ffmpeg: temporary override FILETYPE instead of setting it permanently (for ↵ | waker | 2011-10-10 |
| | | | | streams); set max_analyze_duration to half a second | ||
* | ffmpeg: version check fix | Igor Murzov | 2011-07-07 |
| | |||
* | ffmpeg: define fallback macro AV_VERSION_INT() | Igor Murzov | 2011-07-06 |
| | | | | | | | | | | | | | | | | | For ffmpeg < 0.5. Copied from libavutil 0.5. ffmpeg: don't use deprecated CODEC_TYPE_AUDIO with new lavc fixes build with lavc 53. ffmpeg: fix erroneous version comparisons Comparing versions this way: (x.y < x1.y1) is obviously equivalent to (x < x1 || (x == x1 && y < y1)), not to (x <= x1 && y < y1). ffmpeg: use av_register_protocol2() if available fixes usage with ffmpeg-0.8 | ||
* | hardcoded api_version 1.0 into all plugins | waker | 2011-05-21 |
| | |||
* | set initial item duration to -1 | waker | 2011-05-20 |
| | |||
* | changed few old-style pl_* functions which were working with current ↵ | waker | 2011-05-08 |
| | | | | playlist with the new ones, working with specific playlist passed as argument | ||
* | changed some API entry points to make it possible working with specific ↵ | waker | 2011-04-29 |
| | | | | playlists, and not just the current one | ||
* | fixed mp3 filetype for streamed radio; | waker | 2011-04-27 |
| | | | | removed filetypes ptr in DB_decoder_t | ||
* | new event passing system | waker | 2011-04-14 |
| | |||
* | ffmpeg: get filetype from codec instead of predefined set | waker | 2011-04-07 |
| | |||
* | ffmpeg: don't use layout for setting channelmask | waker | 2011-04-07 |
| | |||
* | thread-safe config access | waker | 2011-03-31 |
| | |||
* | fix ffmpeg filetype display for streaming media | waker | 2011-03-28 |
| | |||
* | got rid of filetype field in playitem structure | waker | 2011-03-24 |
| | |||
* | customizable list of ffmpeg file types | waker | 2011-03-11 |
| | |||
* | moved most of track properties from playItem struct to metadata | waker | 2011-03-09 |
| | | | | implemented track properties with multiple selection | ||
* | removed author and email fields, added single all-purpose copyright field; | waker | 2011-02-27 |
| | | | | | added copyright info to all plugins; updated gtkui to reflect the changes | ||
* | added properties to ffmpeg plugin | waker | 2011-02-13 |
| | |||
* | ffmpeg channelmask fix | waker | 2011-02-05 |
| | |||
* | added container support to vfs plugin api | waker | 2011-01-31 |
| | |||
* | updated copyright year to 2011 | waker | 2011-01-02 |
| | |||
* | renamed DB_dsp_instance_t to ddb_dsp_context_t | waker | 2010-12-14 |
| | |||
* | ported ffmpeg plugin to new API | waker | 2010-11-27 |
| | |||
* | bumped ffmpeg to 1.2: added support for AMR format | waker | 2010-11-08 |
| | |||
* | bumped ffmpeg-plugin to 1.1, linked with ffmpeg 25472 to fix issues with ↵ | waker | 2010-11-07 |
| | | | | some wma streams | ||
* | bumped all plugins to version 1.0; | waker | 2010-11-02 |
| | | | | updated portable build packaging script | ||
* | fixed few more memleaks | Alexey Yakovenko | 2010-10-05 |
| | |||
* | fixed ac3 filetype detection in ffmpeg plugin | Alexey Yakovenko | 2010-08-29 |
| | |||
* | fixed ffmpeg multichannel playback | Alexey Yakovenko | 2010-08-29 |
| | |||
* | ffmpeg: better filetype detection (from codec name) | Alexey Yakovenko | 2010-08-17 |
| | |||
* | fixed ffmpeg alac support; removed ffmpeg aac and mpc support | Alexey Yakovenko | 2010-08-08 |
| | |||
* | removed shn support from ffmpeg plugin | Alexey Yakovenko | 2010-08-05 |
| | |||
* | aac plugin WIP | Alexey Yakovenko | 2010-06-13 |
| | |||
* | aac decoder WIP | Alexey Yakovenko | 2010-06-10 |
| | |||
* | added .aac to list of ffmpeg extentions | Alexey Yakovenko | 2010-05-31 |
| | |||
* | WIP tta plugin | Alexey Yakovenko | 2010-05-31 |
| | |||
* | removed musepack ext from ffmpeg ext list | Alexey Yakovenko | 2010-05-31 |
| | |||
* | added mp4 file extension to ffmpeg plugin | Alexey Yakovenko | 2010-05-29 |
| | |||
* | fix for ffmpeg before 52.43 | Alexey Yakovenko | 2010-05-11 |
| | |||
* | improved tag reading in ffmpeg plugin | Alexey Yakovenko | 2010-05-10 |
| | |||
* | disabled tracing in ffmpeg plugin | Alexey Yakovenko | 2010-05-08 |
| | |||
* | ffmpeg tracing fixes | Alexey Yakovenko | 2010-05-06 |
| | |||
* | improved decoder API to be able to interrupt .init at any moment | Alexey Yakovenko | 2010-05-01 |
| | |||
* | fix random segfault in ffmpeg plugin | Alexey Yakovenko | 2010-04-28 |
| | |||
* | separate AAC and M4A filetypes in ffmpeg plugin | Alexey Yakovenko | 2010-04-27 |
| | |||
* | added aac network streaming support (ffmpeg plugin) | Alexey Yakovenko | 2010-04-27 |
| | |||
* | added flags to each track in playlist, which bumped dbpl version to 1.2; | Alexey Yakovenko | 2010-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-beta1 | Alexey Yakovenko | 2010-04-11 |
| | |||
* | changed --enable to --disable for plugins in configure | Alexey Yakovenko | 2010-04-11 |
| | |||
* | fixed ton of memleaks and memory-related crashes | Alexey Yakovenko | 2010-04-02 |
| |