Mercurial > libavcodec.hg
graph
-
rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c libavcodecThu, 10 May 2007 15:24:01 +0000, by aurel
-
loosen vorbis_enc.c dependencies by spliting vorbis.c libavcodecThu, 10 May 2007 15:17:17 +0000, by aurel
-
Fix Vorbis encoder Xiph dependency by making sure the references to libavcodecThu, 10 May 2007 14:36:36 +0000, by takis
-
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in libavcodecThu, 10 May 2007 13:11:36 +0000, by aurel
-
use header instead of copying table declarations libavcodecThu, 10 May 2007 10:12:02 +0000, by aurel
-
split msmpeg4 data to easily share some of it with vc1.c libavcodecThu, 10 May 2007 10:03:16 +0000, by aurel
-
Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodecThu, 10 May 2007 09:00:44 +0000, by diego
-
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c libavcodecWed, 09 May 2007 23:13:43 +0000, by aurel
-
Use 1 array with double the size instead of 2 arrays with normal size libavcodecWed, 09 May 2007 22:24:23 +0000, by ramiro
-
Add bias instead of -32 or 0, as is done in g.722.1 libavcodecWed, 09 May 2007 22:00:08 +0000, by ramiro
-
Add another tmpbias variable, as bias' value will be used later libavcodecWed, 09 May 2007 21:56:22 +0000, by ramiro
-
Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. libavcodecWed, 09 May 2007 18:23:20 +0000, by diego
-
Add ff_ prefix to (externally) visible variables libavcodecWed, 09 May 2007 16:59:46 +0000, by kostya
-
Allow conditional compilation of H.263-related decoders. libavcodecWed, 09 May 2007 09:26:06 +0000, by diego
-
cosmetics: remove code duplication in hadamard8_diff_mmx libavcodecWed, 09 May 2007 01:46:33 +0000, by lorenm
-
cosmetics: rename for consistency after previous aac and ac3 parsers move libavcodecTue, 08 May 2007 23:29:07 +0000, by aurel
-
fix display of theora videos with visible size smaller than encoded size libavcodecMon, 07 May 2007 15:43:01 +0000, by aurel
-
make some parser parameters const to avoid casting const to non-const libavcodecMon, 07 May 2007 00:47:03 +0000, by aurel
-
fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar) libavcodecSun, 06 May 2007 15:25:04 +0000, by michael
-
Make vc1_parser.c compilable without special defines libavcodecSun, 06 May 2007 11:01:25 +0000, by kostya
-
Remove superfluous #includes, parser.h now includes its prerequisites. libavcodecSat, 05 May 2007 21:11:22 +0000, by diego
-
ff_frame_rate_tab is now declared in mpegvideo.h libavcodecSat, 05 May 2007 18:32:19 +0000, by aurel
-
avoid a clash between two definitions of SEQ_START_CODE libavcodecSat, 05 May 2007 18:31:34 +0000, by aurel
-
add a ff_ prefix to the now exported mpeg1_find_frame_end() function libavcodecSat, 05 May 2007 18:25:02 +0000, by aurel
-
avoid a 'discards qualifiers from pointer' warning libavcodecSat, 05 May 2007 18:17:03 +0000, by aurel