summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* export convert_matrix and add ff_ prefixBaptiste Coudurier2007-10-08
* export DCT_common_init and add ff_prefixBaptiste Coudurier2007-10-08
* Re-indent after PAFF MMCO implementation patch.Jeff Downs2007-10-07
* Augment MMCO execution to work with both fields and frames. Part of PAFFJeff Downs2007-10-07
* use pr -n -t instead of non-standard cat -nMåns Rullgård2007-10-06
* Cosmetic renaming variable so that it makes more sense for forthcoming PAFF m...Jeff Downs2007-10-06
* Augment mmcodecoding process to work properly with fields. Part of PAFF imple...Jeff Downs2007-10-06
* Edge emulation for fields. Part of PAFF implementationJeff Downs2007-10-06
* Set Picture.poc for fields and field pairs. Part of PAFF implementation.Jeff Downs2007-10-06
* Modifies macroblock addressing and current macroblock y-position for field de...Jeff Downs2007-10-06
* Support function and changes to reference picture reordering for PAFF.Jeff Downs2007-10-05
* Reindent fill_default_ref_list after changes for PAFFJeff Downs2007-10-05
* Support functions and changes to default reference list creation for PAFF.Jeff Downs2007-10-05
* license header consistency cosmetics.Diego Biurrun2007-10-04
* blackfin optimized vp3 transform and infastructure for idctMarc Hoffman2007-10-04
* Replace "signed short" typecast with "int16_t" as suggested byVladimir Voroshilov2007-10-04
* Reorganize long reference management to minimize code duplication in upcoming...Jeff Downs2007-10-04
* Fix Picture.key_frame setting to be compatible with frame and field contexts....Jeff Downs2007-10-04
* Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.Jeff Downs2007-10-04
* Rename variable to make sense in both field and frame contexts (support of PA...Jeff Downs2007-10-04
* Further modularize short reference list management for upcoming PAFF implemen...Jeff Downs2007-10-04
* Re-indent unreference_pic.Jeff Downs2007-10-04
* Modify unreference_pic implementation with PAFF in mind.Jeff Downs2007-10-04
* Partial PAFF implementation at macroblock level.Jeff Downs2007-10-04
* Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short"Vladimir Voroshilov2007-10-03
* merge some #ifdef CONFIG_ENCODERS sectionsAurelien Jacobs2007-10-03
* remove alternative declaration of h263_encode_init()Aurelien Jacobs2007-10-03
* fix declaration name from MPV_common_init_ppc to MPV_common_init_altivecAurelien Jacobs2007-10-03
* remove useless #ifdefAurelien Jacobs2007-10-03
* Rename MPV_common_init_ppc to MPV_common_init_altivec, the function isDiego Biurrun2007-10-03
* Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a fileDiego Biurrun2007-10-03
* remove unused code, spotted by Jeff Downs, heydowns a borg d comAndreas Öman2007-10-02
* Hopefully fix sparc compilation again, add incorrectly removed variable decla...Reimar Döffinger2007-10-02
* Remove uses of SIGILL for CPU extension detection, that method is not acceptableReimar Döffinger2007-10-02
* Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni2007-10-02
* Rename MMCO stuff to prepare for h264/PAFF implementation.Jeff Downs2007-10-02
* Cosmetic preparations for h264/PAFF implementation.Jeff Downs2007-10-02
* 100l: Revert accidental commit, restore previous version.Diego Biurrun2007-10-02
* cosmetics: Fix indentation after last commit.Diego Biurrun2007-10-02
* Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun2007-10-02
* Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs.Diego Biurrun2007-10-02
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-02
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-02
* cosmetics: Fix indentation after last commit.Diego Biurrun2007-10-02
* Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVecDiego Biurrun2007-10-02
* Add checking for codecid to has_codec_parameters().Ronald S. Bultje2007-10-01
* Fix seek regression test for ac3 in rm after r10634Roberto Togni2007-10-01
* dnet audio needs avparser to work with the lavc ac3 decoder.Justin Ruggles2007-10-01
* Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun2007-10-01