| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv). | corey | 2007-05-17 | 1 | -0/+1 |
* | Include string.h for memcpy, fastmemcpy.h alone is not enough. | reimar | 2007-05-16 | 2 | -0/+2 |
* | Make vd_raw VDCTRL_QUERY_FORMAT simpler to understand | reimar | 2007-05-14 | 1 | -1/+2 |
* | Add DV fourcc. | corey | 2007-05-13 | 1 | -0/+2 |
* | Fix "inline keyword not at beginning of declaration" warning. | diego | 2007-05-05 | 1 | -1/+1 |
* | add "level" as lavc option | cehoyos | 2007-05-03 | 1 | -0/+3 |
* | Remove unused variable, | reimar | 2007-04-29 | 1 | -1/+0 |
* | Add -ass-hinting option for setting font hinting method. | eugeni | 2007-04-27 | 3 | -4/+5 |
* | Simplify preprocessor directives: There is a general variable for | diego | 2007-04-26 | 2 | -3/+3 |
* | Add config.h variables for static FFmpeg libraries. | diego | 2007-04-26 | 1 | -1/+1 |
* | Add general variables for either static or shared FFmpeg libraries. | diego | 2007-04-26 | 1 | -4/+1 |
* | cosmetics: Rename Makefile variable CONFIG_ASS --> ASS. | diego | 2007-04-25 | 1 | -1/+1 |
* | cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables. | diego | 2007-04-25 | 1 | -7/+7 |
* | Gui --> gui | diego | 2007-04-23 | 1 | -1/+1 |
* | support format=y8 with -ovc raw | lorenm | 2007-04-11 | 1 | -0/+4 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 | 3 | -4/+4 |
* | Fix double close() in ve_vfw.c | iive | 2007-03-24 | 1 | -1/+0 |
* | cosmetics: Merge #ifdefs for better readability. | diego | 2007-03-23 | 1 | -6/+2 |
* | allows to de- and reactivate kerndeint on the fly | cehoyos | 2007-03-22 | 1 | -2/+22 |
* | Conditionally compile vf_bmovl.c instead of enclosing all of the file | diego | 2007-03-21 | 2 | -5/+1 |
* | Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line | diego | 2007-03-21 | 2 | -2/+2 |
* | Move libav* include CFLAGS to mpcommon.mak instead of duplicating them. | diego | 2007-03-18 | 1 | -3/+0 |
* | Add explicit location for headers from the libmpdemux/ directory. | diego | 2007-03-15 | 24 | -64/+62 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 15 | -22/+22 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 9 | -9/+8 |
* | Use explicit header location, don't use CFLAGS for simple subdirectories. | diego | 2007-03-15 | 3 | -4/+3 |
* | Include loader/ prefix in #include path everywhere. | diego | 2007-03-15 | 12 | -20/+19 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -101/+99 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -42/+40 |
* | Source files should not contain non-ASCII characters. | diego | 2007-03-12 | 1 | -2/+2 |
* | Allow demuxers to return packets with no pts in -correct-pts mode | uau | 2007-03-11 | 1 | -3/+10 |
* | Reindent messy functions before working on them | uau | 2007-03-11 | 1 | -68/+71 |
* | Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' ... | gpoirier | 2007-03-07 | 1 | -1/+4 |
* | Discard earlier failure in building filter chain when trying a new codec. | reimar | 2007-03-03 | 1 | -0/+3 |
* | Use libavutil's av_clip* instead of unreadable MIN/MAX chaos. | reimar | 2007-03-01 | 2 | -15/+8 |
* | Adding an extra -I.. parameter is no longer necessary. | diego | 2007-02-27 | 1 | -3/+1 |
* | compilation fix clip_uint8 -> av_clip_uint8 | rik | 2007-02-27 | 1 | -1/+1 |
* | cosmetics: Fix some common typos, appropiate --> appropRiate, | diego | 2007-02-24 | 2 | -2/+2 |
* | cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion. | diego | 2007-02-21 | 2 | -3/+3 |
* | reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael | nicodvb | 2007-02-20 | 1 | -7/+4 |
* | Controllable quality setting of VFW enconding, through the dumped state of th... | alex | 2007-02-18 | 1 | -2/+51 |
* | Make liblzo conditional to the appropriate #defines. | diego | 2007-02-18 | 2 | -1/+3 |
* | Remove internal minilzo, external liblzo can be used instead. | diego | 2007-02-18 | 4 | -3333/+1 |
* | Use liblzo2 instead of liblzo1, it's not bigger but faster. | diego | 2007-02-18 | 1 | -1/+1 |
* | Use external liblzo instead of internal minilzo. | diego | 2007-02-18 | 1 | -1/+1 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 | 1 | -1/+1 |
* | swap palette on big endian | michael | 2007-02-17 | 1 | -2/+13 |
* | palette init code for IMGFMT_RGB4 and IMGFMT_RG4B | michael | 2007-02-17 | 1 | -0/+11 |
* | add IMGFMT_RGB8 palette init code what moron actually added init code just fo... | michael | 2007-02-17 | 1 | -0/+13 |
* | another ridiculous palette bug which has nothing to do with the new palete su... | michael | 2007-02-17 | 1 | -0/+2 |
* | mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many ... | michael | 2007-02-17 | 1 | -1/+1 |
* | PAL8 ... | michael | 2007-02-16 | 1 | -0/+2 |
* | Fix memory leak when changing playback speed | uau | 2007-02-10 | 1 | -0/+2 |
* | Avoid crash when uninit is called without ever calling config in x264 encoder | reimar | 2007-02-08 | 1 | -0/+1 |
* | Revert part of commit r22170. | iive | 2007-02-07 | 1 | -2/+2 |
* | Fix compilation after deprecation of some lav log level and | reimar | 2007-02-07 | 2 | -5/+5 |
* | Add missing checks in RealVideo slice handling code. | reimar | 2007-02-06 | 1 | -3/+5 |
* | 10l | michael | 2007-02-05 | 1 | -1/+1 |
* | skip first (green) frame | michael | 2007-02-05 | 1 | -4/+8 |
* | Cosmetics | reimar | 2007-02-03 | 1 | -5/+5 |
* | Avoid crash in uninit if codec not found | reimar | 2007-02-03 | 1 | -0/+2 |
* | Add global field dominance flag instead of duplicating this "everywhere" | reimar | 2007-02-02 | 1 | -0/+7 |
* | Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo. | reimar | 2007-01-31 | 1 | -20/+12 |
* | use ffmpeg's LZO | reimar | 2007-01-31 | 1 | -21/+9 |
* | Use export type mpi, everything else is a fragile hack. | reimar | 2007-01-31 | 1 | -25/+24 |
* | Avoid a static variable and instead use variable in context | reimar | 2007-01-31 | 1 | -4/+5 |
* | Swap palette on bigendian. | reimar | 2007-01-31 | 1 | -0/+11 |
* | cosmetics: remove useless commented-out stuff. | reimar | 2007-01-30 | 1 | -4/+0 |
* | More simplification | reimar | 2007-01-30 | 1 | -2/+1 |
* | Simplify | reimar | 2007-01-30 | 1 | -3/+1 |
* | Fix vd_lzo, broken since r18069, i.e. April 2006! | reimar | 2007-01-30 | 1 | -1/+1 |
* | fix a segfault if -x264encopts is the last commandline option (with no argument) | lorenm | 2007-01-28 | 1 | -0/+5 |
* | Mark m_struct_t defaults as const | reimar | 2007-01-28 | 9 | -9/+9 |
* | Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16 | reimar | 2007-01-27 | 1 | -6/+15 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 | 3 | -5/+3 |
* | Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c | reimar | 2007-01-21 | 1 | -6/+2 |
* | Another AVCodecTag compile fix | reimar | 2007-01-21 | 1 | -1/+1 |
* | BE_32 -> AV_RB32 | reimar | 2007-01-19 | 1 | -1/+1 |
* | include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; ple... | nicodvb | 2007-01-19 | 1 | -1/+2 |
* | Include "internal" libavformat/riff.h also when dynamic libavformat is used | reimar | 2007-01-06 | 1 | -8/+1 |
* | Include libavformat/riff.h when building with static libavformat and | reimar | 2007-01-06 | 1 | -2/+14 |
* | allows OSD menu to be displayed when using MPEG PES video out | ben | 2007-01-04 | 1 | -0/+18 |
* | Fix build with shared libavutil. Approved by Diego. | rathann | 2006-12-31 | 2 | -0/+8 |
* | the avi spec does not allow random samplesize whoever wrote this should be shot | michael | 2006-12-29 | 1 | -2/+5 |
* | first step toward amr-nb muxing support | michael | 2006-12-29 | 1 | -0/+3 |
* | Properly fix compilation without code duplication. | diego | 2006-12-23 | 1 | -9/+2 |
* | compilation fixes: define always_inline and don't use uint64_t_C | rik | 2006-12-23 | 1 | -1/+8 |
* | Pass quant tables to next filters | gpoirier | 2006-12-21 | 1 | -0/+1 |
* | muxers now write to output muxer->stream rather than to muxer->file | nicodvb | 2006-12-18 | 14 | -0/+14 |
* | Simplify: get rid of useless lame_presets_longinfo_dm function. | reimar | 2006-12-16 | 1 | -10/+1 |
* | Fix FIXME mp_msg levels and targets | reimar | 2006-12-16 | 1 | -10/+10 |
* | Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed | reimar | 2006-12-12 | 1 | -1/+0 |
* | count needs to be even | henry | 2006-12-11 | 1 | -1/+1 |
* | Only increase buffer size to avoid crashes when seeking in | reimar | 2006-12-10 | 1 | -2/+5 |
* | Fix realvideo size changes by using our own malloced buffer and export type mpi. | reimar | 2006-12-10 | 1 | -13/+20 |
* | Get rid of min/max macros from aviheader.h, they do not belong here. | reimar | 2006-12-09 | 4 | -5/+5 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 14 | -14/+14 |
* | Speed up ASS subtitles display by detecting changes between two consecutive | eugeni | 2006-12-06 | 2 | -5/+12 |
* | Fix memleak in theora decoder due to missing theora_comment_/theora_info_clea... | reimar | 2006-12-06 | 1 | -0/+2 |
* | Fix memleak if vd_ffmpeg init fails | reimar | 2006-12-06 | 1 | -1/+3 |
* | Remove unused function pointers, they probably had incorrect prototypes | reimar | 2006-12-03 | 2 | -20/+4 |
* | Compile fix, BE_32 definition has been moved | reimar | 2006-12-03 | 1 | -0/+1 |
* | Remove long-deprecated -vop option. | diego | 2006-12-02 | 2 | -19/+0 |
* | Set video aspect ratio for libass in vf_vo. | eugeni | 2006-12-02 | 1 | -0/+1 |
* | Update comment, video output plugins are deprecated. | diego | 2006-12-02 | 1 | -1/+1 |
* | Cleanup and fix rectangle size calculation, caused crashes with e.g. | reimar | 2006-12-01 | 1 | -25/+15 |
* | Add libav include paths to CFLAGS without indirection. | diego | 2006-12-01 | 1 | -4/+3 |
* | Explain reason for -I.. in CFLAGS here. | diego | 2006-11-29 | 1 | -1/+1 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 14 | -14/+26 |
* | cosmetics to ease future patching | diego | 2006-11-27 | 1 | -1/+2 |
* | Move common code to mpcommon.mak. | diego | 2006-11-27 | 1 | -8/+0 |
* | Use standard SRCS2 name for MEncoder sources. | diego | 2006-11-27 | 1 | -15/+14 |
* | Move common code for generating multiple libraries to mpcommon.mak. | diego | 2006-11-27 | 1 | -10/+1 |
* | Merge duplicate entries. | diego | 2006-11-26 | 1 | -22/+11 |
* | Remove unnecessary variable indirection. | diego | 2006-11-26 | 1 | -13/+9 |
* | cosmetics: alphabetical order | diego | 2006-11-26 | 1 | -128/+122 |
* | FFmpeg-style conditional dependency declaration | diego | 2006-11-26 | 1 | -145/+55 |
* | 100l typos | diego | 2006-11-26 | 1 | -2/+2 |
* | Remove useless variable indirection. | diego | 2006-11-26 | 1 | -2/+1 |
* | cosmetics: Move around some entries for better readability. | diego | 2006-11-26 | 1 | -24/+19 |
* | Do not use many different variables for SRCS. | diego | 2006-11-26 | 1 | -57/+46 |
* | Reorder entries for better readability. | diego | 2006-11-26 | 1 | -40/+30 |
* | Remove unused include variable. | diego | 2006-11-26 | 1 | -1/+0 |
* | Fix previous broken vd_qtvideo.c commit which failed on MACOSX | uau | 2006-11-26 | 1 | -2/+4 |
* | Move #include <QuickTime/ImageCodec.h> before internal headers | uau | 2006-11-26 | 1 | -6/+7 |
* | Shouldn't move "#ifdef MACOSX" before #include config.h of course... | uau | 2006-11-26 | 1 | -1/+2 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -24/+3 |
* | Move #include <QuickTime/QuickTimeComponents.h> before internal headers. | uau | 2006-11-26 | 1 | -4/+4 |
* | Fix incorrect use of be2me_32 on a pointer, use BE_32 instead. | reimar | 2006-11-26 | 1 | -1/+1 |
* | Useless use of strstr, strchr is good enough. | reimar | 2006-11-26 | 1 | -1/+1 |
* | Check the log level before processing the message | henry | 2006-11-26 | 1 | -7/+9 |
* | simplify | diego | 2006-11-25 | 1 | -6/+6 |
* | Remove useless libvo/sub.h include. | reimar | 2006-11-25 | 1 | -1/+0 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg | diego | 2006-11-24 | 1 | -1/+1 |
* | Fix incorrect function pointer definition. | uau | 2006-11-22 | 1 | -1/+1 |
* | Make compilation depending on USE_OSD unconditional. | uau | 2006-11-22 | 1 | -2/+0 |
* | Fix incorrect stride used in vf_ass. | eugeni | 2006-11-22 | 1 | -6/+6 |
* | MSGTR for libmpcodecs/vd.c | kraymer | 2006-11-22 | 1 | -1/+1 |
* | Remove superfluous empty variable declaration. | diego | 2006-11-21 | 1 | -1/+0 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | allows to de- and reactivate yadif on the fly | gpoirier | 2006-11-19 | 1 | -1/+18 |
* | Remove obsolete Xvid 3 support. | diego | 2006-11-18 | 5 | -842/+2 |
* | Add deinterlace property, patch by Carl Eugen Hoyos | reimar | 2006-11-17 | 2 | -0/+14 |
* | Put files fully owned by my under GPL v2 "or later" | reimar | 2006-11-17 | 1 | -1/+1 |
* | Fix AMD64 support, patch by Reimar Doffinger | gpoirier | 2006-11-17 | 1 | -24/+25 |
* | Fix segfault with videos with unusual resolution, patch by Stanislav Maslovsk... | gpoirier | 2006-11-15 | 1 | -1/+1 |
* | Fix extradata passing to lavc RV20 decoder | rtogni | 2006-11-14 | 2 | -21/+33 |
* | Use vf control for reading pts from vf_vo | uau | 2006-11-14 | 2 | -9/+11 |
* | Update OSD contents only after the correct values for the frame are known. | uau | 2006-11-14 | 2 | -11/+14 |
* | Remove mmx.h, the licensing status was doubtful, and put a minimal | diego | 2006-11-10 | 1 | -0/+80 |
* | Separate XviD 3 and XviD 4 tests. | diego | 2006-11-08 | 1 | -8/+6 |
* | support lavc mblmin and mblmax | corey | 2006-11-08 | 1 | -0/+6 |
* | Fix code that cuts audio data if the filters produce too much. | uau | 2006-11-07 | 1 | -1/+2 |
* | feed av_log() through mp_msg() | michael | 2006-11-07 | 1 | -0/+49 |
* | Remove remnants of long-gone libfame. | diego | 2006-11-06 | 3 | -159/+0 |
* | Initialize fontconfig in VFCTRL_INIT_EOSD handler. | eugeni | 2006-11-05 | 2 | -1/+4 |
* | Fix comment, it's 'sowt', not 'swot' ('twos' reversed) | reimar | 2006-11-05 | 1 | -1/+1 |
* | Always respect w and h params to mpcodecs_config_vo over | reimar | 2006-11-05 | 1 | -6/+2 |
* | ass renderer absolutely needs readable target mpi. | reimar | 2006-11-04 | 1 | -2/+2 |
* | changed email address | henry | 2006-11-04 | 1 | -1/+1 |
* | pass the interlacing info to the filter chain | henry | 2006-11-04 | 1 | -0/+2 |
* | Introduce MSGT_ASS, use it for all libass messages. | eugeni | 2006-11-03 | 1 | -3/+3 |
* | Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffm... | reimar | |