Age | Commit message (Expand) | Author |
2016-02-13 | VIDEO: Stay on the first edit when playing QT videos backwards | Bastien Bouclet |
2015-08-30 | VIDEO: Switch to all packetized streams for AVI | Matthew Hoops |
2015-08-30 | VIDEO: Add support for MP3 in AVI | Matthew Hoops |
2015-08-30 | VIDEO: Switch MPEG-PS audio code to use the packetized MP3 code | Matthew Hoops |
2015-04-12 | VIDEO: Implement fallback dithering for QuickTime videos | Matthew Hoops |
2015-04-11 | VIDEO: Add support for dithering in QuickTime videos | Matthew Hoops |
2015-04-11 | IMAGE: Allow for choosing dither type | Matthew Hoops |
2015-04-11 | VIDEO: Allow AVI tracks to be dithered via the Codec | Matthew Hoops |
2015-04-11 | IMAGE: Add functions to allow for videos to be dithered | Matthew Hoops |
2015-01-20 | VIDEO: Make the QuickTime code error out again if the frame data can't be found | Matthew Hoops |
2015-01-20 | VIDEO: Remove the "-1" edit hack | Matthew Hoops |
2015-01-20 | VIDEO: Fix potential off-by-one frame time after seek | Matthew Hoops |
2015-01-20 | VIDEO: Fix edit frame calculation | Matthew Hoops |
2015-01-20 | VIDEO: Round the edit time offset instead of truncating it | Matthew Hoops |
2015-01-20 | VIDEO: Fix timing with frames going past the edit boundary | Matthew Hoops |
2015-01-11 | Merge pull request #559 from fedor4ever/master | Eugene Sandulenko |
2015-01-08 | VIDEO: Add MPEG-PS demuxer | Matthew Hoops |
2015-01-05 | Add Theora support to systems which use libtremor | Fedor Strizhnev |
2014-12-24 | VIDEO: Fix check to see if the frame rate is a whole number | Matthew Hoops |
2014-12-22 | VIDEO: Mark TheoraDecoder as used by pegasus | Fedor |
2014-11-02 | VIDEO: Make AVIAudioTrack::resetStream() virtual | Matthew Hoops |
2014-11-02 | VIDEO: Separate AVI video and audio track reading | Matthew Hoops |
2014-10-28 | VIDEO: Remove trailing whitespace | Filippos Karapetis |
2014-09-28 | VIDEO: Fix seeking in AVI videos with no initial audio frames | Matthew Hoops |
2014-08-17 | VIDEO: Add wrapper around setEndTime() to specify an end frame | Matthew Hoops |
2014-07-08 | VIDEO: Reduce BinkDecoder stack usage | Willem Jan Palenstijn |
2014-06-08 | AUDIO: Added stup for MP3 audiostreams in AVI | Eugene Sandulenko |
2014-05-27 | VIDEO: Document PRMI as being Premiere metadata | Matthew Hoops |
2014-05-27 | VIDEO: Handle Truemotion dimensions specially | Matthew Hoops |
2014-04-11 | VIDEO: Use || instead of the currently incorrect && | Joel Teichroeb |
2014-03-02 | VIDEO: Handle the raw AVI video chunk the same as the others | Matthew Hoops |
2014-02-28 | IMAGE: Share the same pool of codecs between PICT and QuickTime | Matthew Hoops |
2014-02-28 | IMAGE: Share the same pool of codecs between bitmap and AVI | Matthew Hoops |
2014-02-28 | VIDEO: Use the bitmap header compression field for AVI codecs | Matthew Hoops |
2014-02-28 | IMAGE: Make Codec take a stream reference; change function name to decodeFrame | Matthew Hoops |
2014-02-28 | IMAGE: Merge the JPEG codec into the ImageDecoder | Matthew Hoops |
2014-02-28 | IMAGE: Move video codecs to image/ | Matthew Hoops |
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops |
2014-02-18 | VIDEO: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-07 | VIDEO: Add additional FourCC appearing in some Zvision engine game versions | Eugene Sandulenko |
2014-01-17 | VIDEO: Fix a typo in the include guard | Matthew Hoops |
2014-01-17 | VIDEO: Add MJPEG support | Matthew Hoops |
2014-01-17 | VIDEO: Rename the Motion JPEG decoder to JPEG to better reflect its purpose | Matthew Hoops |
2014-01-11 | VIDEO: Add support for multiple Smacker audio tracks | Matthew Hoops |
2014-01-11 | VIDEO: Improve support for multiple Bink audio tracks | Matthew Hoops |
2014-01-11 | VIDEO: Improve support for multiple AVI audio tracks | Matthew Hoops |
2014-01-11 | VIDEO: Allow for audio track selection in video types that support it | Matthew Hoops |
2014-01-05 | VIDEO: Handle the AVI 'JUNQ' and 'dmlh' chunk headers | Filippos Karapetis |
2014-01-01 | VIDEO: Rename variables and remove pointless assertion | Torbjörn Andersson |
2014-01-01 | VIDEO: Fix Smacker palette upscaling to match Multimedia Wiki | Torbjörn Andersson |