aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAge
...
| * Merge two checks for mpi != NULLGravatar reimar2009-02-15
| * Make the default release_buffer work for XvMC, use it and remove mc_release_b...Gravatar reimar2009-02-15
| * Get rid of mc_render_slice and use the generic draw_slice instead.Gravatar reimar2009-02-15
| * Reflect the change of xvmc struct name.Gravatar iive2009-02-15
| * Now xvmc struct uses magic_id fieldGravatar iive2009-02-15
| * Use fmt-conversion.h in vd_ffmpeg.cGravatar reimar2009-02-14
| * Consistently place whitespace around * ( ) and ,Gravatar reimar2009-02-14
| * Remove useless breakGravatar reimar2009-02-14
| * Indentation and other whitespace fixesGravatar reimar2009-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
|\|
| * 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists,Gravatar reimar2009-02-12
| * Remove trailing whitespace from vd_ffmpeg.Gravatar reimar2009-02-12
| * Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style.Gravatar reimar2009-02-12
| * Remove several #ifdefs that check for libavcodec features from vd_ffmpeg.Gravatar reimar2009-02-12
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * change internal real video packetizing format to the more straight forward oneGravatar aurel2009-02-09
* | Merge svn changes up to r28461Gravatar Uoti Urpala2009-02-04
|\|
| * Convert CONFIG_XVMC into a 0/1 definition.Gravatar zuxy2009-02-02
| * revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331Gravatar gpoirier2009-01-16
| * fix compilation on non x86 machines (PPC here)Gravatar gpoirier2009-01-16
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Sync with latest round of xvmc changes in FFmpeg.Gravatar diego2009-01-02
* | Merge svn changes up to r28162Gravatar Uoti Urpala2008-12-19
|\|
| * xvmc is now a CONFIG_ option in FFmpeg.Gravatar diego2008-12-15
* | Merge svn changes up to r27573Gravatar Uoti Urpala2008-09-10
|\|
| * fix compilation with lavc version > r15270Gravatar gpoirier2008-09-08
| * Fix compilation after libavcodec major version 52 changesGravatar uau2008-09-08
| * Remove outdated URL from vd_info_t struct.Gravatar diego2008-09-06
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * handle the lavfpref demuxer in the same way as the lavf oneGravatar aurel2008-08-27
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Reformat very ugly code.Gravatar michael2008-05-10
| * AVOptions support for libavcodec based video decoders.Gravatar michael2008-05-10
* | Make video decoder description structs constGravatar Uoti Urpala2008-04-25
* | Move vd_use_slices to options structGravatar Uoti Urpala2008-04-25
* | Move -lavdopts to options structGravatar Uoti Urpala2008-04-25
* | vd_ffmpeg.c: Eliminate some compiler warningsGravatar Uoti Urpala2008-04-25
|/
* Restore grayscale decoding support with FFmpeg.Gravatar diego2008-04-13
* Grayscale encoding/decoding with FFmpeg is no longer enabled, remove referencesGravatar diego2008-03-07
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* typo fix: inited --> initializedGravatar diego2008-02-14
* Make m_option_t arrays referenced by cfg-common.h constGravatar reimar2007-12-02
* Change the frame format passed to lavc realvideo decoders to adapt for Gravatar rtogni2007-10-28
* Disable direct rendering for ROQ video, the buffer management used by Gravatar rtogni2007-09-30