summaryrefslogtreecommitdiff
path: root/src/combined/ffmpeg/mkcodeclist.pl
AgeCommit message (Collapse)Author
2014-04-19added constPetri Hintukainen
2013-10-29ffmpeg: remove trailing space from codec id in mkcodeclist.plPetri Hintukainen
Fixes missing mappings for HEVC and SNOW.
2013-04-11ff decoder: use AV_CODEC_ID_* where availableTorsten Jager
2009-02-17Merge from 1.1.Darren Salt
--HG-- rename : doc/faq/faq.sgml => doc/faq/faq.docbook rename : doc/hackersguide/intro.sgml => doc/hackersguide/intro.docbook
2009-02-13Fix a build failure on *BSD due to some rather useful GNUisms.Darren Salt
Their sed doesn't have \s and their tail doesn't handle -ve line counts.
2009-01-16Merge from 1.1.Darren Salt
2009-01-16Terminate the supported types list...Darren Salt
2009-01-16Merge ffmeg codecs list creation rework from 1.1 with adaptations.Darren Salt
There are no CONFIG_*_DECODER macros, so don't write the #ifdefs for them. Instead, check the avcodec version number if requested ("config=foo=51,50,1"). Also, allow for AV_VERSION_INT being undefined.
2009-01-16Rework ffmpeg codecs lists creation.Darren Salt
This is intended to make it easier to add new codecs without breaking compilation with older ffmpeg and to see which codecs need to be added.