Age | Commit message (Expand) | Author |
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 |
2013-11-26 | SYMBIAN OS:Use defaults for data types also for Symbian OS! | anotherguest |
2013-11-25 | VIDEO: Ensure debug output of the first AVI index | Matthew Hoops |
2013-11-25 | VIDEO: Handle prematurely ending AVI videos | Matthew Hoops |
2013-11-25 | VIDEO: Ignore AVI strn metadata | Matthew Hoops |
2013-11-23 | VIDEO: Fix awful thinko from 55791d5fc1 | Matthew Hoops |
2013-11-23 | VIDEO: Fix AVI indexes with absolute offsets | Matthew Hoops |
2013-10-26 | ALL: Mark off common code used by ZVision | Matthew Hoops |
2013-10-04 | ZVISION: Re-enable Truemotion plugin guard, but add a case for ZVISION | RichieSams |
2013-09-04 | Merge branch 'master' into zvision | RichieSams |
2013-09-03 | VIDEO: Fix memory leak in TrueMotion1 header buffer | richiesams |
2013-09-24 | Merge branch 'master' into zvision | Willem Jan Palenstijn |
2013-08-28 | VIDEO: Add support for seeking in AVI videos with an index | Matthew Hoops |
2013-08-28 | VIDEO: Improve accuracy of getFrameTime() and getFrameAtTime() | Matthew Hoops |
2013-08-28 | VIDEO: Use the main isSeekable() in seekToFrame() | Matthew Hoops |
2013-08-28 | VIDEO: Separate external and internal tracks | Matthew Hoops |
2013-08-28 | VIDEO: Make getFrameAtTime() public | Matthew Hoops |
2013-08-18 | VIDEO: Add AVI LIST handling for ZVision custom types | richiesams |
2013-08-16 | VIDEO: Ignore some AVI lists with metadata | Matthew Hoops |
2013-08-15 | VIDEO: Add an over-ridable wrapper for the AVI audio track handler | Filippos Karapetis |
2013-08-15 | Merge branch 'master' into zvision | richiesams |
2013-08-12 | VIDEO: Set stereo as bool instead of writing channel amount directly | Einar Johan Trøan Sømåen |
2013-08-11 | VIDEO: Disable SCI_32 plugin guard for DUCK Truemotion | richiesams |
2013-08-07 | Merge pull request #365 from lordhoto/protected-pixels | Johannes Schickel |
2013-08-06 | VIDEO: Don't allow VideoDecoder::seek() to be overridden | Matthew Hoops |
2013-08-05 | VIDEO: Clean up the AVI decoder | Matthew Hoops |