aboutsummaryrefslogtreecommitdiff
path: root/video
AgeCommit message (Expand)Author
2012-03-19AUDIO: Add support for multiple QuickTime audio tracksMatthew Hoops
2012-02-23Merge pull request #171 from clone2727/psx-stream-2Willem Jan Palenstijn
2012-02-23VIDEO: Clarify which PSX streams we can playMatthew Hoops
2012-02-23VIDEO: Make PSX streams calculate frame timing solely from CD speedMatthew Hoops
2012-02-23VIDEO: Implement PSX stream v3 frame supportMatthew Hoops
2012-02-23VIDEO: Add a PlayStation stream decoderMatthew Hoops
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-11VIDEO: Remove unused variableWillem Jan Palenstijn
2012-02-09VIDEO: Fix the BINK decoder to play file whose width is 24pxBastien Bouclet
2012-01-09VIDEO: Small refactoring of the Bink DecoderBastien Bouclet
2011-12-28VIDEO: Fix cppcheck warnings about possible NULL pointer use.Torbjörn Andersson
2011-12-12VIDEO: Add support for QuickTime video track edit listsMatthew Hoops
2011-12-12VIDEO: Fix QuickTime audio track endsMatthew Hoops
2011-11-27VIDEO: Rewrite VMD audio streamingMatthew Hoops
2011-11-21ALL: Remove unnecessary forward declarations.Christoph Mallon
2011-10-20Merge pull request #80 from DrMcCoy/newbitstreamEugene Sandulenko
2011-10-07VIDEO: Ensure the sample to chunk index remains validMatthew Hoops
2011-10-07VIDEO: Fix getNextFramePacket() to actually be efficientMatthew Hoops
2011-10-07VIDEO: Fix Cinepak variant detectionMatthew Hoops
2011-10-07VIDEO: Ensure audio paused status remains after a QuickTime seekMatthew Hoops
2011-10-02VIDEO: Add missing include to bink_decoder.hEinar Johan T. Sømåen
2011-09-18VIDEO: Fix Bink bundle count lenghts to be computed like ffmpeg does.Bastien Bouclet
2011-08-28VIDEO: Use the BitStream implementation in CommonSven Hesse
2011-08-27COMMON: Rewrite BitStream as a templateSven Hesse
2011-08-06VIDEO: Remove incorrect TO_LE_16 calls from Bink audio code.Alyssa Milburn
2011-07-24VIDEO: Don't depend on IEEE floats for Bink audioSven Hesse
2011-07-19JANITORIAL: Fix MSVC warningsLittleboy
2011-07-19VIDEO: Fix typo with last commitMatthew Hoops
2011-07-19VIDEO: Better handle failing loading Smacker videosMatthew Hoops
2011-07-19VIDEO: Use C++ versions of exp/ldexpMatthew Hoops
2011-07-19BINK decoder: Fixed compilation with MSVCFilippos Karapetis
2011-07-19COMMON: Renamed Integer Log2 function from log2 to intLog2.D G Turner
2011-07-18Merge pull request #50 from clone2727/binkclone2727
2011-07-13BUILD: Allow for disabling Bink supportMatthew Hoops
2011-07-02VIDEO: Add more to the BinkDecoder class commentMatthew Hoops
2011-07-02VIDEO: Remember to call reset() from BinkDecoder::close()Matthew Hoops
2011-07-02VIDEO: Fix mismatched new[]/freeMatthew Hoops
2011-07-02VIDEO: Cleanup Bink a bitMatthew Hoops
2011-07-03COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined.Johannes Schickel
2011-07-02VIDEO: Fix Bink RDFT stereoMatthew Hoops
2011-07-02VIDEO: Remove Bink header check from SmackerMatthew Hoops
2011-07-02VIDEO: Add Bink video decoderMatthew Hoops
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-03COMMON: Cleanup QuickTime variable and struct namingMatthew Hoops
2011-06-02COMMON: Begin objectifying QuickTimeParser::SampleDesc furtherMatthew Hoops
2011-06-01ALL: Removed last traces of the MPEG2 codeMax Horn
2011-05-31Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-05-25BUILD: Always enable indeo3 codecMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-11Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops