summaryrefslogtreecommitdiff
path: root/plugins/ffmpeg
Commit message (Collapse)AuthorAge
* changed project description in many filesGravatar Alexey Yakovenko2014-07-16
|
* ffmpeg: fixed reading replaygain infoGravatar Alexey Yakovenko2014-06-08
|
* ffmpeg: fixed weird alac-related code in _insert, which was preventing ↵Gravatar Alexey Yakovenko2014-05-28
| | | | adding TAK files to playlist (bug #1121)
* ffmpeg: Fix bitrate calculation (bug #1052)Gravatar Alexey Yakovenko2014-02-17
|
* added COPYING to ffap, ffmpeg, flac, gme, gtkui, hotkeys; changed gme plugin ↵Gravatar Alexey Yakovenko2014-02-08
| | | | source license to ZLIB
* added -avoid-version to all makefilesGravatar Alexey Yakovenko2014-02-05
|
* ffmpeg: try to read metadata from streams tooGravatar Timothy Redaelli2014-02-05
|
* ffmpeg: update waveformat on every updateGravatar Alexey Yakovenko2013-12-12
|
* ffmpeg: fixed non-planar fmt regressionGravatar Alexey Yakovenko2013-11-23
|
* ffmpeg: backwards compat fixesGravatar Alexey Yakovenko2013-11-17
|
* ffmpeg: api versioning fixGravatar Alexey Yakovenko2013-11-14
|
* ffmpeg: backwards compat fixGravatar Alexey Yakovenko2013-11-12
|
* ffmpeg: added 8 and 24 bit planar format supportGravatar Alexey Yakovenko2013-11-10
|
* ffmpeg: fixed s16p and float32 supportGravatar Alexey Yakovenko2013-11-10
|
* ffmpeg: added planar sample formats support (required for TAK playback)Gravatar Alexey Yakovenko2013-11-09
|
* ffmpeg: added TAK to ext listGravatar Alexey Yakovenko2013-10-27
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* moved all copies of strdupa macro to strdupa.hGravatar waker2013-08-30
|
* ffmpeg: add avformat_network_init callGravatar waker2013-08-13
|
* ffmpeg 2.0 support; the plugin now doesn't handle wma, but handles opus by ↵Gravatar waker2013-07-13
| | | | default
* ffmpeg: removed m4a from extension listGravatar waker2012-09-15
|
* disabled tracing in ffmpeg and alsa pluginsGravatar waker2012-09-15
|
* 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
|