source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c6bcbb2c   18 years Reimar.Doeffinger Use DECLARE_ALIGNED to ease porting Originally committed as revision …
(edit) @b9a793ee   18 years diego Building both shared and static libraries is now possible on MinGW. …
(edit) @5676d140   18 years alex initial mingw networking support Originally committed as revision …
(edit) @124bed6f   18 years alex link to ws2_32.dll only if networking is enabled Originally committed …
(edit) @809c767a   18 years mmhoffm Adding Myself to the Maintainers list for the Blackfin architecture …
(edit) @a1f6643d   18 years michaelni dont write over the end of ref_cache Originally committed as revision …
(edit) @9b5dc867   18 years takis.issaris Make vp3dsp*.c compilation optional. Originally committed as revision …
(edit) @e36d79c8   18 years Reimar.Doeffinger Change some leftover attribute((unused)) and attribute((used)) …
(edit) @37c26ae9   18 years Aurélien Jacobs remove some unused mjpeg encoding variables (they were always set to a …
(edit) @7fcf410   18 years Aurélien Jacobs jpegls encoder does not call this function, so remove useless tests …
(edit) @6ba04c2b   18 years Aurélien Jacobs split jpeg_ls into jpeglsdec, jpeglsenc and jpegls Originally …
(edit) @1adf2e56   18 years diego Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. …
(edit) @27885fad   18 years gpoirier Blackfin DSP utilities: add DEFUN_END DEFUN_END macro adds the size …
(edit) @d3f3eea9   18 years gpoirier Blackfin optimized YUV420 to RGB CSC Color Space Converters. YUV2 -> …
(edit) @79d4c96a   18 years michaelni correct last element inited check Originally committed as revision …
(edit) @25e4f8aa   18 years gpoirier Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% …
(edit) @3a136a06   18 years Reimar.Doeffinger Do not use return with argument for a function "returning" void. …
(edit) @43c7c7c7   18 years alex use DECLARE_ALIGNED from mem.h (which is included through common.h) …
(edit) @f8b2417e   18 years Aurélien Jacobs cosmetics: indent Originally committed as revision 9014 to …
(edit) @70724cba   18 years Aurélien Jacobs replace some #ifdef CONFIG_* by if(ENABLE_*) Originally committed as …
(edit) @6d8bfb52   18 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 9012 to …
(edit) @f6993c9f   18 years Aurélien Jacobs make compilation of mjpeg.c optional Originally committed as revision …
(edit) @cd61e407   18 years Aurélien Jacobs allow to enable or disable every bitstream filters individually …
(edit) @cf329752   18 years Aurélien Jacobs jpegls never call this code, so those tests are useless Originally …
(edit) @4440b118   18 years baptiste.coudurier simplify, no need for a function Originally committed as revision …
(edit) @54a5c719   18 years baptiste.coudurier fix ctts index computation when seeking, check must be done against …
(edit) @d2bc0473   18 years banan Added support for instances where linesize[0] is negative. Based on …
(edit) @7f58baa8   18 years diego Remove redundant extern declaration of j_rev_dct that is already …
(edit) @7f4f3e16   18 years diego cosmetics: Group all test targets together. Originally committed as …
(edit) @ff506a90   18 years lorenm sse2 & ssse3 versions of dct_quantize. core2: mmx2=154 sse2=73 …
(edit) @8e380710   18 years lorenm configure check for whether we can compile ssse3 Originally committed …
(edit) @1edbfe19   18 years lorenm factor sum_abs_dctelem out of dct_sad, and simd it. sum_abs_dctelem_* …
(edit) @561f940c   18 years lorenm sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. …
(edit) @5b67307a   18 years lorenm fix a crash with svq1 + sse2. EMU_EDGE broke memory alignment when the …
(edit) @5f097703   18 years alex cosmetics: fix indentation Originally committed as revision 8998 to …
(edit) @9d9de37d   18 years ivop cosmetics; one test per line for all isXXX(x) macros Originally …
(edit) @9020e697   18 years diego Merge RoQ entries Originally committed as revision 8997 to …
(edit) @9ac2e797   18 years Aurélien Jacobs rename pnm.c to pnmenc.c and pnm_common.c to pnm.c Originally …
(edit) @a2e4c0dd   18 years diego Remove duplicate #includes, avcodec.h #includes common.h. Originally …
(edit) @9636c4de   18 years diego Remove unused variable. Originally committed as revision 8994 to …
(edit) @ba53071a   18 years lorenm 10l, r8991 broke mmx1 sad Originally committed as revision 8993 to …
(edit) @72946825   18 years lorenm sse2 version of fullpel sad. 16% faster on core2, 5% faster on p4. 10% …
(edit) @164d75eb   18 years lorenm tweak mmx2 sad. 40% faster on core2, 18% faster on k8, 5% faster on …
(edit) @c3ebc833   18 years baptiste.coudurier dmb1 fourcc, mjpeg_opendml.mov Originally committed as revision 8990 …
(edit) @1b52bec7   18 years Aurélien Jacobs make compilation of pnm.c optional Originally committed as revision …
(edit) @426a189b   18 years Aurélien Jacobs move pnm parser in its own file Originally committed as revision 8988 …
(edit) @b16560a3   18 years Aurélien Jacobs move mjpeg parser in its own file Originally committed as revision …
(edit) @87acdd53   18 years Aurélien Jacobs cosmetics: reindent Originally committed as revision 8986 to …
(edit) @26b4fe82   18 years Aurélien Jacobs split h264.c to move parser in its own file Originally committed as …
(edit) @eca3810e   18 years lorenm tweak mmx2 sad. 6% faster on core2 and k8, no change on p4. …
(edit) @b3a257af   18 years ramiro.polla Revert r8979 (Ugly fix for r8963) Originally committed as revision …
(edit) @803ca89c   18 years ramiro.polla Proper fix for r8963 Patch by Jindrich Makovicka, makovick at gmail …
(edit) @07c55d8e   18 years Aurélien Jacobs rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c …
(edit) @f6bd6ee   18 years Aurélien Jacobs loosen vorbis_enc.c dependencies by spliting vorbis.c Originally …
(edit) @dccabd4c   18 years ramiro.polla Fix r8963 Originally committed as revision 8979 to …
(edit) @7a0daaf1   18 years takis.issaris Fix Vorbis encoder Xiph dependency by making sure the references to …
(edit) @0ba0c8de   18 years benoit.fouet Use url_fopen error code when opening input file handle the …
(edit) @35e7f087   18 years benoit.fouet add AVERROR_NOENT Originally committed as revision 8976 to …
(edit) @15025553   18 years Aurélien Jacobs disable reference to msmpeg4 and wmv2 code when those codecs are not …
(edit) @b484ec78   18 years takis.issaris Typos Originally committed as revision 8974 to …
(edit) @e4dd03f3   18 years lucabe72 Reindent code after last commit Originally committed as revision 8973 …
(edit) @82dc348b   18 years Aurélien Jacobs those tables don't need to be extern Originally committed as revision …
(edit) @0d6c073   18 years lucabe72 Allow avoid setting the video standard and input when capturing v4l2 …
(edit) @5ecb0677   18 years Aurélien Jacobs use header instead of copying table declarations Originally committed …
(edit) @42ef2db   18 years Aurélien Jacobs split msmpeg4 data to easily share some of it with vc1.c Originally …
(edit) @1d557d35   18 years Aurélien Jacobs add missing rules for wmv2 compilation Originally committed as …
(edit) @2029f312   18 years diego Remove redundant #inclusion of common.h, avcodec.h already #includes …
(edit) @7c3a9fe2   18 years lorenm sse2 version of fdct_col. k8: 72->61 cycles, core2: 51->26 cycles. …
(edit) @a4461664   18 years ramiro.polla Simplify ptr[0]; ptr++; to *ptr++ Originally committed as revision …
(edit) @5a2f421a   18 years ramiro.polla Use bytestream Originally committed as revision 8964 to …
(edit) @a32c2ce4   18 years ramiro.polla Use AV_XX16 macros Originally committed as revision 8963 to …
(edit) @df495dbd   18 years Aurélien Jacobs move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c …
(edit) @87e61d09   18 years diego RoQ muxer Originally committed as revision 8961 to …
(edit) @7d5aaa04   18 years ramiro.polla Factorize usum Originally committed as revision 8960 to …
(edit) @13dec857   18 years diego RoQ muxer, patch by Vitor, vitor1001 gmail com reference thread: …
(edit) @de8e2c1d   18 years ramiro.polla Use 1 array with double the size instead of 2 arrays with normal size …
(edit) @a5cb1f13   18 years ramiro.polla Add bias instead of -32 or 0, as is done in g.722.1 Originally …
(edit) @39938968   18 years ramiro.polla Indentation for previous patch Originally committed as revision 8956 …
(edit) @6b019970   18 years ramiro.polla Add another tmpbias variable, as bias' value will be used later …
(edit) @cdb59552   18 years ramiro.polla Fix logic for return value of init_vlc Originally committed as …
(edit) @5880d5b5   18 years ramiro.polla Install MinGW shared libraries (dlls) to bindir Originally committed …
(edit) @fa88429   18 years ivop remove the need of one extra shift in rgb16ToUV Originally committed …
(edit) @686dcc11   18 years diego Replace general CONFIG_ENCODERS by more fine-grained …
(edit) @f96829d2   18 years ivop Fix rgb15ToUV. Correct order of components and use one shift less. …
(edit) @a5c14fca   18 years kostya.shishkov Add ff_ prefix to (externally) visible variables Originally committed …
(edit) @2a2072fe   18 years kostya.shishkov Use correct dequantizer value Originally committed as revision 8950 …
(edit) @4a815a7f   18 years diego Allow conditional compilation of H.263-related decoders. Originally …
(edit) @2462e4b   18 years diego Remove trailing / from -I flags, MinGW appears to dislike them. patch …
(edit) @3688f93   18 years benoit.fouet make help message go to standard output instead of standard error …
(edit) @5adf43e4   18 years lorenm cosmetics: remove code duplication in hadamard8_diff_mmx Originally …
(edit) @c5a60225   18 years Aurélien Jacobs move cavs parser in it's own file Originally committed as revision …
(edit) @b88e2114   18 years Aurélien Jacobs move defines and enums out of cavsdata.h Originally committed as …
(edit) @1fddeecd   18 years Aurélien Jacobs remove no more useful includes Originally committed as revision 8943 …
(edit) @679c2294   18 years Aurélien Jacobs cosmetics: rename for consistency after previous aac and ac3 parsers …
(edit) @99ff31dc   18 years Aurélien Jacobs move aac and ac3 parsers in their own files Originally committed as …
(edit) @e0fe500f   18 years Aurélien Jacobs avoid multiple inclusion of ac3.h Originally committed as revision …
(edit) @bba5293b   18 years lorenm cosmetics: remove duplicate transpose macro Originally committed as …
(edit) @8d2fb333   18 years ivop autodetect ptx files Originally committed as revision 8938 to …
(edit) @28ba53ff   18 years ivop add myself for txd and s3tc files Originally committed as revision …
(edit) @12b6d7c0   18 years ivop add Renderware TXD format Originally committed as revision 8936 to …
Note: See TracRevisionLog for help on using the revision log.