summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* use ff_xvmc for function names instead of XVMC_Ivan Kalvachev2009-02-14
| | | | Originally committed as revision 17254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Restore vertical alignment.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify xvmc struct fields usage distribution (internal communication)Ivan Kalvachev2009-02-14
| | | | Originally committed as revision 17252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygen style commentsIvan Kalvachev2009-02-14
| | | | Originally committed as revision 17251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace useless X11 #includes by the one that actually provides the requiredDiego Biurrun2009-02-14
| | | | | | declarations of XvMCMacroBlock and XvMCSurface. Originally committed as revision 17250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: vertical alignmentDiego Biurrun2009-02-14
| | | | Originally committed as revision 17249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix non-Doxygen comment.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vertically align xvmc struct member commentsIvan Kalvachev2009-02-14
| | | | Originally committed as revision 17246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename xvmc flags to follow ffmpeg AV_ notion.Ivan Kalvachev2009-02-14
| | | | | | preserve MP_ ones until next major bump. Originally committed as revision 17245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give public #defines that are used by MPlayer an AV_ prefix.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update multiple inclusion guards to match filename.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove assertion that use external definitionsIvan Kalvachev2009-02-14
| | | | Originally committed as revision 17241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation: Restore mistakenly removed constant definitions.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make hScale_altivec_real() trim its output like other implementations doKostya Shishkov2009-02-14
| | | | Originally committed as revision 28556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Some AltiVec functions in SwScaler produce different output than theirKostya Shishkov2009-02-14
| | | | | | counterparts in pure C, so don't invoke them in bitexact mode. Originally committed as revision 28555 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* explain chroma_format field in xvmc structIvan Kalvachev2009-02-14
| | | | Originally committed as revision 17239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* describe idct variable in xvmc structIvan Kalvachev2009-02-14
| | | | Originally committed as revision 17238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Describe the purpose of magic in xvmc structure.Ivan Kalvachev2009-02-14
| | | | Originally committed as revision 17237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: vertical alignmentDiego Biurrun2009-02-14
| | | | Originally committed as revision 17236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: another round of formatting consistency fixesDiego Biurrun2009-02-14
| | | | Originally committed as revision 17235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: consistent (more or less) K&R styleDiego Biurrun2009-02-14
| | | | Originally committed as revision 17234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Fix indentation depth.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out code.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Remove stray character that slipped into header name.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from ↵Michael Niedermayer2009-02-14
| | | | | | | | incompatible pointer type" The alternative (schoolbook) solution is less readable. Originally committed as revision 17230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use consistent indent style in oggdec.Peter Ross2009-02-14
| | | | Originally committed as revision 17227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make xvmc.h an installed header, applications like MPlayer need it.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert adding a _pixfmt to vdpau/xvmc header names.Diego Biurrun2009-02-14
| | | | | | Since vdpau.h was an installed header this would break API. Originally committed as revision 17225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical orderDiego Biurrun2009-02-14
| | | | Originally committed as revision 17224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_uninit to variable declarations to fix the false positive warnings:Patrik Kullman2009-02-14
| | | | | | | | vhook/ppm.c:236: warning: 'out_height' may be used uninitialized in this function vhook/ppm.c:235: warning: 'out_width' may be used uninitialized in this function patch by Patrik Kullman, patrik yes nu Originally committed as revision 17223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avfilter_parse_graph() invalid graph description detection.Stefano Sabatini2009-02-14
| | | | | | | See the thread: "[FFmpeg-devel] [PATCH] Fix avfilter-parse-graph()". Originally committed as revision 17222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable dropping frames for RV3/4Kostya Shishkov2009-02-14
| | | | Originally committed as revision 17221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavcodec/internal.h include to avoid warning: implicit declaration ofPatrik Kullman2009-02-13
| | | | | | | | function ‘ff_log_missing_feature’ Patch by Patrik Kullman ( patrik yes nu ) Originally committed as revision 17220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute body offset and index entry offset correctlyBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lpc: Remove false positive compilation warning about weight beingPatrik Kullman2009-02-13
| | | | | | uninitialized. Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assert that ff_lpc_calc_coefs() is called with a valid LPC method.Patrik Kullman2009-02-13
| | | | | | Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().Patrik Kullman2009-02-13
| | | | | | Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself as maintainer for lpc.[ch]Justin Ruggles2009-02-13
| | | | Originally committed as revision 17215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct field number for video according to specs, patch by Thierry ↵Thierry Foucu2009-02-13
| | | | | | Foucu, tfoucu at gmail dot com Originally committed as revision 17214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, rename nb_frames to nb_fieldsBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix slice offset computationBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-indent after last commit.Alex Converse2009-02-13
| | | | Originally committed as revision 17211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a ↵Alex Converse2009-02-13
| | | | | | | | independently switched CCE. Discussed/OKed at http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-February/062219.html Originally committed as revision 17210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add supported network protocols section.Diego Biurrun2009-02-13
| | | | Originally committed as revision 17209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless #if around the file, it is already conditionally compiled.Diego Biurrun2009-02-13
| | | | Originally committed as revision 17208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set mime type for mxfBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17207 to svn://svn.ffmpeg.org/ffmpeg/trunk