- 05 Jul, 2014 1 commit
-
-
Timothy Gu authored
Currently, http://ffmpeg.org/doxygen/trunk/group__preproc__misc.html is broken, because of inclusion bug in Doxygen's preprocessing mode. The now-unincluded header file is included anyway in avcodec.h, the only place where it is used, so there should be no problem removing it. One concern is API-compatibility, because old_codec_ids.h is a public header. However, IMO this is not a problem because currently users cannot include only this header and not `avcodec.h` anyway, because of missing AV_CODEC_ID_NONE symbol. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 18 Nov, 2013 1 commit
-
-
Vallimar authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 13 Mar, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 09 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 06 Jan, 2013 1 commit
-
-
Diego Biurrun authored
Snow is a toy codec with no real-world use and horrible code.
-
- 10 Sep, 2012 1 commit
-
-
Sébastien Brochet authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Aug, 2012 1 commit
-
-
Anton Khirnov authored
C++ does not allow to mix different enums, so e.g. code comparing ACodecID with CodecID would fail to compile with gcc. This very evil hack should fix this problem.
-
- 08 Aug, 2012 1 commit
-
-
jamal authored
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-