summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation error.Vladimir Voroshilov2008-05-111-1/+1
* fix reading of samples-per-frameJustin Ruggles2008-05-111-1/+1
* various filters for ACELP-based codecsVladimir Voroshilov2008-05-112-0/+238
* Simplify a list of array allocations with a loop.Vitor Sessak2008-05-111-11/+3
* Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2008-05-112-24/+28
* Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-101-1/+0
* Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-101-48/+20
* cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,Vitor Sessak2008-05-101-372/+438
* Add missing path to #include.Benoit Fouet2008-05-091-1/+1
* Add missing required header directly.Diego Biurrun2008-05-091-0/+1
* Add missing path to #include.Diego Biurrun2008-05-091-1/+1
* Add missing path to #include statement.Diego Biurrun2008-05-091-1/+1
* Remove in_asm_used_var_warning_killer()Keiji Costantini2008-05-091-10/+0
* Remove -I flags pointing to local paths, they are no longer necessary.Diego Biurrun2008-05-091-2/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-094-6/+6
* Remove redundant #undef statements that were mistakenly committed.Diego Biurrun2008-05-091-3/+0
* Use full path for #includes from another directory.Diego Biurrun2008-05-09192-319/+351
* IFF stereo supportJai Menon2008-05-091-1/+27
* Add required stdint.h header.Diego Biurrun2008-05-091-0/+1
* Little fix for block sizes <16Michael Niedermayer2008-05-091-1/+1
* Revert previous mistaken commit.Diego Biurrun2008-05-094-10/+10
* ipp.h is a system header, use <> when #including it.Diego Biurrun2008-05-095-11/+11
* dsputil.h is not a system header, use "" when #including it.Diego Biurrun2008-05-091-1/+1
* string.h is a system header file, so use <> for it.Diego Biurrun2008-05-091-1/+1
* Improve motion estimation metric.Michael Niedermayer2008-05-091-1/+12
* use enum type instead of intAurelien Jacobs2008-05-091-1/+1
* cosmetics: indentationAurelien Jacobs2008-05-091-1/+1
* matroskadec: add support for lzo compressed tracksAurelien Jacobs2008-05-091-6/+27
* remove useless commentAurelien Jacobs2008-05-081-2/+0
* matroskadec: fail gracefully when seeking don't workAurelien Jacobs2008-05-081-1/+1
* #include required stdint.h header directly.Diego Biurrun2008-05-081-0/+2
* ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs2008-05-081-3/+4
* matroskadec: add support for track content encodingAurelien Jacobs2008-05-082-2/+171
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-0821-175/+187
* Do not return -1 from void functions.Carl Eugen Hoyos2008-05-081-2/+2
* One const per declaration is enough.Carl Eugen Hoyos2008-05-081-1/+1
* #include required headers directly.Diego Biurrun2008-05-081-1/+7
* prettyprinting cosmeticsDiego Biurrun2008-05-081-6/+6
* Compile network-related code conditionally.Ramiro Polla2008-05-081-0/+4
* Check for sys/resource.h and include it conditionally.Ramiro Polla2008-05-082-2/+5
* Disable libdirac decoder if the faster libschroedinger decoder is available.Anuradha Suraparaju2008-05-081-0/+3
* #include stdint.h instead of using a manual typedef for uint8_t.Diego Biurrun2008-05-071-1/+1
* When compiling with -fmudflap configure fill EXTERN_PREFIX with garbageMatthieu Castet2008-05-071-1/+1
* export dnxhd encoded picture qualityBaptiste Coudurier2008-05-061-0/+2
* Remove one more set of useless parentheses from a return call.Diego Biurrun2008-05-061-1/+1
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-0622-33/+33
* minor wording fixDiego Biurrun2008-05-061-1/+1
* In pkg-config files, libraries not exposed through the library, but just neededAnssi Hannula2008-05-061-2/+4
* minor spelling fixDiego Biurrun2008-05-061-2/+2
* cosmetics: whitespace/order changes, if/then --> && in pkg-config sectionDiego Biurrun2008-05-051-10/+3