| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Conditionally compile vf_bmovl.c instead of enclosing all of the file | diego | 2007-03-21 | 1 | -1/+1 |
* | 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 | 1 | -2/+0 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+0 |
* | Use explicit header location, don't use CFLAGS for simple subdirectories. | diego | 2007-03-15 | 1 | -2/+1 |
* | Include loader/ prefix in #include path everywhere. | diego | 2007-03-15 | 1 | -1/+0 |
* | 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 |
* | Adding an extra -I.. parameter is no longer necessary. | diego | 2007-02-27 | 1 | -3/+1 |
* | Make liblzo conditional to the appropriate #defines. | diego | 2007-02-18 | 1 | -1/+1 |
* | Remove internal minilzo, external liblzo can be used instead. | diego | 2007-02-18 | 1 | -2/+1 |
* | Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed | reimar | 2006-12-12 | 1 | -1/+0 |
* | 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 |
* | 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 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -24/+3 |
* | simplify | diego | 2006-11-25 | 1 | -6/+6 |
* | 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 |
* | Remove superfluous empty variable declaration. | diego | 2006-11-21 | 1 | -1/+0 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | Remove obsolete Xvid 3 support. | diego | 2006-11-18 | 1 | -6/+0 |
* | Separate XviD 3 and XviD 4 tests. | diego | 2006-11-08 | 1 | -8/+6 |
* | Remove remnants of long-gone libfame. | diego | 2006-11-06 | 1 | -4/+0 |
* | generic equation filter | michael | 2006-10-16 | 1 | -0/+1 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -2/+2 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -0/+1 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -2/+0 |
* | moved mpeg_packetizer helpers to libmpdemux | ben | 2006-07-19 | 1 | -1/+0 |
* | new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d... | ben | 2006-07-19 | 1 | -0/+1 |
* | new black frame detection filter | ivo | 2006-07-15 | 1 | -0/+1 |
* | Remove support for obsolete and non-free divx4/odivx libraries. | diego | 2006-07-14 | 1 | -9/+0 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+0 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 1 | -0/+4 |
* | Move #ifdefs around complete files into the build system. | diego | 2006-06-21 | 1 | -48/+100 |
* | Remove separation between Win32 DLL and DirectShow support in the build system. | diego | 2006-06-21 | 1 | -4/+6 |
* | yet another deinterlacing filter | michael | 2006-06-06 | 1 | -0/+1 |
* | Motion compensating deinterlacer | michael | 2006-06-06 | 1 | -0/+1 |
* | compile in the filters that depend on libavcodec/dsputil.h only when mplayer ... | nicodvb | 2006-03-16 | 1 | -5/+7 |
* | Only compile libmpencoders if MEncoder has been enabled. | diego | 2006-01-31 | 1 | -1/+6 |
* | Move conditional compilation out of the code and into the build system. | diego | 2006-01-31 | 1 | -11/+39 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | proper support for shared libpostproc | diego | 2006-01-22 | 1 | -1/+4 |
* | ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders | nicodvb | 2006-01-15 | 1 | -0/+1 |
* | Consistent variable names for shared libavcodec. | diego | 2006-01-14 | 1 | -1/+1 |
* | Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc) | rtognimp | 2005-12-09 | 1 | -4/+1 |
* | ultra simple&slow pp filter, yes yet another spp like filter :) | michael | 2005-11-08 | 1 | -0/+1 |
* | Speex support. Seeking and pts generation does not work. | reimar | 2005-11-05 | 1 | -0/+4 |
* | Break up all long lines that were missed during the last reformatting round. | diego | 2005-09-19 | 1 | -4/+26 |
* | 10l: the directories specified with --with-xvid*dir were ignored. | gpoirier | 2005-09-19 | 1 | -1/+1 |
* | screenshot filter | henry | 2005-09-11 | 1 | -0/+1 |
* | Fix MEncoder build with shared libavcodec. | diego | 2005-08-17 | 1 | -0/+4 |
* | Support new static libavcodec (depends on libavutil). | al | 2005-08-01 | 1 | -1/+6 |
* | musepack demuxing and decoding support (demuxing is v7 bitstream only). | reimar | 2005-07-10 | 1 | -0/+4 |
* | pp7 filter (spp=6 filter with 7 point dct where only the center sample is use... | michael | 2005-07-09 | 1 | -0/+1 |
* | Be more patch-friendly | ranma | 2005-06-19 | 1 | -10/+140 |
* | remove_logo filter by yartrebo, committed with fixes for c++ variable declara... | rfelker | 2005-06-08 | 1 | -1/+1 |
* | faster spp filter by Nikolaj Poroshin <porosh3 at psu ru> | henry | 2005-06-04 | 1 | -1/+1 |
* | added twolame mp2 audio encoder | nicodvb | 2005-05-07 | 1 | -0/+4 |
* | added faac audio encoder | nicodvb | 2005-04-25 | 1 | -0/+4 |
* | audio encoding reworked | nicodvb | 2005-04-22 | 1 | -2/+10 |
* | TwinVQ decoder and demuxer | rtognimp | 2004-12-29 | 1 | -1/+1 |
* | make clean should also clean the native subdirectory. | diego | 2004-12-09 | 1 | -0/+1 |
* | encoding to mp2 with libtoolame | nicodvb | 2004-09-21 | 1 | -0/+5 |
* | Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi> | diego | 2004-09-11 | 1 | -1/+1 |
* | x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at ... | iive | 2004-08-27 | 1 | -1/+1 |
* | Cinepak, CYUV and RoqA/V are now in ffmpeg | rtognimp | 2004-07-15 | 1 | -3/+3 |
* | ranlib cleanup | alex | 2004-06-24 | 1 | -0/+2 |
* | Qt RLE is now in ffmpeg | rtognimp | 2004-05-05 | 1 | -1/+1 |
* | Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpeg | rtognimp | 2004-04-29 | 1 | -2/+2 |
* | soft skipping for mencoder. rather than skipping decoding/filtering | rfelker | 2004-04-28 | 1 | -1/+1 |
* | "hard" frame duplication for mencoder. this finally makes it possible | rfelker | 2004-04-28 | 1 | -1/+1 |
* | New filter by Ville Saari (114263 at foo dot bar dot org) | rfelker | 2004-04-17 | 1 | -1/+1 |
* | Removed mpflac as ffflac is way better and ad_flac won't compile with externa... | alex | 2004-04-05 | 1 | -4/+1 |
* | vf_phase filter by Ville Saari (114263 at foo dot bar dot org) | rfelker | 2004-03-29 | 1 | -1/+1 |
* | remove raw nonsense and replace it by one ovc | attila | 2004-02-17 | 1 | -1/+1 |
* | new filter: vf_noformat. | joey | 2004-02-06 | 1 | -1/+1 |
* | qp change filter | michael | 2004-02-05 | 1 | -1/+1 |
* | rgb test pattern generator, so we could change everything to match alex's def... | michael | 2004-01-30 | 1 | -1/+1 |
* | kerndeint adaptive deinterlacer | ranma | 2004-01-29 | 1 | -1/+1 |
* | Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC | rtognimp | 2003-12-23 | 1 | -2/+2 |
* | vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV12 | rik | 2003-12-19 | 1 | -0/+4 |
* | Yet another inverse telecine filter by Zoltan Hidvegi <mplayer@hzoli.2y.net>.... | alex | 2003-12-08 | 1 | -1/+1 |
* | RAWYUV output in MEncoder. Patch by Tuukka Toivonen <tuukkat@ee.oulu.fi> | alex | 2003-12-08 | 1 | -1/+1 |
* | yuv colorspace converter | alex | 2003-11-29 | 1 | -1/+1 |
* | XviD Api4 support | iive | 2003-11-12 | 1 | -2/+2 |
* | addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.c | rik | 2003-11-04 | 1 | -1/+1 |
* | simple alternative postprocessing filter | michael | 2003-10-26 | 1 | -1/+1 |
* | vf_hue | michael | 2003-10-23 | 1 | -1/+1 |
* | fast deinterleaver (= il filter with stride/width/height tricks) | michael | 2003-10-22 | 1 | -1/+1 |
* | Fix compilation when libavcodec is missing. | attila | 2003-10-16 | 1 | -1/+5 |
* | FLAC decoding support via imported libmpflac. | lumag | 2003-10-04 | 1 | -1/+4 |
* | simple logo remover | henry | 2003-09-03 | 1 | -1/+1 |
* | 2 new filters: tile & framestep | arpi | 2003-08-31 | 1 | -1/+1 |
* | Quicktime 8BPS decoder | rtognimp | 2003-08-28 | 1 | -1/+1 |
* | pullup -- third generation inverse telecine engine. the backend | rfelker | 2003-08-18 | 1 | -1/+1 |
* | 'tinterlace' filter (partial inverse of tfields) by Not Zed <notzed@ximian.co... | alex | 2003-08-11 | 1 | -1/+1 |
* | Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c, | ranma | 2003-08-03 | 1 | -1/+1 |
* | 10l | alex | 2003-07-13 | 1 | -1/+1 |
* | removed our native svq1 and huffyuv implementation as libavcodec's implementa... | alex | 2003-07-13 | 1 | -1/+1 |
* | HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's... | arpi | 2003-06-18 | 1 | -1/+1 |
* | RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. | rtognimp | 2003-06-08 | 1 | -2/+2 |
* | new filter for dropping (near-)duplicate frames. can be used to fix | rfelker | 2003-05-22 | 1 | -1/+1 |
* | Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de> | arpi | 2003-05-11 | 1 | -1/+1 |
* | display size/aspect adjusting filter | rfelker | 2003-04-27 | 1 | -1/+1 |
* | 1. new alternate approach to inverse telecine! much better! | rfelker | 2003-04-19 | 1 | -1/+1 |
* | add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbe... | michael | 2003-03-05 | 1 | -1/+1 |
* | A new nuppel video encoder. Mainly for RT encoding on slow box. | albeu | 2003-03-03 | 1 | -1/+1 |
* | new filter | rfelker | 2003-03-01 | 1 | -1/+1 |
* | filter for applying 3:2 telecine to 23.976 fps progressive material. | rfelker | 2003-02-20 | 1 | -1/+1 |
* | experimental de-telecine filter. not documented or configurable yet, | rfelker | 2003-02-20 | 1 | -1/+1 |
* | 100l | rfelker | 2003-02-16 | 1 | -1/+1 |
* | vf_hqdn3d: High-Quality version of the denoise3d filter | arpi | 2003-02-15 | 1 | -2/+2 |
* | down3dright filter by kabi (converts between 2 common stereoscopic systems) | michael | 2003-02-11 | 1 | -1/+1 |
* | removed obsolete unused cyuv.c | arpi | 2003-02-09 | 1 | -1/+1 |
* | new video filter: denoise3d - temporal&spatial noise reduction | arpi | 2003-01-30 | 1 | -1/+1 |
* | new video filter to extract a single field using stride arithmetic, | rfelker | 2003-01-23 | 1 | -1/+1 |
* | Sorenson 1/3 encoding just for fun :) | arpi | 2002-12-16 | 1 | -1/+1 |
* | DMO audio support (including 6ch support too) | arpi | 2002-12-01 | 1 | -1/+1 |
* | DMO support | arpi | 2002-11-26 | 1 | -1/+1 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | michael | 2002-11-23 | 1 | -1/+1 |
* | qt video dll codecs support | arpi | 2002-11-12 | 1 | -1/+1 |
* | perspective correcture filter | michael | 2002-11-05 | 1 | -1/+1 |
* | smartblur | michael | 2002-11-04 | 1 | -1/+1 |
* | shape adaptive blur (slightly slow though) | michael | 2002-11-04 | 1 | -1/+1 |
* | cosmetics :) | arpi | 2002-11-01 | 1 | -2/+11 |
* | boxblur, another useless filter | michael | 2002-10-31 | 1 | -1/+1 |
* | qtaudio - audio decoder using win32 quicktime 5 dlls | arpi | 2002-10-31 | 1 | -1/+1 |
* | (de)interleave filter (can be used to split/merge an interlaced image so othe... | michael | 2002-10-31 | 1 | -1/+1 |
* | (useless) UV plane swapper | michael | 2002-10-31 | 1 | -1/+1 |
* | new video filter: unsharp - does image (l/c/l+c) sharping/bluring | arpi | 2002-10-29 | 1 | -1/+1 |
* | 2xSai filter... just for fun, imho useless | arpi | 2002-10-25 | 1 | -1/+1 |
* | -vop bmovl - BitMap OVerLay videofilter for MPlayer | arpi | 2002-10-23 | 1 | -1/+1 |
* | support to use minilzo lib alternatively | alex | 2002-10-19 | 1 | -5/+1 |
* | new filter: 1bpp - converts 1bpp image to yuv/rgb 8/16/32 bpp | arpi | 2002-10-16 | 1 | -1/+1 |
* | liblzo realtime video codec support (decoding only) | arpi | 2002-10-13 | 1 | -0/+4 |
* | -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only) | arpi | 2002-09-27 | 1 | -1/+1 |
* | Support for XviD encoding | kmkaplan | 2002-09-21 | 1 | -1/+1 |
* | drop-deinterlace (dint) filter by Andriy N. Gritsenko <andrej@lucky.net> | arpi | 2002-09-10 | 1 | -1/+1 |
* | TGA images (-mf on:type=tga) support | arpi | 2002-09-10 | 1 | -1/+1 |
* | added LCL decoder by Roberto Togni <r_togni@libero.it>, removed my old vd_zlib | alex | 2002-09-01 | 1 | -1/+1 |
* | vfwex separated from vfw, to work with new vfm system and dlopen | arpi | 2002-08-30 | 1 | -1/+1 |
* | renamed codecs | arpi | 2002-08-30 | 1 | -2/+2 |
* | "halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filter | rfelker | 2002-08-30 | 1 | -1/+1 |
* | removed -W -Wall -g and other gcc-specific warning/debug options | arpi | 2002-08-22 | 1 | -1/+1 |
* | soft video equalizer filter, currently supports brightness and | rfelker | 2002-08-21 | 1 | -1/+1 |
* | |