summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* cosmetics: grammar/spelling/wording fixes in commentsDiego Biurrun2009-02-14
* Remove useless comment.Diego Biurrun2009-02-14
* Restore one set of parentheses to avoid the warning:Diego Biurrun2009-02-14
* whitespace cosmetics: consistently format all commentsDiego Biurrun2009-02-14
* whitespace cosmetics: Correctly indent all comments.Diego Biurrun2009-02-14
* Clarify TODO commentIvan Kalvachev2009-02-14
* Remove compatibility layer for old names of xvmc definitions.Diego Biurrun2009-02-14
* Drop two more sets of useless parentheses.Diego Biurrun2009-02-14
* get rid of the branch predictionIvan Kalvachev2009-02-14
* cosmetics: Consistently format all if/else statements in K&R styleDiego Biurrun2009-02-14
* Remove some useless parentheses.Diego Biurrun2009-02-14
* Rename some forward declarations that were missed, fixes the warnings:Diego Biurrun2009-02-14
* remove obsolete commentIvan Kalvachev2009-02-14
* Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions.Diego Biurrun2009-02-14
* remove some useless ()Ivan Kalvachev2009-02-14
* use ff_xvmc for function names instead of XVMC_Ivan Kalvachev2009-02-14
* whitespace cosmetics: Restore vertical alignment.Diego Biurrun2009-02-14
* clarify xvmc struct fields usage distribution (internal communication)Ivan Kalvachev2009-02-14
* doxygen style commentsIvan Kalvachev2009-02-14
* Replace useless X11 #includes by the one that actually provides the requiredDiego Biurrun2009-02-14
* whitespace cosmetics: vertical alignmentDiego Biurrun2009-02-14
* Fix non-Doxygen comment.Diego Biurrun2009-02-14
* Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.Diego Biurrun2009-02-14
* vertically align xvmc struct member commentsIvan Kalvachev2009-02-14
* Rename xvmc flags to follow ffmpeg AV_ notion.Ivan Kalvachev2009-02-14
* Give public #defines that are used by MPlayer an AV_ prefix.Diego Biurrun2009-02-14
* Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.Diego Biurrun2009-02-14
* Update multiple inclusion guards to match filename.Diego Biurrun2009-02-14
* remove assertion that use external definitionsIvan Kalvachev2009-02-14
* Fix compilation: Restore mistakenly removed constant definitions.Diego Biurrun2009-02-14
* explain chroma_format field in xvmc structIvan Kalvachev2009-02-14
* describe idct variable in xvmc structIvan Kalvachev2009-02-14
* Describe the purpose of magic in xvmc structure.Ivan Kalvachev2009-02-14
* whitespace cosmetics: vertical alignmentDiego Biurrun2009-02-14
* whitespace cosmetics: another round of formatting consistency fixesDiego Biurrun2009-02-14
* whitespace cosmetics: consistent (more or less) K&R styleDiego Biurrun2009-02-14
* whitespace cosmetics: Fix indentation depth.Diego Biurrun2009-02-14
* Remove commented-out code.Diego Biurrun2009-02-14
* Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun2009-02-14
* Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.Diego Biurrun2009-02-14
* Make xvmc.h an installed header, applications like MPlayer need it.Diego Biurrun2009-02-14
* Revert adding a _pixfmt to vdpau/xvmc header names.Diego Biurrun2009-02-14
* cosmetics: alphabetical orderDiego Biurrun2009-02-14
* Enable dropping frames for RV3/4Kostya Shishkov2009-02-14
* lpc: Remove false positive compilation warning about weight beingPatrik Kullman2009-02-13
* Assert that ff_lpc_calc_coefs() is called with a valid LPC method.Patrik Kullman2009-02-13
* lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().Patrik Kullman2009-02-13
* Re-indent after last commit.Alex Converse2009-02-13
* Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently...Alex Converse2009-02-13
* In RV3/4 nonzero MB offset for the first slice also indicates errorKostya Shishkov2009-02-13