Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-23 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/libxineadec/xine_lpcm_decoder.c => src/audio_dec/xine_lpcm_decoder.c rename : src/libspuhdmv/xine_hdmv_decoder.c => src/spu_dec/spuhdmv_decoder.c | |||
2011-08-13 | rv30 & rv40 support | Torsten Jager | |
2011-08-13 | VP8 support | Torsten Jager | |
2009-01-16 | Merge 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-16 | Rework 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. |