16496 Commits (1c3ae1abf2f415c628e546550c767777454f3681)
 

Author SHA1 Message Date
Roman Shaposhnik c3d470b4a9 implementing more efficient (and direct) allocation of work for DV codec workers 16 years ago
Peter Ross 939e4e3a72 Promote inv_aanscales array to global scope (ff_inv_aanscales) 16 years ago
Kostya Shishkov e122311261 Calculating an additional MV-based deblocking pattern is the same 16 years ago
Måns Rullgård e3b07e1a74 OGG: correct PTS with old theora streams 16 years ago
Måns Rullgård 77be08eeb1 OGG: untypedef demuxer structs 16 years ago
Måns Rullgård d00e8b83f1 ARM: change MUL16() macro to inline function 16 years ago
Måns Rullgård b911711571 ARM: prettify MAC16() macro 16 years ago
Måns Rullgård 73c1c96b83 ARM: change MULH() macro to inline function 16 years ago
Måns Rullgård 8f4d0d48b9 ARM: change MULL() macro to inline function 16 years ago
Måns Rullgård 96dea17a1d ARM: mathops.h whitespace cosmetics 16 years ago
Diego Biurrun 7fb9440674 Add missing #include "libavutil/avstring.h", fixes 16 years ago
Alex Converse d0ee50216d Fix perceptual noise shaping scaling including an oversight of the offset for 16 years ago
Diego Biurrun c2dec19420 Fix test program build: ff_eval was replaced by ff_eval2. 16 years ago
Peter Ross 4fd71a0ee8 Decode audio channel layout from RIFF/WAV file format. 16 years ago
Diego Biurrun dcc37c9b6a Add some const specifiers to function name variables; fixes a bunch of 16 years ago
Andreas Öman b09a7c05f6 h264: Implement decoding of picture timing SEI message. 16 years ago
Andrew Savchenko 9f0a705d46 Only warn about "Invalid and inefficient vfw-avi packed B frames" once. 16 years ago
Diego Biurrun 6408c25b95 Merge ARCH_BFIN lines. 16 years ago
Diego Biurrun efa430faed Add tests target for libswscale test programs. 16 years ago
Diego Biurrun 9f879620be Fix illegal identifier, __ are reserved for the system. 16 years ago
Måns Rullgård 1a220bcde3 Remove forgotten ASM_OBJS in libswscale 16 years ago
Dominik Mierzejewski 82d1605fe7 Remove duplicated MM_* macros for CPU capabilities from dsputil.h. 16 years ago
Benjamin Larsson c6eaba62e8 Change the dca channel layout, S -> SIDE not BACK. 16 years ago
Andreas Öman 9d9b9d32e6 Change multichannel API define prefix from "CHANNEL_" to "CH_". 16 years ago
Reimar Döffinger 7cebed70a8 Replace long with x86_reg in postprocess_template.c like in all other 16 years ago
Benjamin Larsson 48dc2fb800 Guess channel layout based on the number of channels if a custom layout is specified in amode. 16 years ago
Benjamin Larsson 87c3b9bce3 Add channel layouts for dca. 16 years ago
Kostya Shishkov b215365817 Introduce RV3-specific motion vector prediction. 16 years ago
Dominik Mierzejewski 34b37f86ec Enable CMOV usage on x86_64 arch. All x86_64 CPUs have it. 16 years ago
Peter Ross 0d72e7d0ae Add audio channel layout API to libavcodec. 16 years ago
François Revol 3a57547e33 Fix build. 16 years ago
Diego Biurrun ecad9872fb Initialize variable to silence the warning: 16 years ago
Kenan Gillet cb377ec55e OKed parts of the QCELP decoder 16 years ago
Kenan Gillet 6cd911f11a Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com. 16 years ago
Vitor Sessak 08c433972e Use ff_dot_productf() in ra288.c 16 years ago
Diego Biurrun 3ef08e321a Remove nonsense @return Doxygen comment for void function. 16 years ago
Diego Biurrun 88df35d3e8 cosmetics: small spelling fixes 16 years ago
Kenan Gillet 1fb0d4b8a6 Add a LPC filter 16 years ago
Kenan Gillet 0bc484ad51 Add ff_dot_productf() to celp_math.{c,h} 16 years ago
Kenan Gillet 8c31f18bf9 More OKed parts of QCELP data tables 16 years ago
Roman Shaposhnik 0e60e19019 renaming macro in order to conform with the rest of libavcodec 16 years ago
Diego Biurrun 5bab853646 Add check target to run both tests and checkheaders targets. 16 years ago
Diego Biurrun 63d247eadb Remove duplicated patch submission checklist entry by putting the more 16 years ago
Art Clarke bc48bb0822 Remove unused variable, patch by Art Clarke, aclarke vlideshow com. 16 years ago
Kostya Shishkov 5f621dd28a Correct motion vector scaling in B-frames for RV3/4 16 years ago
Diego Biurrun 1fcb9be39a asm() --> __asm__() in #warning comment 16 years ago
Diego Biurrun 01f54021dc Add missing headers to pass 'make checkheaders'. 16 years ago
Art Clarke a9a8c830cf Fix av_picture_copy missing pixels on packed planar AVPictures with odd size. 16 years ago
Diego Biurrun a56fbe2ac8 Revert adding controversial 'make checkheaders' item to the development policy. 16 years ago
Michael Niedermayer bf2cdefc6a Reset state after some frame header is found. 16 years ago