summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2008-05-11
| | | | | | This will allow to reuse the code in the SIPR decoder. Originally committed as revision 13108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-10
| | | | Originally committed as revision 13107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-10
| | | | Originally committed as revision 13106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,Vitor Sessak2008-05-10
| | | | | | some further prettyprinting by myself. Originally committed as revision 13105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing path to #include.Benoit Fouet2008-05-09
| | | | Originally committed as revision 13104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing required header directly.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing path to #include.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing path to #include statement.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove in_asm_used_var_warning_killer()Keiji Costantini2008-05-09
| | | | | | Patch by Keiji Costantini ( strites gmail com ) Originally committed as revision 26706 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove -I flags pointing to local paths, they are no longer necessary.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant #undef statements that were mistakenly committed.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IFF stereo supportJai Menon2008-05-09
| | | | | | Patch by Jai Menon ( realityman gmx net ) Originally committed as revision 13097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required stdint.h header.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Little fix for block sizes <16Michael Niedermayer2008-05-09
| | | | Originally committed as revision 13095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous mistaken commit.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ipp.h is a system header, use <> when #including it.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dsputil.h is not a system header, use "" when #including it.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* string.h is a system header file, so use <> for it.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve motion estimation metric.Michael Niedermayer2008-05-09
| | | | | | Patch by Michael Niedermayer Originally committed as revision 13090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use enum type instead of intAurelien Jacobs2008-05-09
| | | | Originally committed as revision 13089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2008-05-09
| | | | Originally committed as revision 13088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add support for lzo compressed tracksAurelien Jacobs2008-05-09
| | | | Originally committed as revision 13087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless commentAurelien Jacobs2008-05-08
| | | | Originally committed as revision 13086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fail gracefully when seeking don't workAurelien Jacobs2008-05-08
| | | | Originally committed as revision 13085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include required stdint.h header directly.Diego Biurrun2008-05-08
| | | | Originally committed as revision 13084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs2008-05-08
| | | | Originally committed as revision 13083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add support for track content encodingAurelien Jacobs2008-05-08
| | | | | | Only the header strip method is supported for now. Originally committed as revision 13082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-08
| | | | | | typedef x86_reg as the appropriate size and use it instead. Originally committed as revision 13081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not return -1 from void functions.Carl Eugen Hoyos2008-05-08
| | | | Originally committed as revision 13080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One const per declaration is enough.Carl Eugen Hoyos2008-05-08
| | | | Originally committed as revision 13079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include required headers directly.Diego Biurrun2008-05-08
| | | | Originally committed as revision 13078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettyprinting cosmeticsDiego Biurrun2008-05-08
| | | | Originally committed as revision 13077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compile network-related code conditionally.Ramiro Polla2008-05-08
| | | | Originally committed as revision 13076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for sys/resource.h and include it conditionally.Ramiro Polla2008-05-08
| | | | Originally committed as revision 13075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable libdirac decoder if the faster libschroedinger decoder is available.Anuradha Suraparaju2008-05-08
| | | | | | patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include stdint.h instead of using a manual typedef for uint8_t.Diego Biurrun2008-05-07
| | | | Originally committed as revision 13073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When compiling with -fmudflap configure fill EXTERN_PREFIX with garbageMatthieu Castet2008-05-07
| | | | | | | (some mudflap symbol), so just pick out ff_extern symbols in this case. patch by matthieu castet, castet.matthieu free fr Originally committed as revision 13072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export dnxhd encoded picture qualityBaptiste Coudurier2008-05-06
| | | | Originally committed as revision 13071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove one more set of useless parentheses from a return call.Diego Biurrun2008-05-06
| | | | Originally committed as revision 13070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
| | | | Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor wording fixDiego Biurrun2008-05-06
| | | | Originally committed as revision 13068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In pkg-config files, libraries not exposed through the library, but just neededAnssi Hannula2008-05-06
| | | | | | | during static linking should be listed under Libs.private, not Libs. patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 13067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor spelling fixDiego Biurrun2008-05-06
| | | | Originally committed as revision 13066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: whitespace/order changes, if/then --> && in pkg-config sectionDiego Biurrun2008-05-05
| | | | Originally committed as revision 13065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge both pkg-config creation commands into one.Diego Biurrun2008-05-05
| | | | Originally committed as revision 13064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In the pkg-config file generation, derive the short name from the libraryDiego Biurrun2008-05-05
| | | | | | name instead of passing it as a parameter. Originally committed as revision 13063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray extra parameter from libavutil pkg-config command.Diego Biurrun2008-05-05
| | | | Originally committed as revision 13062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort lines (correctly)Diego Biurrun2008-05-05
| | | | Originally committed as revision 26673 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale