summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Add xvmc_internal.h that contains all internal xvmc function declarations.Diego Biurrun2009-02-144-9/+36
* Cosmetic 64 instead 8*8Ivan Kalvachev2009-02-141-1/+1
* Clarify some assert usage.Ivan Kalvachev2009-02-141-0/+2
* Document that ff_draw_horiz_band() could be used as hwaccell callback.Ivan Kalvachev2009-02-141-0/+3
* another (last?) round of K&R whitespace cosmeticsDiego Biurrun2009-02-141-3/+3
* whitespace cosmetics: Align some comments.Diego Biurrun2009-02-141-8/+8
* whitespace cosmetics: Put some spaces around operators for better readability.Diego Biurrun2009-02-141-4/+4
* Remove a comment that references a non-existing function.Diego Biurrun2009-02-141-1/+0
* Make one comment slightly clearer and more readable.Diego Biurrun2009-02-141-1/+1
* Remove one more commented-out line.Diego Biurrun2009-02-141-1/+1
* some more K&R whitespace cosmeticsDiego Biurrun2009-02-141-14/+14
* cosmetics: grammar/spelling/wording fixes in commentsDiego Biurrun2009-02-142-10/+11
* Remove useless comment.Diego Biurrun2009-02-141-1/+0
* Restore one set of parentheses to avoid the warning:Diego Biurrun2009-02-141-1/+1
* whitespace cosmetics: consistently format all commentsDiego Biurrun2009-02-141-35/+34
* whitespace cosmetics: Correctly indent all comments.Diego Biurrun2009-02-141-10/+10
* Clarify TODO commentIvan Kalvachev2009-02-141-1/+3
* Remove compatibility layer for old names of xvmc definitions.Diego Biurrun2009-02-141-9/+0
* Drop two more sets of useless parentheses.Diego Biurrun2009-02-141-1/+1
* get rid of the branch predictionIvan Kalvachev2009-02-141-8/+4
* cosmetics: Consistently format all if/else statements in K&R styleDiego Biurrun2009-02-141-8/+7
* Remove some useless parentheses.Diego Biurrun2009-02-141-4/+4
* Rename some forward declarations that were missed, fixes the warnings:Diego Biurrun2009-02-141-2/+2
* remove obsolete commentIvan Kalvachev2009-02-141-4/+0
* Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions.Diego Biurrun2009-02-141-2/+2
* remove some useless ()Ivan Kalvachev2009-02-141-3/+3
* use ff_xvmc for function names instead of XVMC_Ivan Kalvachev2009-02-143-16/+16
* whitespace cosmetics: Restore vertical alignment.Diego Biurrun2009-02-141-25/+21
* clarify xvmc struct fields usage distribution (internal communication)Ivan Kalvachev2009-02-141-5/+5
* doxygen style commentsIvan Kalvachev2009-02-141-25/+38
* Replace useless X11 #includes by the one that actually provides the requiredDiego Biurrun2009-02-141-6/+1
* whitespace cosmetics: vertical alignmentDiego Biurrun2009-02-141-28/+24
* Fix non-Doxygen comment.Diego Biurrun2009-02-141-1/+1
* Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.Diego Biurrun2009-02-141-0/+1
* vertically align xvmc struct member commentsIvan Kalvachev2009-02-141-12/+12
* Rename xvmc flags to follow ffmpeg AV_ notion.Ivan Kalvachev2009-02-141-4/+11
* Give public #defines that are used by MPlayer an AV_ prefix.Diego Biurrun2009-02-142-9/+9
* Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.Diego Biurrun2009-02-141-10/+10
* Update multiple inclusion guards to match filename.Diego Biurrun2009-02-141-3/+3
* remove assertion that use external definitionsIvan Kalvachev2009-02-141-2/+0
* Fix compilation: Restore mistakenly removed constant definitions.Diego Biurrun2009-02-141-0/+6
* explain chroma_format field in xvmc structIvan Kalvachev2009-02-141-1/+1
* describe idct variable in xvmc structIvan Kalvachev2009-02-141-7/+1
* Describe the purpose of magic in xvmc structure.Ivan Kalvachev2009-02-141-1/+1
* whitespace cosmetics: vertical alignmentDiego Biurrun2009-02-141-5/+5
* whitespace cosmetics: another round of formatting consistency fixesDiego Biurrun2009-02-141-6/+6
* whitespace cosmetics: consistent (more or less) K&R styleDiego Biurrun2009-02-141-50/+61
* whitespace cosmetics: Fix indentation depth.Diego Biurrun2009-02-141-10/+10
* Remove commented-out code.Diego Biurrun2009-02-141-18/+0
* Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun2009-02-144-13/+13
OpenPOWER on IntegriCloud