8336 Commits (1cca8d24232c9f81d71364c4725b3bc43eab637e)

Author SHA1 Message Date
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 9f879620be Fix illegal identifier, __ are reserved for the system. 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
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
Peter Ross 0d72e7d0ae Add audio channel layout API to libavcodec. 16 years ago
François Revol 3a57547e33 Fix build. 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
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
Michael Niedermayer bf2cdefc6a Reset state after some frame header is found. 16 years ago
Kenan Gillet ba26cfab47 OKed parts of QCELP data tables 16 years ago
Diego Biurrun 2be3fe39bf Add the function declaration of ff_svq1_packet_checksum to svq1.h and include 16 years ago
Michael Niedermayer b735aeead8 Replace literally hardcoded max slice number by named constant. 16 years ago
Benjamin Larsson d5b3a86393 Fix compilation, remove stray ; 16 years ago
Benjamin Larsson 9ed73b4870 Fix selection of quant step table 16 years ago
Benjamin Larsson 6f02853d14 Fix huffman coded dca samples. 16 years ago
Kostya Shishkov 42d6c3ba36 Detect split RV30 slices 16 years ago
Kostya Shishkov 2ee054c215 Fix chroma motion compensation for RV30 16 years ago
Diego Pettenò 782fc0c36f Rename template included sources from .h to _template.c. 16 years ago
Måns Rullgård d2d398590d ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S 16 years ago
Måns Rullgård 83ad74e708 ARM: move VFP DSP functions to dsputils_vfp.S 16 years ago
Måns Rullgård a648516b95 ARM: move prefetch_arm to dsputil_arm_s.S 16 years ago
Måns Rullgård c130bedc99 ARM: use new macros for assembler function labels 16 years ago
Måns Rullgård c72ab30188 ARM: add some assembler convenience macros 16 years ago
Baptiste Coudurier c48649242d svq3 watermark code now needs zlib 16 years ago
Baptiste Coudurier 1e002b602f svq3 watermark decoding support, based on reverse engineering work by chrono 16 years ago
Måns Rullgård ede725104b cosmetic: align backslashes in makefiles 16 years ago
Måns Rullgård 864ac5d648 Merge OBJS-$(FOO) lists with same FOO 16 years ago
Benjamin Larsson ba5fc967f6 Disable codec downmix when not using simd instead of silently produce silence 16 years ago
Benjamin Larsson 1402ee721a Fix dca decoder with non simd float2int16 conversion 16 years ago
Benjamin Larsson 49c91c34b3 Fix compilation with TRACE 16 years ago
Aurelien Jacobs 590bd200dd remove useless ifdeffery, tscc won't do anything useful without zlib 16 years ago
Aurelien Jacobs bee764ec6b svq3: remove unused include 16 years ago
Måns Rullgård c87348a922 Use OBJS variable for all object files 16 years ago