summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* 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
* Factorize usumRamiro Polla2007-05-09
| | | | Originally committed as revision 8960 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
* 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
* 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
* 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
* 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 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 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
* 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 possibly exploitable stack overflow with num_sprite_warping_points ↵Michael Niedermayer2007-05-06
| | | | | | (found by reimar) Originally committed as revision 8919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add prefix to some variables for consistencyKostya Shishkov2007-05-06
| | | | Originally committed as revision 8916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VC-1 data to .c fileKostya Shishkov2007-05-06
| | | | Originally committed as revision 8915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vc1_parser.c compilable without special definesKostya Shishkov2007-05-06
| | | | Originally committed as revision 8914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move variables to vc1data.hKostya Shishkov2007-05-06
| | | | Originally committed as revision 8913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyLoren Merritt2007-05-06
| | | | Originally committed as revision 8911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dvdsub parser to its own file.Diego Biurrun2007-05-06
| | | | Originally committed as revision 8910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dvbsubdec_parser.c to dvbsub_parser.c.Diego Biurrun2007-05-06
| | | | Originally committed as revision 8909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyLoren Merritt2007-05-06
| | | | Originally committed as revision 8908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster and simpler vp6 bilinear mcLoren Merritt2007-05-06
| | | | Originally committed as revision 8907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dvbsubdec parser to its own file.Diego Biurrun2007-05-06
| | | | Originally committed as revision 8906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun2007-05-05
| | | | Originally committed as revision 8905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_frame_rate_tab is now declared in mpegvideo.hAurelien Jacobs2007-05-05
| | | | Originally committed as revision 8904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid a clash between two definitions of SEQ_START_CODEAurelien Jacobs2007-05-05
| | | | Originally committed as revision 8903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs2007-05-05
| | | | Originally committed as revision 8902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mpegvideo_parser in it's own fileAurelien Jacobs2007-05-05
| | | | Originally committed as revision 8901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid a 'discards qualifiers from pointer' warningAurelien Jacobs2007-05-05
| | | | Originally committed as revision 8900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mpegaudio_parser in it's own fileAurelien Jacobs2007-05-05
| | | | Originally committed as revision 8899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mpeg4video_parser in it's own fileAurelien Jacobs2007-05-05
| | | | Originally committed as revision 8898 to svn://svn.ffmpeg.org/ffmpeg/trunk