summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Reindent code after last commitLuca Abeni2007-05-10
* those tables don't need to be externAurelien Jacobs2007-05-10
* Allow avoid setting the video standard and input when capturing v4l2 video.Limin Wang2007-05-10
* use header instead of copying table declarationsAurelien Jacobs2007-05-10
* split msmpeg4 data to easily share some of it with vc1.cAurelien Jacobs2007-05-10
* add missing rules for wmv2 compilationAurelien Jacobs2007-05-10
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* sse2 version of fdct_col.Loren Merritt2007-05-10
* Simplify ptr[0]; ptr++; to *ptr++Ramiro Polla2007-05-09
* Use bytestreamRamiro Polla2007-05-09
* Use AV_XX16 macrosRamiro Polla2007-05-09
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-09
* RoQ muxerDiego Biurrun2007-05-09
* Factorize usumRamiro Polla2007-05-09
* RoQ muxer, patch by Vitor, vitor1001 gmail comVitor Sessak2007-05-09
* Use 1 array with double the size instead of 2 arrays with normal sizeRamiro Polla2007-05-09
* Add bias instead of -32 or 0, as is done in g.722.1Ramiro Polla2007-05-09
* Indentation for previous patchRamiro Polla2007-05-09
* Add another tmpbias variable, as bias' value will be used laterRamiro Polla2007-05-09
* Fix logic for return value of init_vlcRamiro Polla2007-05-09
* Install MinGW shared libraries (dlls) to bindirRamiro Polla2007-05-09
* remove the need of one extra shift in rgb16ToUVIvo van Poorten2007-05-09
* Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.Diego Biurrun2007-05-09
* Fix rgb15ToUV. Correct order of components and use one shift less.Ivo van Poorten2007-05-09
* Add ff_ prefix to (externally) visible variablesKostya Shishkov2007-05-09
* Use correct dequantizer valueKostya Shishkov2007-05-09
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-09
* Remove trailing / from -I flags, MinGW appears to dislike them.Zuxy Meng2007-05-09
* make help message go to standard output instead of standard errorNicolas George2007-05-09
* cosmetics: remove code duplication in hadamard8_diff_mmxLoren Merritt2007-05-09
* move cavs parser in it's own fileAurelien Jacobs2007-05-09
* move defines and enums out of cavsdata.hAurelien Jacobs2007-05-08
* remove no more useful includesAurelien Jacobs2007-05-08
* cosmetics: rename for consistency after previous aac and ac3 parsers moveAurelien Jacobs2007-05-08
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08
* avoid multiple inclusion of ac3.hAurelien Jacobs2007-05-08
* cosmetics: remove duplicate transpose macroLoren Merritt2007-05-08
* autodetect ptx filesIvo van Poorten2007-05-08
* add myself for txd and s3tc filesIvo van Poorten2007-05-08
* add Renderware TXD formatIvo van Poorten2007-05-08
* add V.Flash PTX image formatIvo van Poorten2007-05-08
* Move H.263 parser to its own file.Diego Biurrun2007-05-08
* Add a few explanatory comments.Diego Biurrun2007-05-08
* RoQ audio encoderDiego Biurrun2007-05-07
* Renderware TXD decoder and demuxerIvo van Poorten2007-05-07
* add doxygen commentsIvo van Poorten2007-05-07
* cosmetics: fix inconsistent indentationAurelien Jacobs2007-05-07
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-07
* Renderware TXD demuxerIvo van Poorten2007-05-07
* Renderware TXD decoderIvo van Poorten2007-05-07