summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Check url_seek() in url_open().Michael Niedermayer2008-05-05
| | | | Originally committed as revision 13061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a state machine to reduce branching logic in decode_cabac_residual.Jason Garrett-Glaser2008-05-04
| | | | | | Patch by Jason Garrett-Glaser (darkshikari gmail com) Originally committed as revision 13060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reorder and align targetsLuca Barbato2008-05-04
| | | | Originally committed as revision 26671 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Build sparc arch specific code using the MakefileLuca Barbato2008-05-04
| | | | Originally committed as revision 26670 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Prevent targaenc.c from outputting trash byte.Ramiro Polla2008-05-04
| | | | Originally committed as revision 13059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical orderDiego Biurrun2008-05-04
| | | | Originally committed as revision 26669 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix configure for cross-compilation and --arch=amd64.Ramiro Polla2008-05-04
| | | | Originally committed as revision 13058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct length modifier for pointer diff argument in av_log() call.Diego Biurrun2008-05-04
| | | | Originally committed as revision 13057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 'comparison always false' warning.Diego Pettenò2008-05-04
| | | | | | patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 13056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka2008-05-04
| | | | Originally committed as revision 13055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indent.Ramiro Polla2008-05-04
| | | | Originally committed as revision 13054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read out of array bounds.Ramiro Polla2008-05-04
| | | | Originally committed as revision 13053 to svn://svn.ffmpeg.org/ffmpeg/trunk