log

age author description
Sun, 13 May 2007 16:32:32 +0000 gpoirier Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% libavcodec
Sun, 13 May 2007 14:01:15 +0000 alex use DECLARE_ALIGNED from mem.h (which is included through common.h) libavcodec
Sun, 13 May 2007 00:26:21 +0000 aurel cosmetics: indent libavcodec
Sun, 13 May 2007 00:24:37 +0000 aurel replace some #ifdef CONFIG_* by if(ENABLE_*) libavcodec
Sat, 12 May 2007 23:43:23 +0000 aurel cosmetics: indentation libavcodec
Sat, 12 May 2007 23:42:07 +0000 aurel make compilation of mjpeg.c optional libavcodec
Sat, 12 May 2007 23:33:53 +0000 aurel allow to enable or disable every bitstream filters individually libavcodec
Sat, 12 May 2007 22:50:12 +0000 aurel jpegls never call this code, so those tests are useless libavcodec
Sat, 12 May 2007 19:37:26 +0000 banan Added support for instances where linesize[0] is negative. libavcodec
Sat, 12 May 2007 10:53:33 +0000 diego Remove redundant extern declaration of j_rev_dct that is already libavcodec
Sat, 12 May 2007 10:43:45 +0000 diego cosmetics: Group all test targets together. libavcodec
Sat, 12 May 2007 05:55:09 +0000 lorenm sse2 & ssse3 versions of dct_quantize. libavcodec
Sat, 12 May 2007 02:41:25 +0000 lorenm factor sum_abs_dctelem out of dct_sad, and simd it. libavcodec
Sat, 12 May 2007 01:16:06 +0000 lorenm sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. libavcodec
Sat, 12 May 2007 00:31:48 +0000 lorenm fix a crash with svq1 + sse2. libavcodec
Fri, 11 May 2007 09:28:07 +0000 aurel rename pnm.c to pnmenc.c and pnm_common.c to pnm.c libavcodec
Fri, 11 May 2007 07:21:14 +0000 diego Remove duplicate #includes, avcodec.h #includes common.h. libavcodec
Fri, 11 May 2007 07:07:00 +0000 diego Remove unused variable. libavcodec
Fri, 11 May 2007 03:29:06 +0000 lorenm 10l, r8991 broke mmx1 sad libavcodec
Fri, 11 May 2007 01:11:45 +0000 lorenm sse2 version of fullpel sad. libavcodec
Fri, 11 May 2007 00:45:07 +0000 lorenm tweak mmx2 sad. libavcodec
Thu, 10 May 2007 23:16:56 +0000 aurel make compilation of pnm.c optional libavcodec
Thu, 10 May 2007 23:03:14 +0000 aurel move pnm parser in its own file libavcodec
Thu, 10 May 2007 22:37:36 +0000 aurel move mjpeg parser in its own file libavcodec
Thu, 10 May 2007 22:28:23 +0000 aurel cosmetics: reindent libavcodec
Thu, 10 May 2007 22:26:44 +0000 aurel split h264.c to move parser in its own file libavcodec
Thu, 10 May 2007 22:24:19 +0000 lorenm tweak mmx2 sad. libavcodec
Thu, 10 May 2007 18:44:58 +0000 ramiro Revert r8979 (Ugly fix for r8963) libavcodec
Thu, 10 May 2007 15:24:01 +0000 aurel rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c libavcodec
Thu, 10 May 2007 15:17:17 +0000 aurel loosen vorbis_enc.c dependencies by spliting vorbis.c libavcodec
Thu, 10 May 2007 15:00:09 +0000 ramiro Fix r8963 libavcodec
Thu, 10 May 2007 14:36:36 +0000 takis Fix Vorbis encoder Xiph dependency by making sure the references to libavcodec
Thu, 10 May 2007 13:24:05 +0000 benoit add AVERROR_NOENT libavcodec
Thu, 10 May 2007 13:11:36 +0000 aurel disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in libavcodec
Thu, 10 May 2007 10:14:58 +0000 aurel those tables don't need to be extern libavcodec
Thu, 10 May 2007 10:12:02 +0000 aurel use header instead of copying table declarations libavcodec
Thu, 10 May 2007 10:03:16 +0000 aurel split msmpeg4 data to easily share some of it with vc1.c libavcodec
Thu, 10 May 2007 09:26:14 +0000 aurel add missing rules for wmv2 compilation libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Thu, 10 May 2007 03:13:41 +0000 lorenm sse2 version of fdct_col. libavcodec
Wed, 09 May 2007 23:32:29 +0000 ramiro Simplify ptr[0]; ptr++; to *ptr++ libavcodec
Wed, 09 May 2007 23:21:07 +0000 ramiro Use bytestream libavcodec
Wed, 09 May 2007 23:15:19 +0000 ramiro Use AV_XX16 macros libavcodec
Wed, 09 May 2007 23:13:43 +0000 aurel move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c libavcodec
Wed, 09 May 2007 23:08:01 +0000 ramiro Factorize usum libavcodec
Wed, 09 May 2007 22:24:23 +0000 ramiro Use 1 array with double the size instead of 2 arrays with normal size libavcodec
Wed, 09 May 2007 22:00:08 +0000 ramiro Add bias instead of -32 or 0, as is done in g.722.1 libavcodec
Wed, 09 May 2007 21:57:50 +0000 ramiro Indentation for previous patch libavcodec
Wed, 09 May 2007 21:56:22 +0000 ramiro Add another tmpbias variable, as bias' value will be used later libavcodec
Wed, 09 May 2007 21:50:01 +0000 ramiro Fix logic for return value of init_vlc libavcodec
Wed, 09 May 2007 18:23:20 +0000 diego Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. libavcodec
Wed, 09 May 2007 16:59:46 +0000 kostya Add ff_ prefix to (externally) visible variables libavcodec
Wed, 09 May 2007 11:30:30 +0000 kostya Use correct dequantizer value libavcodec
Wed, 09 May 2007 09:26:06 +0000 diego Allow conditional compilation of H.263-related decoders. libavcodec
Wed, 09 May 2007 01:46:33 +0000 lorenm cosmetics: remove code duplication in hadamard8_diff_mmx libavcodec
Wed, 09 May 2007 00:03:17 +0000 aurel move cavs parser in it's own file libavcodec
Tue, 08 May 2007 23:58:35 +0000 aurel move defines and enums out of cavsdata.h libavcodec
Tue, 08 May 2007 23:30:42 +0000 aurel remove no more useful includes libavcodec
Tue, 08 May 2007 23:29:07 +0000 aurel cosmetics: rename for consistency after previous aac and ac3 parsers move libavcodec
Tue, 08 May 2007 23:25:31 +0000 aurel move aac and ac3 parsers in their own files libavcodec
Tue, 08 May 2007 23:24:22 +0000 aurel avoid multiple inclusion of ac3.h libavcodec
Tue, 08 May 2007 17:55:56 +0000 lorenm cosmetics: remove duplicate transpose macro libavcodec
Tue, 08 May 2007 08:52:38 +0000 diego Move H.263 parser to its own file. libavcodec
Mon, 07 May 2007 20:07:35 +0000 ivo add doxygen comments libavcodec
Mon, 07 May 2007 15:44:42 +0000 aurel cosmetics: fix inconsistent indentation libavcodec
Mon, 07 May 2007 15:43:01 +0000 aurel fix display of theora videos with visible size smaller than encoded size libavcodec
Mon, 07 May 2007 13:29:02 +0000 ivo Renderware TXD decoder libavcodec
Mon, 07 May 2007 13:15:24 +0000 ivo generic S3TC DXT1 and DXT3 decoding functions libavcodec
Mon, 07 May 2007 08:55:27 +0000 benoit RoQ audio encoder libavcodec
Mon, 07 May 2007 00:47:03 +0000 aurel make some parser parameters const to avoid casting const to non-const libavcodec
Sun, 06 May 2007 15:25:04 +0000 michael fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar) libavcodec
Sun, 06 May 2007 11:40:42 +0000 kostya Add prefix to some variables for consistency libavcodec
Sun, 06 May 2007 11:23:12 +0000 kostya Move VC-1 data to .c file libavcodec
Sun, 06 May 2007 11:01:25 +0000 kostya Make vc1_parser.c compilable without special defines libavcodec
Sun, 06 May 2007 10:58:32 +0000 kostya Move variables to vc1data.h libavcodec
Sun, 06 May 2007 09:17:50 +0000 lorenm simplify libavcodec
Sun, 06 May 2007 09:12:10 +0000 diego Move dvdsub parser to its own file. libavcodec
Sun, 06 May 2007 08:41:24 +0000 diego Rename dvbsubdec_parser.c to dvbsub_parser.c. libavcodec
Sun, 06 May 2007 06:46:20 +0000 lorenm simplify libavcodec
Sun, 06 May 2007 06:43:33 +0000 lorenm faster and simpler vp6 bilinear mc libavcodec
Sun, 06 May 2007 02:11:31 +0000 diego Move dvbsubdec parser to its own file. libavcodec
Sat, 05 May 2007 21:11:22 +0000 diego Remove superfluous #includes, parser.h now includes its prerequisites. libavcodec
Sat, 05 May 2007 18:32:19 +0000 aurel ff_frame_rate_tab is now declared in mpegvideo.h libavcodec
Sat, 05 May 2007 18:31:34 +0000 aurel avoid a clash between two definitions of SEQ_START_CODE libavcodec
Sat, 05 May 2007 18:25:02 +0000 aurel add a ff_ prefix to the now exported mpeg1_find_frame_end() function libavcodec
Sat, 05 May 2007 18:18:51 +0000 aurel move mpegvideo_parser in it's own file libavcodec
Sat, 05 May 2007 18:17:03 +0000 aurel avoid a 'discards qualifiers from pointer' warning libavcodec
Sat, 05 May 2007 18:08:16 +0000 aurel move mpegaudio_parser in it's own file libavcodec
Sat, 05 May 2007 17:59:37 +0000 aurel move mpeg4video_parser in it's own file libavcodec
Sat, 05 May 2007 17:56:47 +0000 aurel parser.h uses AVCodecContext so it needs to include avcodec.h libavcodec
Sat, 05 May 2007 15:21:57 +0000 aurel set CODEC_CAP_DR1 for vp5 and vp6 decoders libavcodec
Sat, 05 May 2007 12:24:51 +0000 diego parser.c is compiled unconditionally, there is no need to compile it libavcodec
Sat, 05 May 2007 12:18:14 +0000 diego Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings. libavcodec
Sat, 05 May 2007 11:14:03 +0000 diego Fix warning: libavcodec
Sat, 05 May 2007 09:15:03 +0000 diego parser.c is compiled unconditionally, there is no need to compile it libavcodec
Fri, 04 May 2007 19:38:10 +0000 diego Move H.261 parser to its own file. libavcodec
Fri, 04 May 2007 12:31:40 +0000 kostya 100l to myself. Do not include stuff unneeded by parser libavcodec
Fri, 04 May 2007 03:34:38 +0000 kostya Typo libavcodec
Fri, 04 May 2007 03:34:21 +0000 kostya Move some declarations into header libavcodec
Fri, 04 May 2007 00:18:54 +0000 diego Rename oggvorbis decoder to libvorbis. libavcodec
Fri, 04 May 2007 00:09:33 +0000 diego Move VC1 parser to its own file. libavcodec
Thu, 03 May 2007 23:50:24 +0000 diego Move dca parser to its own file. libavcodec
Thu, 03 May 2007 10:38:03 +0000 diego Give libamr decoders/encoders a lib prefix in the name. libavcodec
Thu, 03 May 2007 09:35:54 +0000 diego Rename dts_decoder to libdts_decoder. libavcodec
Wed, 02 May 2007 23:11:23 +0000 diego Remove unused variable. libavcodec
Wed, 02 May 2007 20:42:44 +0000 jbr cosmetics: indention after last commit libavcodec
Wed, 02 May 2007 20:33:32 +0000 jbr use downmixing coefficients in dca decoder. libavcodec
Wed, 02 May 2007 20:31:32 +0000 jbr enable multichannel output in dca decoder. libavcodec
Wed, 02 May 2007 16:43:29 +0000 kostya 1000l to myself - DCA decoder should not be registered in video codecs section libavcodec
Wed, 02 May 2007 13:49:08 +0000 benoit add the possibility to choose aac profile libavcodec
Wed, 02 May 2007 09:37:47 +0000 diego cosmetics: Group all external library decoders and encoders together. libavcodec
Wed, 02 May 2007 09:13:47 +0000 benoit patch so that the deprecated items show up correctly libavcodec
Wed, 02 May 2007 08:18:28 +0000 benoit make mpeg decoder handle mid-stream changes in resolution libavcodec
Wed, 02 May 2007 07:26:07 +0000 benoit add some comments libavcodec
Sun, 29 Apr 2007 23:18:39 +0000 gpoirier prevent going out of the buffer if the nal size does not fit in the buffer. libavcodec
Sun, 29 Apr 2007 13:25:32 +0000 alex check for channels<=0 and print a reasonable error message libavcodec
Sun, 29 Apr 2007 09:37:07 +0000 ivo add V.Flash PTX decoder libavcodec
Fri, 27 Apr 2007 12:41:55 +0000 michael fix exploitable buffer overflow libavcodec
Fri, 27 Apr 2007 09:32:31 +0000 diego Mark code parts that cannot work on AMD64 due to broken relocations as such. libavcodec
Thu, 26 Apr 2007 00:32:31 +0000 diego 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE. libavcodec