summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Factorize usumRamiro Polla2007-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
* Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.Diego Biurrun2007-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
* 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
* Move H.263 parser to its own file.Diego Biurrun2007-05-08
* 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 decoderIvo van Poorten2007-05-07
* generic S3TC DXT1 and DXT3 decoding functionsIvo van Poorten2007-05-07
* RoQ audio encoderVitor Sessak2007-05-07
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* fix possibly exploitable stack overflow with num_sprite_warping_points (found...Michael Niedermayer2007-05-06
* Add prefix to some variables for consistencyKostya Shishkov2007-05-06
* Move VC-1 data to .c fileKostya Shishkov2007-05-06
* Make vc1_parser.c compilable without special definesKostya Shishkov2007-05-06
* Move variables to vc1data.hKostya Shishkov2007-05-06
* simplifyLoren Merritt2007-05-06
* Move dvdsub parser to its own file.Diego Biurrun2007-05-06
* Rename dvbsubdec_parser.c to dvbsub_parser.c.Diego Biurrun2007-05-06
* simplifyLoren Merritt2007-05-06
* faster and simpler vp6 bilinear mcLoren Merritt2007-05-06
* Move dvbsubdec parser to its own file.Diego Biurrun2007-05-06
* Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun2007-05-05
* ff_frame_rate_tab is now declared in mpegvideo.hAurelien Jacobs2007-05-05
* avoid a clash between two definitions of SEQ_START_CODEAurelien Jacobs2007-05-05
* add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs2007-05-05
* move mpegvideo_parser in it's own fileAurelien Jacobs2007-05-05
* avoid a 'discards qualifiers from pointer' warningAurelien Jacobs2007-05-05
* move mpegaudio_parser in it's own fileAurelien Jacobs2007-05-05