aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.Diego Biurrun2009-02-142-1/+1
* Make xvmc.h an installed header, applications like MPlayer need it.Diego Biurrun2009-02-141-1/+1
* Revert adding a _pixfmt to vdpau/xvmc header names.Diego Biurrun2009-02-145-4/+4
* cosmetics: alphabetical orderDiego Biurrun2009-02-141-3/+3
* Enable dropping frames for RV3/4Kostya Shishkov2009-02-141-0/+9
* lpc: Remove false positive compilation warning about weight beingPatrik Kullman2009-02-131-1/+1
* Assert that ff_lpc_calc_coefs() is called with a valid LPC method.Patrik Kullman2009-02-131-1/+1
* lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().Patrik Kullman2009-02-131-0/+5
* Re-indent after last commit.Alex Converse2009-02-131-14/+14
* Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently...Alex Converse2009-02-131-0/+4
* In RV3/4 nonzero MB offset for the first slice also indicates errorKostya Shishkov2009-02-131-1/+1
* Put dispatch_tab in the rodata section for macho64.Alexander Strange2009-02-131-0/+6
* Correctly map ADTS profile_ObjectType to MPEG-4 AOTAlex Converse2009-02-131-1/+1
* add SSE2 version of vp6_filter_diagZuxy Meng2009-02-134-3/+136
* add MMX version of vp6_filter_diagSebastien Lucas2009-02-124-3/+149
* convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs2009-02-123-3/+3
* Fix compilation, there is no file vdpauvideo.c, only vdpau.cReimar Döffinger2009-02-121-4/+4
* AAC: Cosmetic alterations after the last commitRobert Swain2009-02-121-6/+3
* Give an error message when returning due to an unallocated channel elementAlex Converse2009-02-121-0/+3
* Add support for sample rate index 12, 7350 HzAlex Converse2009-02-123-10/+12
* Remove bogus coupling_point assignment for non-CCE as this value is not checkedAlex Converse2009-02-121-2/+0
* Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2009-02-122-0/+3
* 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.Diego Biurrun2009-02-121-1/+1
* Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h asDiego Biurrun2009-02-124-3/+3