]> git.sesse.net Git - ffmpeg/history - libavcodec/nellymoserdec.c
main() --> main(void)
[ffmpeg] / libavcodec / nellymoserdec.c
2007-11-18 Benjamin LarssonUse memcpy instead of for loop
2007-11-14 Benjamin LarssonSmall simplification
2007-11-14 Alex BeregszasziSupport 44.1kHz audio. Acked by Benjamin
2007-11-14 Alex BeregszasziChange the "report sample" message from AV_LOG_DEBUG...
2007-11-14 Alex BeregszasziMake sine_window static. Acked by Benjamin Larsson
2007-11-14 Stefano SabatiniFix nellymoser decode_tag return value, patch by Stefan...
2007-11-04 Benjamin LarssonRemove unused variable
2007-11-03 Fabrice BellardUse the ffmpeg mdct function, patch by Fabrice Bellard...
2007-10-18 Benjamin LarssonUnaligned memory access rcrash fix
2007-10-15 Benjamin LarssonNellymoser ASAO decoder