aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAge
* 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
* Make vd_ffmpeg work with lavf demuxer also for RealVideo.Gravatar reimar2007-09-16
* Remove pointless #ifdef HAVE_XVMC within get_format(), all of the functionGravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* cosmetics: Add some explanatory comments to #endif directives.Gravatar diego2007-08-28
* Fix some unused variable warnings.Gravatar diego2007-08-25
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' ...Gravatar gpoirier2007-03-07
* cosmetics: Fix some common typos, appropiate --> appropRiate,Gravatar diego2007-02-24
* reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by MichaelGravatar nicodvb2007-02-20
* mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many ...Gravatar michael2007-02-17
* Revert part of commit r22170.Gravatar iive2007-02-07
* Fix compilation after deprecation of some lav log level andGravatar reimar2007-02-07
* Add missing checks in RealVideo slice handling code.Gravatar reimar2007-02-06
* CosmeticsGravatar reimar2007-02-03
* Avoid crash in uninit if codec not foundGravatar reimar2007-02-03
* Swap palette on bigendian.Gravatar reimar2007-01-31
* BE_32 -> AV_RB32Gravatar reimar2007-01-19
* Get rid of min/max macros from aviheader.h, they do not belong here.Gravatar reimar2006-12-09
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Fix memleak if vd_ffmpeg init failsGravatar reimar2006-12-06
* Compile fix, BE_32 definition has been movedGravatar reimar2006-12-03
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.Gravatar reimar2006-11-26
* Useless use of strstr, strchr is good enough.Gravatar reimar2006-11-26
* Check the log level before processing the messageGravatar henry2006-11-26