summaryrefslogtreecommitdiff
path: root/command/decoder.h
AgeCommit message (Collapse)Author
2012-09-28Added speedup for decoding H264/H262Jochen Dolze
Added fix for OSD message Added fix for 'ALERT: stopping before end of broadcast' Code cleanups
2012-02-24Removed AC3 and MP2 audio decoding support (not needed)Jochen Dolze
Added logo for ATV and ATV2
2011-03-14Added -O3 and -funroll-loops in MakefileJochen Dolze
Reverted cutval to 127, adding commandline argument later Fixed demux error with TS files Added more info messages
2010-09-26Added better thread handling in decoder.cpp, added --threads optionJochen Dolze
2010-09-24Added support for libavcodec51 (see define in Makefile)Jochen Dolze
Lowered memory consumption on some cases Enhanced buffer usage output
2010-09-18Added avcodec_copy_context fix for ffmpeg < 52.65.0Jochen Dolze
2010-09-16Added second pass processing (overlap, audio silence detection)Jochen Dolze
2010-06-08Re-ordered includesJochen Dolze
2010-05-25Fixed some compiler warningsJochen Dolze
2010-03-30Changed directory structure, added MakefilesJochen Dolze