summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
| | | | Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse2 version of fdct_col.Loren Merritt2007-05-10
| | | | | | k8: 72->61 cycles, core2: 51->26 cycles. Originally committed as revision 8966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ptr[0]; ptr++; to *ptr++Ramiro Polla2007-05-09
| | | | Originally committed as revision 8965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use bytestreamRamiro Polla2007-05-09
| | | | Originally committed as revision 8964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_XX16 macrosRamiro Polla2007-05-09
| | | | Originally committed as revision 8963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-09
| | | | | | | now h263dec depends on mpeg4video_parser this fixes compilation when h263 decoder is disabled Originally committed as revision 8962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ muxerDiego Biurrun2007-05-09
| | | | Originally committed as revision 8961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize usumRamiro Polla2007-05-09
| | | | Originally committed as revision 8960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ muxer, patch by Vitor, vitor1001 gmail comVitor Sessak2007-05-09
| | | | | | | | reference thread: Subject: [FFmpeg-devel] [PATCH] RoQ muxer Date: Wed, 09 May 2007 19:44:21 +0200 Originally committed as revision 8959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 1 array with double the size instead of 2 arrays with normal sizeRamiro Polla2007-05-09
| | | | | | Eliminates need for concatenation and adds proper fix for FIXME Originally committed as revision 8958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add bias instead of -32 or 0, as is done in g.722.1Ramiro Polla2007-05-09
| | | | Originally committed as revision 8957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indentation for previous patchRamiro Polla2007-05-09
| | | | Originally committed as revision 8956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add another tmpbias variable, as bias' value will be used laterRamiro Polla2007-05-09
| | | | Originally committed as revision 8955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix logic for return value of init_vlcRamiro Polla2007-05-09
| | | | Originally committed as revision 8954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install MinGW shared libraries (dlls) to bindirRamiro Polla2007-05-09
| | | | Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove the need of one extra shift in rgb16ToUVIvo van Poorten2007-05-09
| | | | Originally committed as revision 23281 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.Diego Biurrun2007-05-09
| | | | Originally committed as revision 8952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix rgb15ToUV. Correct order of components and use one shift less.Ivo van Poorten2007-05-09
| | | | Originally committed as revision 23279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add ff_ prefix to (externally) visible variablesKostya Shishkov2007-05-09
| | | | Originally committed as revision 8951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct dequantizer valueKostya Shishkov2007-05-09
| | | | Originally committed as revision 8950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-09
| | | | Originally committed as revision 8949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove trailing / from -I flags, MinGW appears to dislike them.Zuxy Meng2007-05-09
| | | | | | patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 8948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make help message go to standard output instead of standard errorNicolas George2007-05-09
| | | | | | patch by Nicolas George \ nicolas george normalesup org / Originally committed as revision 8947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove code duplication in hadamard8_diff_mmxLoren Merritt2007-05-09
| | | | Originally committed as revision 8946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move cavs parser in it's own fileAurelien Jacobs2007-05-09
| | | | Originally committed as revision 8945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move defines and enums out of cavsdata.hAurelien Jacobs2007-05-08
| | | | Originally committed as revision 8944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more useful includesAurelien Jacobs2007-05-08
| | | | Originally committed as revision 8943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename for consistency after previous aac and ac3 parsers moveAurelien Jacobs2007-05-08
| | | | Originally committed as revision 8942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08
| | | | Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid multiple inclusion of ac3.hAurelien Jacobs2007-05-08
| | | | Originally committed as revision 8940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove duplicate transpose macroLoren Merritt2007-05-08
| | | | Originally committed as revision 8939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* autodetect ptx filesIvo van Poorten2007-05-08
| | | | Originally committed as revision 8938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself for txd and s3tc filesIvo van Poorten2007-05-08
| | | | Originally committed as revision 8937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Renderware TXD formatIvo van Poorten2007-05-08
| | | | Originally committed as revision 8936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add V.Flash PTX image formatIvo van Poorten2007-05-08
| | | | Originally committed as revision 8935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H.263 parser to its own file.Diego Biurrun2007-05-08
| | | | Originally committed as revision 8934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a few explanatory comments.Diego Biurrun2007-05-08
| | | | Originally committed as revision 8933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ audio encoderDiego Biurrun2007-05-07
| | | | Originally committed as revision 8932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Renderware TXD decoder and demuxerIvo van Poorten2007-05-07
| | | | Originally committed as revision 8931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add doxygen commentsIvo van Poorten2007-05-07
| | | | Originally committed as revision 8930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: fix inconsistent indentationAurelien Jacobs2007-05-07
| | | | Originally committed as revision 8929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-07
| | | | Originally committed as revision 8928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Renderware TXD demuxerIvo van Poorten2007-05-07
| | | | Originally committed as revision 8927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Renderware TXD decoderIvo van Poorten2007-05-07
| | | | Originally committed as revision 8926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic S3TC DXT1 and DXT3 decoding functionsIvo van Poorten2007-05-07
| | | | Originally committed as revision 8925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AV_[RW][BL]64 supportIvo van Poorten2007-05-07
| | | | Originally committed as revision 8924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve mpeg4-es detection by rejecting streams with reserved startcodes ↵Michael Niedermayer2007-05-07
| | | | | | (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) Originally committed as revision 8923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ audio encoderVitor Sessak2007-05-07
| | | | | | patch by Vitor vitor1001 gmail com Originally committed as revision 8922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
| | | | Originally committed as revision 8921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two small typos in commentReimar Döffinger2007-05-06
| | | | Originally committed as revision 8920 to svn://svn.ffmpeg.org/ffmpeg/trunk