aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/FfmpegDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/ffmpeg: support interleaved floating pointMax Kellermann2014-12-231-0/+1
|
* Merge tag 'v0.18.21' into v0.19.xMax Kellermann2014-12-171-4/+7
|
* Merge tag 'v0.18.20' into v0.19.xMax Kellermann2014-12-081-0/+5
|
* decoder/ffmpeg: support opusMax Kellermann2014-11-071-1/+2
|
* decoder/ffmpeg: recognize MIME type audio/aacpSteven OBrien2014-10-251-0/+1
|
* Merge tag 'v0.18.14'Max Kellermann2014-09-111-0/+13
|
* TagHandler: pass SongTime to duration()Max Kellermann2014-08-291-3/+6
|
* DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann2014-08-291-3/+5
|
* DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann2014-08-261-3/+11
| | | | For type safety and code readability.
* decoder/ffmpeg: use integer seek timesMax Kellermann2014-08-261-3/+3
|
* decoder/ffmpeg: check InputStream::KnownSize()Max Kellermann2014-08-191-0/+3
|
* {input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxxMax Kellermann2014-08-181-2/+1
| | | | Eliminate duplicate definition (in input plugin and decoder plugin).
* Merge branch 'v0.18.x'Max Kellermann2014-08-161-0/+9
|
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-2/+21
| | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* InputStream: "protect" attributesMax Kellermann2014-05-121-4/+4
|
* InputStream: convert to classMax Kellermann2014-05-111-3/+3
|
* Merge tag 'release-0.18.10'Max Kellermann2014-04-101-3/+26
|
* fixed possible format_context not closed in ffmpeg_decodegeneticdrift2014-02-071-1/+4
|
* Input*: move to input/Max Kellermann2014-01-241-1/+1
|
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-0/+686