| Commit message (Expand) | Author | Age |
* | revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331 | gpoirier | 2009-01-16 |
* | fix compilation on non x86 machines (PPC here) | gpoirier | 2009-01-16 |
* | Sync with latest round of xvmc changes in FFmpeg. | diego | 2009-01-02 |
* | xvmc is now a CONFIG_ option in FFmpeg. | diego | 2008-12-15 |
* | fix compilation with lavc version > r15270 | gpoirier | 2008-09-08 |
* | Fix compilation after libavcodec major version 52 changes | uau | 2008-09-08 |
* | Remove outdated URL from vd_info_t struct. | diego | 2008-09-06 |
* | handle the lavfpref demuxer in the same way as the lavf one | aurel | 2008-08-27 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | cosmetics: Remove pointless parentheses from return calls. | diego | 2008-05-16 |
* | Reformat very ugly code. | michael | 2008-05-10 |
* | AVOptions support for libavcodec based video decoders. | michael | 2008-05-10 |
* | Restore grayscale decoding support with FFmpeg. | diego | 2008-04-13 |
* | Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references | diego | 2008-03-07 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 |
* | typo fix: inited --> initialized | diego | 2008-02-14 |
* | Make m_option_t arrays referenced by cfg-common.h const | reimar | 2007-12-02 |
* | Change the frame format passed to lavc realvideo decoders to adapt for | rtogni | 2007-10-28 |
* | Disable direct rendering for ROQ video, the buffer management used by | rtogni | 2007-09-30 |
* | Make vd_ffmpeg work with lavf demuxer also for RealVideo. | reimar | 2007-09-16 |
* | Remove pointless #ifdef HAVE_XVMC within get_format(), all of the function | diego | 2007-08-28 |
* | warning fix: | diego | 2007-08-28 |
* | cosmetics: Add some explanatory comments to #endif directives. | diego | 2007-08-28 |
* | Fix some unused variable warnings. | diego | 2007-08-25 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 |
* | Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' ... | gpoirier | 2007-03-07 |
* | cosmetics: Fix some common typos, appropiate --> appropRiate, | diego | 2007-02-24 |
* | reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael | nicodvb | 2007-02-20 |
* | mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many ... | michael | 2007-02-17 |
* | Revert part of commit r22170. | iive | 2007-02-07 |
* | Fix compilation after deprecation of some lav log level and | reimar | 2007-02-07 |
* | Add missing checks in RealVideo slice handling code. | reimar | 2007-02-06 |
* | Cosmetics | reimar | 2007-02-03 |
* | Avoid crash in uninit if codec not found | reimar | 2007-02-03 |
* | Swap palette on bigendian. | reimar | 2007-01-31 |
* | BE_32 -> AV_RB32 | reimar | 2007-01-19 |
* | Get rid of min/max macros from aviheader.h, they do not belong here. | reimar | 2006-12-09 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 |
* | Fix memleak if vd_ffmpeg init fails | reimar | 2006-12-06 |
* | Compile fix, BE_32 definition has been moved | reimar | 2006-12-03 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | Fix incorrect use of be2me_32 on a pointer, use BE_32 instead. | reimar | 2006-11-26 |
* | Useless use of strstr, strchr is good enough. | reimar | 2006-11-26 |
* | Check the log level before processing the message | henry | 2006-11-26 |
* | Fix extradata passing to lavc RV20 decoder | rtogni | 2006-11-14 |
* | feed av_log() through mp_msg() | michael | 2006-11-07 |
* | Fix SVQ3 extradata handling so it works correctly with demux_lavf | pacman | 2006-07-31 |
* | Fix bogus pointer addition in the extraction of extradata from | pacman | 2006-07-31 |
* | Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle. | diego | 2006-07-13 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 |