summaryrefslogtreecommitdiff
path: root/plugins/ffmpeg
Commit message (Collapse)AuthorAge
* added error message when compiling with ffmpeg-0.11 or higherGravatar waker2012-08-02
|
* fixed remaining pl_find_meta calls lacking pl_lockGravatar waker2012-05-17
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* ffmpeg: added WM/Year field supportGravatar waker2011-11-28
|
* ffmpeg: temporary override FILETYPE instead of setting it permanently (for ↵Gravatar waker2011-10-10
| | | | streams); set max_analyze_duration to half a second
* ffmpeg: version check fixGravatar Igor Murzov2011-07-07
|
* ffmpeg: define fallback macro AV_VERSION_INT()Gravatar Igor Murzov2011-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 pluginsGravatar waker2011-05-21
|
* set initial item duration to -1Gravatar waker2011-05-20
|
* 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
* changed some API entry points to make it possible working with specific ↵Gravatar waker2011-04-29
| | | | playlists, and not just the current one
* fixed mp3 filetype for streamed radio;Gravatar waker2011-04-27
| | | | removed filetypes ptr in DB_decoder_t
* new event passing systemGravatar waker2011-04-14
|
* ffmpeg: get filetype from codec instead of predefined setGravatar waker2011-04-07
|
* ffmpeg: don't use layout for setting channelmaskGravatar waker2011-04-07
|
* thread-safe config accessGravatar waker2011-03-31
|
* fix ffmpeg filetype display for streaming mediaGravatar waker2011-03-28
|
* got rid of filetype field in playitem structureGravatar waker2011-03-24
|
* customizable list of ffmpeg file typesGravatar waker2011-03-11
|
* 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
* added properties to ffmpeg pluginGravatar waker2011-02-13
|
* ffmpeg channelmask fixGravatar waker2011-02-05
|
* added container support to vfs plugin apiGravatar waker2011-01-31
|
* updated copyright year to 2011Gravatar waker2011-01-02
|
* renamed DB_dsp_instance_t to ddb_dsp_context_tGravatar waker2010-12-14
|
* ported ffmpeg plugin to new APIGravatar waker2010-11-27
|
* bumped ffmpeg to 1.2: added support for AMR formatGravatar waker2010-11-08
|
* bumped ffmpeg-plugin to 1.1, linked with ffmpeg 25472 to fix issues with ↵Gravatar waker2010-11-07
| | | | some wma streams
* bumped all plugins to version 1.0;Gravatar waker2010-11-02
| | | | updated portable build packaging script
* fixed few more memleaksGravatar Alexey Yakovenko2010-10-05
|
* fixed ac3 filetype detection in ffmpeg pluginGravatar Alexey Yakovenko2010-08-29
|
* fixed ffmpeg multichannel playbackGravatar Alexey Yakovenko2010-08-29
|
* ffmpeg: better filetype detection (from codec name)Gravatar Alexey Yakovenko2010-08-17
|
* fixed ffmpeg alac support; removed ffmpeg aac and mpc supportGravatar Alexey Yakovenko2010-08-08
|
* removed shn support from ffmpeg pluginGravatar Alexey Yakovenko2010-08-05
|
* aac plugin WIPGravatar Alexey Yakovenko2010-06-13
|
* aac decoder WIPGravatar Alexey Yakovenko2010-06-10
|
* added .aac to list of ffmpeg extentionsGravatar Alexey Yakovenko2010-05-31
|
* WIP tta pluginGravatar Alexey Yakovenko2010-05-31
|
* removed musepack ext from ffmpeg ext listGravatar Alexey Yakovenko2010-05-31
|
* added mp4 file extension to ffmpeg pluginGravatar Alexey Yakovenko2010-05-29
|
* fix for ffmpeg before 52.43Gravatar Alexey Yakovenko2010-05-11
|
* improved tag reading in ffmpeg pluginGravatar Alexey Yakovenko2010-05-10
|
* disabled tracing in ffmpeg pluginGravatar Alexey Yakovenko2010-05-08
|
* ffmpeg tracing fixesGravatar Alexey Yakovenko2010-05-06
|
* improved decoder API to be able to interrupt .init at any momentGravatar Alexey Yakovenko2010-05-01
|
* fix random segfault in ffmpeg pluginGravatar Alexey Yakovenko2010-04-28
|
* separate AAC and M4A filetypes in ffmpeg pluginGravatar Alexey Yakovenko2010-04-27
|
* added aac network streaming support (ffmpeg plugin)Gravatar Alexey Yakovenko2010-04-27
|