aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_xvmc.c
Commit message (Expand)AuthorAge
* libvo: remove UNUSED() macrosGravatar diego2010-11-02
* spelling fixesGravatar siretart2010-11-02
* Merge svn changes up to r31004Gravatar Uoti Urpala2010-04-26
|\
| * Use (void) instead of () to indicate a parameterless function, fixes:Gravatar diego2010-03-28
* | Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\|
| * Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\|
| * Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Fix warning: Add forgotten 'int' to variable declaration.Gravatar iive2009-03-15
| * cosmetics: typo fixGravatar diego2009-03-15
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_x...Gravatar reimar2009-03-07
| * Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* | Merge svn changes up to r28690Gravatar Uoti Urpala2009-02-21
|\|
| * Turn all remaining printf() into mp_msg().Gravatar iive2009-02-20
| * Cleanup.Gravatar iive2009-02-20
| * Cosmetics part2. Indent local variable definitions like the rest of the code.Gravatar iive2009-02-20
| * Cosmetics part 1. Reindent to 4 spaces.Gravatar iive2009-02-20
| * Comment out "else" statement without following block.Gravatar iive2009-02-20
| * Move libavcodec includes together.Gravatar iive2009-02-20
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Extend calc_src_dst_rects to also calculate the border values needed forGravatar reimar2009-02-17
| * Replace double semicolon by single semicolon.Gravatar diego2009-02-16
* | Merge svn changes up to r28610Gravatar Uoti Urpala2009-02-16
|\|
| * Sync renaming of xvmc struct members in FFmpeg.Gravatar diego2009-02-16
| * The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.Gravatar diego2009-02-15
| * Reflect ffmpeg change of xvmc struct field to xvmc_id.Gravatar iive2009-02-15
| * whitespace cosmetics: Remove all tabs and trailing whitespace.Gravatar diego2009-02-15
| * The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.Gravatar diego2009-02-15
| * Remove unnecessary #ifdef around internal #include.Gravatar diego2009-02-15
| * The xmvc structure member magic_id was renamed to unique_id.Gravatar diego2009-02-15
| * Reflect the change of xvmc struct name.Gravatar iive2009-02-15
| * Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need toGravatar reimar2009-02-15
| * Now xvmc struct uses magic_id fieldGravatar iive2009-02-15
| * Remove display_flag remains as the member has been removed from the xvmc struct.Gravatar iive2009-02-15
| * Remove some xvmc field initializations. They are not used byGravatar iive2009-02-14
| * Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.Gravatar diego2009-02-14
* | Merge svn changes up to r28549Gravatar Uoti Urpala2009-02-13
|\|
| * Add a calc_src_dst_rects that calculates from window size, panscan etc.Gravatar reimar2009-02-12
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Fix build: calc_drwXY was factorized into vo_calc_drwXY.Gravatar diego2009-01-09
| * Factor calc_drwXY out of vo_xv and vo_xvmc.Gravatar cehoyos2009-01-09
| * Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
| * Sync with latest round of xvmc changes in FFmpeg.Gravatar diego2009-01-02
* | Merge svn changes up to r28038Gravatar Uoti Urpala2008-11-25
|\|
| * Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declarationGravatar reimar2008-11-23