summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2008-05-11
* Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-10
* Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-10
* cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,Vitor Sessak2008-05-10
* Add missing path to #include.Benoit Fouet2008-05-09
* Add missing required header directly.Diego Biurrun2008-05-09
* Add missing path to #include.Diego Biurrun2008-05-09
* Add missing path to #include statement.Diego Biurrun2008-05-09
* Remove in_asm_used_var_warning_killer()Keiji Costantini2008-05-09
* Remove -I flags pointing to local paths, they are no longer necessary.Diego Biurrun2008-05-09
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Remove redundant #undef statements that were mistakenly committed.Diego Biurrun2008-05-09
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* IFF stereo supportJai Menon2008-05-09
* Add required stdint.h header.Diego Biurrun2008-05-09
* Little fix for block sizes <16Michael Niedermayer2008-05-09
* Revert previous mistaken commit.Diego Biurrun2008-05-09
* ipp.h is a system header, use <> when #including it.Diego Biurrun2008-05-09
* dsputil.h is not a system header, use "" when #including it.Diego Biurrun2008-05-09
* string.h is a system header file, so use <> for it.Diego Biurrun2008-05-09
* Improve motion estimation metric.Michael Niedermayer2008-05-09
* use enum type instead of intAurelien Jacobs2008-05-09
* cosmetics: indentationAurelien Jacobs2008-05-09
* matroskadec: add support for lzo compressed tracksAurelien Jacobs2008-05-09
* remove useless commentAurelien Jacobs2008-05-08
* matroskadec: fail gracefully when seeking don't workAurelien Jacobs2008-05-08
* #include required stdint.h header directly.Diego Biurrun2008-05-08
* ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs2008-05-08
* matroskadec: add support for track content encodingAurelien Jacobs2008-05-08
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-08
* Do not return -1 from void functions.Carl Eugen Hoyos2008-05-08
* One const per declaration is enough.Carl Eugen Hoyos2008-05-08
* #include required headers directly.Diego Biurrun2008-05-08
* prettyprinting cosmeticsDiego Biurrun2008-05-08
* Compile network-related code conditionally.Ramiro Polla2008-05-08
* Check for sys/resource.h and include it conditionally.Ramiro Polla2008-05-08
* Disable libdirac decoder if the faster libschroedinger decoder is available.Anuradha Suraparaju2008-05-08
* #include stdint.h instead of using a manual typedef for uint8_t.Diego Biurrun2008-05-07
* When compiling with -fmudflap configure fill EXTERN_PREFIX with garbageMatthieu Castet2008-05-07
* export dnxhd encoded picture qualityBaptiste Coudurier2008-05-06
* Remove one more set of useless parentheses from a return call.Diego Biurrun2008-05-06
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* minor wording fixDiego Biurrun2008-05-06
* In pkg-config files, libraries not exposed through the library, but just neededAnssi Hannula2008-05-06
* minor spelling fixDiego Biurrun2008-05-06
* cosmetics: whitespace/order changes, if/then --> && in pkg-config sectionDiego Biurrun2008-05-05
* Merge both pkg-config creation commands into one.Diego Biurrun2008-05-05
* In the pkg-config file generation, derive the short name from the libraryDiego Biurrun2008-05-05
* Remove stray extra parameter from libavutil pkg-config command.Diego Biurrun2008-05-05
* cosmetics: sort lines (correctly)Diego Biurrun2008-05-05