source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @d58bbf81   18 years ivop add V.Flash PTX image format Originally committed as revision 8935 to …
(edit) @c33d9814   18 years diego Move H.263 parser to its own file. Originally committed as revision …
(edit) @912f3148   18 years diego Add a few explanatory comments. Originally committed as revision 8933 …
(edit) @b09432ad   18 years diego RoQ audio encoder Originally committed as revision 8932 to …
(edit) @ad39f1a7   18 years ivop Renderware TXD decoder and demuxer Originally committed as revision …
(edit) @929baad0   18 years ivop add doxygen comments Originally committed as revision 8930 to …
(edit) @ba4816a   18 years Aurélien Jacobs cosmetics: fix inconsistent indentation Originally committed as …
(edit) @c0f716b8   18 years Aurélien Jacobs fix display of theora videos with visible size smaller than encoded …
(edit) @cb631737   18 years ivop Renderware TXD demuxer Originally committed as revision 8927 to …
(edit) @1ca779e7   18 years ivop Renderware TXD decoder Originally committed as revision 8926 to …
(edit) @c67b89c5   18 years ivop generic S3TC DXT1 and DXT3 decoding functions Originally committed as …
(edit) @9e010b41   18 years ivop add AV_[RW][BL]64 support Originally committed as revision 8924 to …
(edit) @5fd5d0ef   18 years michaelni improve mpeg4-es detection by rejecting streams with reserved …
(edit) @f025588b   18 years benoit.fouet RoQ audio encoder patch by Vitor vitor1001 gmail com Originally …
(edit) @c53d2d90   18 years Aurélien Jacobs make some parser parameters const to avoid casting const to non-const …
(edit) @89ecc261   18 years Reimar.Doeffinger Fix two small typos in comment Originally committed as revision 8920 …
(edit) @beac8235   18 years michaelni fix possibly exploitable stack overflow with num_sprite_warping_points …
(edit) @d9a3c855   18 years michaelni better wording for the alphabetical lists Originally committed as …
(edit) @18d915dd   18 years diego cosmetics: Fix indentation after last commit, patch by Zuxy Meng. …
(edit) @660e83f8   18 years kostya.shishkov Add prefix to some variables for consistency Originally committed as …
(edit) @986a865f   18 years kostya.shishkov Move VC-1 data to .c file Originally committed as revision 8915 to …
(edit) @de53b04b   18 years kostya.shishkov Make vc1_parser.c compilable without special defines Originally …
(edit) @22c3029d   18 years kostya.shishkov Move variables to vc1data.h Originally committed as revision 8913 to …
(edit) @6e4bc6ee   18 years diego Add a note about maintaining alphabetical order to patch submission …
(edit) @4b8419aa   18 years lorenm simplify Originally committed as revision 8911 to …
(edit) @44c56000   18 years diego Move dvdsub parser to its own file. Originally committed as revision …
(edit) @027f43f0   18 years diego Rename dvbsubdec_parser.c to dvbsub_parser.c. Originally committed as …
(edit) @cd66ddb6   18 years lorenm simplify Originally committed as revision 8908 to …
(edit) @6ec48185   18 years lorenm faster and simpler vp6 bilinear mc Originally committed as revision …
(edit) @0d02cacd   18 years diego Move dvbsubdec parser to its own file. Originally committed as …
(edit) @bbb7d4c7   18 years diego Remove superfluous #includes, parser.h now includes its prerequisites. …
(edit) @4c5ea91c   18 years Aurélien Jacobs ff_frame_rate_tab is now declared in mpegvideo.h Originally committed …
(edit) @20c11e4c   18 years Aurélien Jacobs avoid a clash between two definitions of SEQ_START_CODE Originally …
(edit) @95dca03   18 years Aurélien Jacobs add a ff_ prefix to the now exported mpeg1_find_frame_end() function …
(edit) @7f50d4ac   18 years Aurélien Jacobs move mpegvideo_parser in it's own file Originally committed as …
(edit) @89550b2d   18 years Aurélien Jacobs avoid a 'discards qualifiers from pointer' warning Originally …
(edit) @0cb41728   18 years Aurélien Jacobs move mpegaudio_parser in it's own file Originally committed as …
(edit) @d2e911fa   18 years Aurélien Jacobs move mpeg4video_parser in it's own file Originally committed as …
(edit) @41fe0552   18 years Aurélien Jacobs parser.h uses AVCodecContext so it needs to include avcodec.h …
(edit) @75f6cc26   18 years Aurélien Jacobs set CODEC_CAP_DR1 for vp5 and vp6 decoders Originally committed as …
(edit) @442fc0e   18 years diego parser.c is compiled unconditionally, there is no need to compile it …
(edit) @5a6a6cc7   18 years diego Fix multiple "‘inline/static’ is not at beginning of declaration" …
(edit) @58170ffd   18 years diego Fix warning: In file included from mjpeg.c:903: jpeg_ls.c:190: …
Note: See TracRevisionLog for help on using the revision log.