| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2006-11-02 | 1 | -0/+3 |
* | qp height should be in macroblocks, not pixels | henry | 2006-11-01 | 2 | -4/+4 |
* | Do not modify parsed command-line values on config, | reimar | 2006-11-01 | 1 | -4/+5 |
* | Libass interface reworked: | eugeni | 2006-10-28 | 2 | -6/+6 |
* | make vf_geq read whitespace in equation param | ods15 | 2006-10-28 | 1 | -1/+1 |
* | remove unused variable | ods15 | 2006-10-27 | 1 | -2/+0 |
* | cosmetic, reindentation, tab removal | ods15 | 2006-10-27 | 1 | -51/+51 |
* | update vf_geq to new ff_eval API | ods15 | 2006-10-27 | 1 | -38/+45 |
* | Split ass_configure() into several smaller functions. | eugeni | 2006-10-26 | 2 | -29/+8 |
* | Add proper flv fourcc | reimar | 2006-10-24 | 1 | -0/+2 |
* | x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060) | lorenm | 2006-10-21 | 1 | -1/+1 |
* | Add a call to x264enc_set_param in config, otherwise mencoder -ovc x264 | reimar | 2006-10-21 | 1 | -0/+2 |
* | Do not use sh_audio->wf values if they are definitely invalid | reimar | 2006-10-21 | 1 | -0/+2 |
* | make any parse error in -x264encopts fatal | lorenm | 2006-10-20 | 1 | -3/+7 |
* | make -passlogfile work with x264 again (broke in r20060) | lorenm | 2006-10-19 | 1 | -2/+2 |
* | bilinear interpolation | michael | 2006-10-16 | 1 | -13/+20 |
* | 200 byte is too little | michael | 2006-10-16 | 1 | -4/+4 |
* | generic equation filter | michael | 2006-10-16 | 3 | -0/+222 |
* | Use American spelling of "gray" instead for British's "grey" for XviD option,... | gpoirier | 2006-10-16 | 1 | -1/+2 |
* | fix multiple instances of -x264encopts on the commandline (broke in r20060) | lorenm | 2006-10-15 | 1 | -55/+67 |
* | Fix typo in sub_delay external specification. | eugeni | 2006-10-13 | 1 | -1/+1 |
* | Allows up to 8 bytes of extradata for cmsg24 | rtogni | 2006-10-10 | 1 | -2/+3 |
* | reinit codec chain when aspect ratio and/or resolution change | nicodvb | 2006-10-08 | 1 | -0/+17 |
* | print bits/s, not bytes/s | ivo | 2006-10-06 | 1 | -1/+1 |
* | workaround redefinition of object_type as prev(object_type)+1 | nicodvb | 2006-10-05 | 1 | -2/+3 |
* | Remove the x264 option parser, and pass the options on to libx264 as a string... | lorenm | 2006-10-05 | 1 | -310/+41 |
* | make PSNR printing more consistent with other encoders | corey | 2006-10-03 | 1 | -3/+6 |
* | Simplify and optimize bitmap blending. | eugeni | 2006-10-02 | 1 | -31/+12 |
* | Compile fix for odd versions of binutils, namely the ones in Fedora. | gpoirier | 2006-10-01 | 1 | -6/+6 |
* | Add copyright notice and vim/emacs comments to libass and vf_ass.c. | eugeni | 2006-10-01 | 1 | -0/+20 |
* | in case of errors after decoding quit the main decoding | nicodvb | 2006-09-27 | 1 | -0/+4 |
* | Cosmetics and comments. | rik | 2006-09-23 | 1 | -145/+333 |
* | Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se> | rik | 2006-09-23 | 1 | -123/+125 |
* | verbosity--; | diego | 2006-09-23 | 1 | -1/+1 |
* | Add forgotten emms which caused weird bugs like nan pts values. | reimar | 2006-09-23 | 1 | -0/+3 |
* | Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn't | reimar | 2006-09-22 | 1 | -1/+1 |
* | Replace preprocessor hacks to work around compilers not supporting named | diego | 2006-09-18 | 1 | -6/+2 |
* | Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext() | lucabe | 2006-09-17 | 3 | -7/+17 |
* | conditional declerations are unnecessary | ods15 | 2006-09-17 | 1 | -6/+0 |
* | Add repeated screenshot mode to vf_screenshot. | eugeni | 2006-09-15 | 1 | -2/+19 |
* | mmx implementation of yadif. 3.5x faster. | lorenm | 2006-09-14 | 1 | -1/+228 |
* | cosmetics (indentation) | lorenm | 2006-09-14 | 1 | -36/+36 |
* | cosmetics | lorenm | 2006-09-14 | 1 | -20/+34 |
* | Add noglobal counterpart to the global flag. | diego | 2006-09-01 | 1 | -0/+1 |
* | Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se> | rik | 2006-09-01 | 1 | -0/+2 |
* | The FSF changed postal address. | diego | 2006-09-01 | 4 | -5/+5 |
* | fix build failure when ASS is disabled | aurel | 2006-08-28 | 1 | -0/+2 |
* | "global header" support, this is pretty much just copy and pasted code from | michael | 2006-08-28 | 1 | -0/+36 |
* | Add EOSD support to vf_vo. | eugeni | 2006-08-28 | 1 | -4/+73 |
* | segfault fix | michael | 2006-08-28 | 1 | -1/+3 |
* | Add -(no)ass-use-margins option. | eugeni | 2006-08-28 | 1 | -0/+1 |
* | Zero fill ass_settings_t before use. | eugeni | 2006-08-27 | 1 | -0/+1 |
* | Add VFCTRL_DRAW_EOSD. | eugeni | 2006-08-24 | 3 | -3/+13 |
* | A value of 2 is valid for noup, too | reimar | 2006-08-24 | 1 | -1/+1 |
* | Simplify vf_ass initialization. | eugeni | 2006-08-24 | 1 | -6/+1 |
* | Get rid of useless vf->priv casts | reimar | 2006-08-20 | 1 | -3/+3 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -2/+2 |
* | display correct audio bitrate, samplerate and number of channels once | ivo | 2006-08-15 | 1 | -0/+3 |
* | display corrected aspect ratio for mplayer -identify | ivo | 2006-08-15 | 1 | -0/+1 |
* | Set encoder's input format to "native endiannes", instead of little endian. | gpoirier | 2006-08-15 | 1 | -1/+1 |
* | Remove empty function that isn't used anywhere (and never has been??). | uau | 2006-08-14 | 1 | -4/+0 |
* | Fix buffer size sanity check to match what is actually required. | uau | 2006-08-14 | 1 | -1/+6 |
* | Change pcm decode_audio to return data based on minlen instead of maxlen | uau | 2006-08-13 | 1 | -1/+5 |
* | Replace asmalign.h hack by ASMALIGN cpp macros from config.h. | diego | 2006-08-13 | 9 | -24/+15 |
* | pass average bitrate from encoder to (lavf) muxer | michael | 2006-08-10 | 2 | -1/+2 |
* | cosmetics: Rename some variables for consistency. | diego | 2006-08-07 | 1 | -1/+1 |
* | "[ass] init" message looks better when it starts with the capital letter 'I'. | eugeni | 2006-08-06 | 1 | -2/+2 |
* | fix a/v sync issues when using ad_hwmpa | ben | 2006-08-01 | 1 | -0/+3 |
* | Fix SVQ3 extradata handling so it works correctly with demux_lavf | pacman | 2006-07-31 | 1 | -8/+12 |
* | Fix bogus pointer addition in the extraction of extradata from | pacman | 2006-07-31 | 1 | -2/+1 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -0/+1 |
* | There is a reference to a file COPYRIGHT that we do not include, so paste | diego | 2006-07-30 | 1 | -0/+16 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -2/+0 |
* | vertical scaler with accurate rounding, some people on doom9 can see +-1 errors | michael | 2006-07-24 | 1 | -0/+4 |
* | in some cases, vf_bmovl produces junk due to source and | gpoirier | 2006-07-23 | 1 | -3/+3 |
* | -vf pp7 overblurs still parts of the image, which | gpoirier | 2006-07-23 | 1 | -1/+2 |
* | in decode_audio() memset(0) unused memory in buf before returning | nicodvb | 2006-07-23 | 1 | -1/+2 |
* | don't do the work of mp_get_mp3_header() and, as a side effect, prevent a dea... | nicodvb | 2006-07-23 | 1 | -2/+0 |
* | the value returned by decode_audio() must be the amount of _decoded_ bytes (... | nicodvb | 2006-07-22 | 1 | -5/+7 |
* | moved mpeg_packetizer helpers to libmpdemux | ben | 2006-07-19 | 3 | -327/+0 |
* | new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d... | ben | 2006-07-19 | 3 | -0/+327 |
* | Quit on eof, was broken by r17150 | rtogni | 2006-07-19 | 1 | -0/+2 |
* | old 10l: do not try to compile mmx code if we do not have mmx | rfelker | 2006-07-19 | 1 | -1/+1 |
* | sync to x264 r537 (api change) | lorenm | 2006-07-18 | 1 | -1/+4 |
* | prevent buffer underflow; the code is still incorrect and leads to desync but... | nicodvb | 2006-07-16 | 1 | -10/+19 |
* | marks several read-only string parameters and function return-values which ca... | reynaldo | 2006-07-16 | 2 | -2/+2 |
* | marks several read-only string parameters which aren't modified inside the ca... | reynaldo | 2006-07-15 | 2 | -2/+2 |
* | print frame type and keep track of last encountered keyframe | ivo | 2006-07-15 | 1 | -3/+10 |
* | new black frame detection filter | ivo | 2006-07-15 | 3 | -0/+144 |
* | Remove support for obsolete and non-free divx4/odivx libraries. | diego | 2006-07-14 | 6 | -1132/+0 |
* | Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle. | diego | 2006-07-13 | 3 | -287/+5 |
* | marks several function without a prototype which arent used outside its sourc... | reynaldo | 2006-07-13 | 1 | -11/+10 |
* | drops casts from void * on malloc/calloc, leftover on libmpcodecs | reynaldo | 2006-07-13 | 1 | -3/+3 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+0 |
* | c++ decls, 100000000000l to whoever broke my code like this.. | rfelker | 2006-07-10 | 1 | -5/+4 |
* | Marks several string parameters as const when they are not modified in the fu... | reynaldo | 2006-07-09 | 3 | -6/+6 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 | 8 | -16/+1 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 | 1 | -1/+1 |
* |