Commit Graph

6 Commits

Author SHA1 Message Date
codestation
65b04093eb Updated qcma to build with newer ffmpeg.
Disabled appindicator support (too unstable).
2016-03-18 20:00:16 -04:30
codestation
95f19fa05f Do not use avcodec_free_context on older avcodec versions. 2016-01-10 10:20:47 -04:30
codestation
b69c0b7d22 Load the codec before video seek and only load it once. 2015-05-27 23:43:59 -04:30
codestation
88364042f8 Fix memory leak by using the correct avcodec function.
Fix unitialized variable reported by valgrind.
2015-05-27 22:42:48 -04:30
codestation
b6eebd79b1 Use ffmpeg for thumbnail support.
Removed dep on QtGui for the headless modules.
2015-05-26 23:34:13 -04:30
codestation
9f790dc788 Reorganized project to avoid the ".pro not found" by having all the
pro files in the same directory. With this change the android library
now builds properly.

This also fixes the parallel compilation problem that happened when
building using +8 cores.
2015-03-21 14:48:25 -04:30