aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* make compilation of pnm.c optionalAurelien Jacobs2007-05-101-1/+5
* move pnm parser in its own fileAurelien Jacobs2007-05-105-206/+281
* move mjpeg parser in its own fileAurelien Jacobs2007-05-103-73/+102
* cosmetics: reindentAurelien Jacobs2007-05-101-2/+4
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-106-474/+585
* tweak mmx2 sad.Loren Merritt2007-05-101-33/+21
* Revert r8979 (Ugly fix for r8963)Ramiro Polla2007-05-101-2/+2
* rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.cAurelien Jacobs2007-05-104-1752/+1752
* loosen vorbis_enc.c dependencies by spliting vorbis.cAurelien Jacobs2007-05-103-154/+188
* Fix r8963Ramiro Polla2007-05-101-2/+2
* Fix Vorbis encoder Xiph dependency by making sure the references toPanagiotis Issaris2007-05-101-1/+1
* add AVERROR_NOENTBenoit Fouet2007-05-101-0/+1
* disable reference to msmpeg4 and wmv2 code when those codecs are not compiled inAurelien Jacobs2007-05-103-11/+57
* those tables don't need to be externAurelien Jacobs2007-05-102-6/+4
* use header instead of copying table declarationsAurelien Jacobs2007-05-101-3/+1
* split msmpeg4 data to easily share some of it with vc1.cAurelien Jacobs2007-05-105-2013/+2088
* add missing rules for wmv2 compilationAurelien Jacobs2007-05-101-0/+2
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-1055-58/+3
* sse2 version of fdct_col.Loren Merritt2007-05-101-92/+94
* Simplify ptr[0]; ptr++; to *ptr++Ramiro Polla2007-05-091-14/+7
* Use bytestreamRamiro Polla2007-05-091-27/+11
* Use AV_XX16 macrosRamiro Polla2007-05-091-3/+7
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-094-44/+73
* Factorize usumRamiro Polla2007-05-091-2/+4
* Use 1 array with double the size instead of 2 arrays with normal sizeRamiro Polla2007-05-091-20/+8
* Add bias instead of -32 or 0, as is done in g.722.1Ramiro Polla2007-05-091-2/+2
* Indentation for previous patchRamiro Polla2007-05-091-2/+2
* Add another tmpbias variable, as bias' value will be used laterRamiro Polla2007-05-091-5/+5
* Fix logic for return value of init_vlcRamiro Polla2007-05-091-3/+3
* Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.Diego Biurrun2007-05-091-3/+3
* Add ff_ prefix to (externally) visible variablesKostya Shishkov2007-05-093-208/+208
* Use correct dequantizer valueKostya Shishkov2007-05-091-1/+1
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-092-2/+9
* cosmetics: remove code duplication in hadamard8_diff_mmxLoren Merritt2007-05-091-183/+117
* move cavs parser in it's own fileAurelien Jacobs2007-05-093-82/+108
* move defines and enums out of cavsdata.hAurelien Jacobs2007-05-083-129/+157
* remove no more useful includesAurelien Jacobs2007-05-081-3/+1
* cosmetics: rename for consistency after previous aac and ac3 parsers moveAurelien Jacobs2007-05-084-11/+11
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-088-313/+432
* avoid multiple inclusion of ac3.hAurelien Jacobs2007-05-081-0/+5
* cosmetics: remove duplicate transpose macroLoren Merritt2007-05-082-12/+6
* Move H.263 parser to its own file.Diego Biurrun2007-05-084-70/+116
* add doxygen commentsIvo van Poorten2007-05-071-0/+16
* cosmetics: fix inconsistent indentationAurelien Jacobs2007-05-071-4/+4
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-071-10/+9
* Renderware TXD decoderIvo van Poorten2007-05-074-0/+169
* generic S3TC DXT1 and DXT3 decoding functionsIvo van Poorten2007-05-072-0/+132
* RoQ audio encoderVitor Sessak2007-05-074-1/+180
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-0717-42/+42
* fix possibly exploitable stack overflow with num_sprite_warping_points (found...Michael Niedermayer2007-05-061-0/+5