6711 Commits (3b35f4ab51b8b720491ff5c9b4e86e2de8ebce07)

Author SHA1 Message Date
Vitor Sessak 1d46ba661c Simplify do_voice(). 17 years ago
Vitor Sessak 0d493edd0b Replace some hardcoded swapping with FFSWAP. 17 years ago
Vitor Sessak cd780422e1 Remove unused defines from ra144. 17 years ago
Matthieu Castet 6827f6f216 cosmetics: indent after last commit. patch by matthieu castet <castet matthieu free fr>. 17 years ago
Matthieu Castet e5838c90ee simplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu free fr>. 17 years ago
Vladimir Voroshilov ce9eac7913 Implement bidirectional (positive offset - left, negative - right) 17 years ago
Stefano Sabatini 5fcc4a236b Document AVCodecContext channels field. 17 years ago
Vladimir Voroshilov 542c064d1b Update comment to version, negotiated with Diego, and 17 years ago
Vladimir Voroshilov 7c96587c17 Fix compilation error. 17 years ago
Justin Ruggles 59d598b923 fix reading of samples-per-frame 17 years ago
Vladimir Voroshilov a52000f291 various filters for ACELP-based codecs 17 years ago
Vitor Sessak f863bee841 Simplify a list of array allocations with a loop. 17 years ago
Vladimir Voroshilov 3f3865d30b Replace hardcoded LP filter order with parameter. 17 years ago
Vitor Sessak bf21a10f1c Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com. 17 years ago
Vitor Sessak 57ecbbbb1e Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com. 17 years ago
Vitor Sessak 47eb818713 cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, 17 years ago
Diego Biurrun a12b44d7fb Add missing required header directly. 17 years ago
Diego Biurrun 20cd685ae8 Add missing path to #include. 17 years ago
Diego Biurrun 223d678a3f Add missing path to #include statement. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Michael Niedermayer def1e277b9 Little fix for block sizes <16 17 years ago
Diego Biurrun a1fe4604d4 Revert previous mistaken commit. 17 years ago
Diego Biurrun 81f46d5ac9 ipp.h is a system header, use <> when #including it. 17 years ago
Diego Biurrun 22700471a9 dsputil.h is not a system header, use "" when #including it. 17 years ago
Michael Niedermayer 058aae3ce7 Improve motion estimation metric. 17 years ago
Aurelien Jacobs 931141055b remove useless comment 17 years ago
Aurelien Jacobs 5210529e2d ensure vp56_decode_frame always return unchanged buf_size 17 years ago
Ramiro Polla 40d0e665d0 Do not misuse long as the size of a register in x86. 17 years ago
Carl Eugen Hoyos 35027eddf3 Do not return -1 from void functions. 17 years ago
Carl Eugen Hoyos e0a0c85dbd One const per declaration is enough. 17 years ago
Baptiste Coudurier 6650c4c3a8 export dnxhd encoded picture quality 17 years ago
Diego Biurrun a5c0969a33 Remove one more set of useless parentheses from a return call. 17 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Jason Garrett-Glaser 144783887c Use a state machine to reduce branching logic in decode_cabac_residual. 17 years ago
Ramiro Polla d010a2d5be Prevent targaenc.c from outputting trash byte. 17 years ago
Sisir Koppaka 9db5bdfaa5 Add complete multimedia Wiki URL, patch by Sisir Koppaka. 17 years ago
Ramiro Polla 1f4fa6a4ef Indent. 17 years ago
Ramiro Polla 0ec7b71de8 Do not read out of array bounds. 17 years ago
Michael Niedermayer f7739f3708 Output buffer overflow. 17 years ago
Michael Niedermayer 494e353179 Heap buffer overflow. 17 years ago
Michael Niedermayer 83e9a67d7c Fix memset(0) based buffer overflow. 17 years ago
Michael Niedermayer 3df9ce75b5 Move declaration a little. 17 years ago
Michael Niedermayer 8f51f55564 Setting i to 0 once should do. 17 years ago
Diego Biurrun 20c9c8eec8 cosmetics: Consistently use C-style comments in #endif preprocessor directives. 17 years ago
Anuradha Suraparaju f7cd9eed5d Add Dirac support through libschroedinger. 17 years ago
Diego Biurrun 34499963e3 10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so 17 years ago
Måns Rullgård 0852e30b53 fix checkheaders when libdirac not installed 17 years ago
Måns Rullgård 7c43009358 add necessary #includes in headers 17 years ago
Anuradha Suraparaju 690bfceb20 Dirac decoding/encoding support via libdirac. 17 years ago
Diego Biurrun 575e696ce4 Add Dirac parser from SoC; written by Marco Gerards; 17 years ago