Mercurial > libavcodec.hg
graph
-
jpegls encoder does not call this function, so remove useless tests libavcodecSun, 13 May 2007 23:22:05 +0000, by aurel
-
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls libavcodecSun, 13 May 2007 23:16:56 +0000, by aurel
-
Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. libavcodecSun, 13 May 2007 22:15:52 +0000, by diego
-
Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% libavcodecSun, 13 May 2007 16:32:32 +0000, by gpoirier
-
use DECLARE_ALIGNED from mem.h (which is included through common.h) libavcodecSun, 13 May 2007 14:01:15 +0000, by alex
-
allow to enable or disable every bitstream filters individually libavcodecSat, 12 May 2007 23:33:53 +0000, by aurel
-
jpegls never call this code, so those tests are useless libavcodecSat, 12 May 2007 22:50:12 +0000, by aurel
-
Added support for instances where linesize[0] is negative. libavcodecSat, 12 May 2007 19:37:26 +0000, by banan
-
Remove redundant extern declaration of j_rev_dct that is already libavcodecSat, 12 May 2007 10:53:33 +0000, by diego
-
factor sum_abs_dctelem out of dct_sad, and simd it. libavcodecSat, 12 May 2007 02:41:25 +0000, by lorenm
-
sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. libavcodecSat, 12 May 2007 01:16:06 +0000, by lorenm
-
rename pnm.c to pnmenc.c and pnm_common.c to pnm.c libavcodecFri, 11 May 2007 09:28:07 +0000, by aurel
-
Remove duplicate #includes, avcodec.h #includes common.h. libavcodecFri, 11 May 2007 07:21:14 +0000, by diego
-
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
-
parser.h uses AVCodecContext so it needs to include avcodec.h libavcodecSat, 05 May 2007 17:56:47 +0000, by aurel
-
parser.c is compiled unconditionally, there is no need to compile it libavcodecSat, 05 May 2007 12:24:51 +0000, by diego
-
Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings. libavcodecSat, 05 May 2007 12:18:14 +0000, by diego
-
parser.c is compiled unconditionally, there is no need to compile it libavcodecSat, 05 May 2007 09:15:03 +0000, by diego
-
100l to myself. Do not include stuff unneeded by parser libavcodecFri, 04 May 2007 12:31:40 +0000, by kostya
-
Give libamr decoders/encoders a lib prefix in the name. libavcodecThu, 03 May 2007 10:38:03 +0000, by diego