| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 86 | -208/+208 |
* | include config.h as img_format.h needs endian definitions, noticed by Alan Cu... | iive | 2006-02-09 | 1 | -0/+1 |
* | fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >) | aurel | 2006-02-09 | 1 | -1/+1 |
* | Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each | diego | 2006-02-09 | 1 | -3/+3 |
* | Fix CSeq answer for keepalive OPTIONS requests during playback | rtognimp | 2006-02-08 | 1 | -2/+2 |
* | Add support for grayscale [m]jpeg | rtognimp | 2006-02-08 | 2 | -0/+2 |
* | altivec_yuv2packedX() ignores the requested output format and unconditionally | diego | 2006-02-08 | 1 | -2/+32 |
* | expanded and improved NeoMagic TV-out section | diego | 2006-02-08 | 1 | -15/+20 |
* | AltiVec operations need to have memory aligned on 16-byte boundaries. | diego | 2006-02-08 | 2 | -5/+10 |
* | vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect | diego | 2006-02-08 | 1 | -4/+4 |
* | 10l 1000 fps fix | michael | 2006-02-08 | 1 | -2/+2 |
* | fftruespeech works now that the nBlockAlign issue is settled. | diego | 2006-02-07 | 1 | -1/+1 |
* | read data in nBlockAlign aligned chunks | reimar | 2006-02-07 | 1 | -0/+3 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 24 | -33/+34 |
* | Fix mpng to work correctly with 16 bit png's. don't have any files to test | ods15 | 2006-02-07 | 1 | -0/+1 |
* | EOR can only be (un)set for non delayed streams. | ods15 | 2006-02-07 | 1 | -1/+1 |
* | small syntax/upper-lowercase fix | ptt | 2006-02-07 | 1 | -2/+2 |
* | synced with 1.1223 | gpoirier | 2006-02-07 | 1 | -4/+4 |
* | Minor correction of last two updates | danny | 2006-02-07 | 1 | -5/+6 |
* | Allow headers to be repeated anywhere | ods15 | 2006-02-07 | 1 | -2/+7 |
* | let osx sleep if video is paused | nplourde | 2006-02-07 | 2 | -30/+30 |
* | -fixed-vo shall no longer be called BETA-CODE. | diego | 2006-02-07 | 1 | -1/+1 |
* | ZMB decoder | diego | 2006-02-06 | 1 | -0/+1 |
* | Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20. | diego | 2006-02-06 | 1 | -18/+18 |
* | Mark ffrv20 as working. | diego | 2006-02-06 | 1 | -1/+1 |
* | Add support for Zip Motion-Block Video (ZMB), patch by Kostya. | diego | 2006-02-06 | 1 | -0/+8 |
* | removed unused variables | nicodvb | 2006-02-06 | 1 | -2/+2 |
* | fixed wrong delta_frame calculation that would affect soft-telecine | nicodvb | 2006-02-06 | 1 | -1/+1 |
* | Build muxers only when MEncoder is enabled. | diego | 2006-02-06 | 1 | -5/+9 |
* | 1.221: Typo fix | kraymer | 2006-02-05 | 1 | -2/+2 |
* | 1.1222: cs and ls swscale parameters accept different value ranges now. | kraymer | 2006-02-05 | 1 | -15/+12 |
* | cs and ls swscale parameters accept different value ranges now. | diego | 2006-02-05 | 1 | -2/+2 |
* | reinitialize adapter_count to 0, EnumCallbackEx will not work otherwise | reimar | 2006-02-05 | 1 | -0/+1 |
* | Index repetition | ods15 | 2006-02-04 | 1 | -7/+11 |
* | add compare_ts | ods15 | 2006-02-04 | 1 | -0/+18 |
* | EOR in index | ods15 | 2006-02-04 | 1 | -4/+14 |
* | change sws sharpen filter a little | michael | 2006-02-04 | 2 | -31/+20 |
* | synced with 1.1221 | gpoirier | 2006-02-03 | 1 | -14/+11 |
* | Add -nocache option, -cache is not a flag option. | diego | 2006-02-02 | 1 | -0/+4 |
* | avoid conflicting types error on cygwin | faust3 | 2006-02-02 | 1 | -2/+2 |
* | x264 tweaks | lorenm | 2006-02-02 | 1 | -12/+6 |
* | typo fixes | ptt | 2006-02-01 | 1 | -2/+2 |
* | 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 | 11 | -51/+39 |
* | Move conditional compilation out of the code and into the build system. | diego | 2006-01-31 | 2 | -4/+4 |
* | sync up to 1.221 | ptt | 2006-01-31 | 1 | -7/+9 |
* | sync up to 1.1216 | ptt | 2006-01-31 | 1 | -49/+136 |
* | update for recent developments | diego | 2006-01-30 | 1 | -19/+25 |
* | removed forgotten fprintf() | nicodvb | 2006-01-30 | 1 | -1/+0 |
* | when linking to external libav* try using pkg-config first | nicodvb | 2006-01-30 | 1 | -4/+19 |
* | synced with 1.221 | gabrov | 2006-01-30 | 1 | -8/+13 |
* | Typo fix | gabrov | 2006-01-30 | 1 | -1/+1 |
* | 1.218: typo, consistency | kraymer | 2006-01-30 | 1 | -86/+86 |
* | Synced with 1.1214 | jheryan | 2006-01-30 | 1 | -68/+246 |
* | sync up to 1.202 | ptt | 2006-01-30 | 1 | -47/+116 |
* | 1.219: More detailed description of brd_scale. | kraymer | 2006-01-30 | 1 | -5/+18 |
* | synced with 1.1219 + typo fix | gpoirier | 2006-01-30 | 1 | -4/+9 |
* | synced with 1.216 | gabrov | 2006-01-30 | 1 | -40/+69 |
* | mention TOOLS/encode2mpeglight | nicodvb | 2006-01-29 | 1 | -0/+1 |
* | new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes... | nicodvb | 2006-01-29 | 2 | -0/+1869 |
* | More detailed description of brd_scale. | corey | 2006-01-29 | 1 | -2/+7 |
* | Update musepack entry: I actually implemented seeking and sometimes -af volum... | reimar | 2006-01-29 | 1 | -2/+2 |
* | added missing entries since the last release (approved by Diego with small | rathann | 2006-01-29 | 1 | -6/+59 |
* | synced with 1.1218 | gpoirier | 2006-01-29 | 1 | -75/+75 |
* | typo, consistency | diego | 2006-01-29 | 1 | -4/+4 |
* | Try to only use a linebreak without hyphenation (\:) where it makes sense. | diego | 2006-01-29 | 1 | -69/+69 |
* | synced with 1.1216 | gpoirier | 2006-01-29 | 1 | -44/+104 |
* | Unify the handling of escaped spaces. | diego | 2006-01-29 | 1 | -38/+38 |
* | Include MEncoder config files in list of files. | diego | 2006-01-29 | 1 | -2/+10 |
* | French MEncoder docs are not synced yet. | diego | 2006-01-29 | 1 | -1/+1 |
* | 10l: wrong syntax | gpoirier | 2006-01-28 | 2 | -5/+5 |
* | SDL video out syntax has changed a while ago, but the XML was not updated sin... | gpoirier | 2006-01-28 | 2 | -5/+5 |
* | Also remove objects in subdirectories. | diego | 2006-01-28 | 1 | -1/+5 |
* | use mp_a52_framesize() when liba52 is not available | nicodvb | 2006-01-27 | 1 | -0/+6 |
* | export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n... | nicodvb | 2006-01-27 | 1 | -3/+6 |
* | cosmetic, fix spacing | ods15 | 2006-01-27 | 1 | -1/+1 |
* | MPlayer OSX port: Add a call to UDFFindFile to verify that we are opening a v... | nplourde | 2006-01-27 | 1 | -0/+9 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -1/+2 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 25 | -51/+52 |
* | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ... | michael | 2006-01-26 | 19 | -43/+44 |
* | updates | diego | 2006-01-26 | 1 | -10/+16 |
* | limits.h for INT_MAX | michael | 2006-01-25 | 1 | -0/+1 |
* | correct block align | michael | 2006-01-25 | 1 | -1/+1 |
* | sync to 1.220 | kraymer | 2006-01-25 | 1 | -2/+7 |
* | fix aac in mov/mp4 | michael | 2006-01-25 | 1 | -3/+4 |
* | Fix the MSG?_FIXME and make the profiles help translatable. | albeu | 2006-01-25 | 2 | -11/+16 |
* | pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i... | michael | 2006-01-25 | 3 | -2/+30 |
* | setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4) | michael | 2006-01-24 | 1 | -0/+2 |
* | vglobal so the user can tell the encoder that she wants global headers ... on... | michael | 2006-01-24 | 1 | -1/+11 |
* | Typo fix: missing "by" in brd_scale recommendation. | corey | 2006-01-24 | 1 | -2/+2 |
* | Fix up new profiles section and the MPLAYER_VERBSE environment variable. | diego | 2006-01-24 | 1 | -5/+7 |
* | 1.212: Make -list-options work in both MPlayer and MEncoder. | kraymer | 2006-01-24 | 1 | -6/+45 |
* | 1.1206: sync to x264 r398. | kraymer | 2006-01-24 | 1 | -1/+17 |
* | major update of x264encopts, credits go to Alex Günsche < ag .ät. zirona.co... | kraymer | 2006-01-24 | 1 | -251/+524 |
* | Make -list-options work in both MPlayer and MEncoder. | albeu | 2006-01-24 | 3 | -9/+17 |
* | Profiles support. | albeu | 2006-01-24 | 4 | -1/+275 |
* | New option type to print help text with a function. | albeu | 2006-01-24 | 2 | -0/+17 |
* | Using INT_MAX without including limits.h breaks compilation on MinGW. | diego | 2006-01-23 | 1 | -0/+1 |
* | Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to do | albeu | 2006-01-23 | 1 | -2/+2 |
* | Fix multiple help clauses on the command line with mencoder. | albeu | 2006-01-23 | 1 | -0/+4 |
* | Fix libav* linking order, libavutil needs to come after lavc/lavf. | diego | 2006-01-23 | 1 | -2/+2 |
* | 1.1210: support libavcodec's new sc_factor parameter | kraymer | 2006-01-22 | 1 | -1/+13 |
* | support libavcodec's new sc_factor parameter | corey | 2006-01-22 | 2 | -0/+13 |
* | proper support for shared libpostproc | diego | 2006-01-22 | 6 | -17/+63 |
* | s/LIVE.COM/LIVE555/ + URL update | gpoirier | 2006-01-22 | 1 | -1/+1 |
* | s/LIVE.COM/LIVE555/ + URL update | gpoirier | 2006-01-22 | 3 | -3/+3 |
* | correcting sync version number | kraymer | 2006-01-22 | 1 | -1/+2 |
* | add comment about sync status of this file | kraymer | 2006-01-22 | 1 | -0/+1 |
* | let configure find docbookx.dtd (version 4.4) | kraymer | 2006-01-22 | 1 | -0/+1 |
* | German man page review part XVII | kraymer | 2006-01-22 | 1 | -95/+130 |
* | 100L m_option_copy should use the copy callback and not the set one. | albeu | 2006-01-22 | 1 | -1/+1 |
* | Interleave index to ease per-need decoding. | ods15 | 2006-01-22 | 1 | -10/+11 |
* | Quick&dirty compilation fix, needed after latest changes in ffmpeg build | rtognimp | 2006-01-22 | 1 | -0/+1 |
* | 1.209: consistency fix over the previous consistency fix | kraymer | 2006-01-22 | 1 | -4/+2 |
* | consistency fix over the previous consistency fix | gpoirier | 2006-01-21 | 1 | -1/+1 |
* | consitency fix | gpoirier | 2006-01-21 | 1 | -5/+5 |
* | synced with 1.1208 | gpoirier | 2006-01-21 | 1 | -2/+10 |
* | German man page review part XVI | kraymer | 2006-01-21 | 1 | -53/+57 |
* | 1.1207: MPLAYER_VERBOSE, new enviorment variable to control verbosity before ... | kraymer | 2006-01-21 | 1 | -3/+13 |
* | German man page review part XV | kraymer | 2006-01-21 | 1 | -70/+72 |
* | Cygwin compilation fix | diego | 2006-01-20 | 1 | -0/+2 |
* | List Derek Lewis as AIX/Solaris maintainer, patch by himself. | diego | 2006-01-20 | 1 | -1/+2 |
* | Add Derek Lewis, patch by himself. | diego | 2006-01-20 | 1 | -0/+4 |
* | AIX compiler CPU-option improvements | diego | 2006-01-20 | 1 | -2/+8 |
* | AIX section for the ports description | diego | 2006-01-20 | 1 | -0/+49 |
* | some updates | ods15 | 2006-01-20 | 1 | -0/+5 |
* | MPLAYER_VERBOSE, new enviorment variable to control verbosity before init | ods15 | 2006-01-20 | 2 | -1/+12 |
* | cosmetic change, shift stuff around to more logical places | ods15 | 2006-01-20 | 1 | -24/+24 |
* | change goals slightly.. | ods15 | 2006-01-20 | 1 | -37/+57 |
* | bump date | ods15 | 2006-01-20 | 1 | -20/+42 |
* | Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg. | atmos4 | 2006-01-20 | 1 | -1/+21 |
* | Also define FF_POSTPROCESS when using shared libavcodec. | diego | 2006-01-20 | 1 | -0/+1 |
* | German man page review part XIV | kraymer | 2006-01-20 | 1 | -83/+77 |
* | mention hwmpa | nicodvb | 2006-01-19 | 1 | -0/+1 |
* | documented audio codec hwmpa | nicodvb | 2006-01-19 | 2 | -0/+30 |
* | Implement XvMC lib autodetection for future use (currently disabled, but working | rathann | 2006-01-19 | 1 | -3/+4 |
* | Remove rule to build shared libpostproc, it does not belong in MPlayer. | diego | 2006-01-19 | 1 | -3/+0 |
* | Use free instead of speex_free - since speex_free does not appear in the | reimar | 2006-01-19 | 1 | -1/+1 |
* | Typo fixes by Bounec | gpoirier | 2006-01-19 | 1 | -2/+2 |
* | Push "Building audio filter chain" up to verbose level. | diego | 2006-01-19 | 1 | -1/+1 |
* | sync to 1.219 | kraymer | 2006-01-18 | 1 | -2/+2 |
* | Mention possible region setting requirement for some RPC-2 drives. | rathann | 2006-01-18 | 1 | -1/+1 |
* | FAQ about problems with playing DVDs on certain drives. | rathann | 2006-01-18 | 2 | -1/+11 |
* | prevent xvmc from been loaded before xv, and generally before any autoprobed ... | iive | 2006-01-18 | 1 | -3/+3 |
* | German man page review part XIII | kraymer | 2006-01-18 | 1 | -111/+115 |
* | German man page review part XII (right from the beginning.. again..) | kraymer | 2006-01-17 | 1 | -152/+158 |
* | suppress error message at eof | reimar | 2006-01-17 | 1 | -0/+1 |
* | avoid Solaris 10 compile error with gcc 3.4.5 | reimar | 2006-01-17 | 1 | -1/+3 |
* | faster and (IMHO) cleaner code. | reimar | 2006-01-17 | 1 | -56/+39 |
* | function to read from a demuxer up to (and including) the specified | reimar | 2006-01-17 | 2 | -0/+37 |
* | Put settings into a more meaningful order, some cosmetics. | diego | 2006-01-17 | 1 | -53/+52 |
* | Improve option descriptions. | diego | 2006-01-17 | 1 | -4/+3 |
* | Remove multi-language setting specification, it has little use. | diego | 2006-01-17 | 1 | -15/+0 |
* | Improve option descriptions. | diego | 2006-01-17 | 1 | -28/+20 |
* | cosmetic whitespace / layout changes | diego | 2006-01-16 | 1 | -96/+92 |
* | German man page review part X: | kraymer | 2006-01-16 | 1 | -29/+67 |
* | Comment out default settings. MPlayer should behave the same w/ or w/o | diego | 2006-01-16 | 1 | -4/+4 |
* | sync to 1.218 | kraymer | 2006-01-16 | 1 | -2/+2 |
* | Do not build the GUI by default in the Debian package to be more in line | diego | 2006-01-16 | 1 | -1/+1 |
* | Remove overly loud "warning" from runtime-cpudetection message. | diego | 2006-01-16 | 1 | -1/+1 |
* | MEncoder's MPEG muxer needs -vf harddup to function properly, no add a note a... | gpoirier | 2006-01-16 | 1 | -0/+17 |
* | Prefer native GSM over the binary codec. | diego | 2006-01-16 | 1 | -8/+8 |
* | sync with 1.1206 | gpoirier | 2006-01-16 | 1 | -1/+18 |
* | typos | diego | 2006-01-16 | 1 | -2/+2 |
* | sync to x264 r398. | lorenm | 2006-01-16 | 2 | -0/+21 |
* | Print some more useful data from header in verbose mode | rtognimp | 2006-01-15 | 1 | -0/+2 |
* | Support sipr codec in old RealAudio files. | rtognimp | 2006-01-15 | 1 | -2/+49 |
* | restored hwmpa with 'working' status and lowest priority | nicodvb | 2006-01-15 | 1 | -10/+10 |
* | temporarily disabled hwmpa until I fix the priority | nicodvb | 2006-01-15 | 1 | -10/+10 |
* | ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders | nicodvb | 2006-01-15 | 4 | -0/+150 |
* | Change LIB to LIBNAME to fix compilation. | diego | 2006-01-15 | 1 | -9/+8 |
* | 10l: FFmpeg shared lib build information does not belong in MPlayer configure. | diego | 2006-01-14 | 1 | -3/+0 |
* | Always try to parse index chunk, no reason to check for movi_end | reimar | 2006-01-14 | 1 | -4/+2 |
* | Sync with latest FFmpeg build system changes. | diego | 2006-01-14 | 1 | -1/+3 |
* | German man page review part X: | kraymer | 2006-01-14 | 1 | -77 |