| Commit message (Expand) | Author | Age | Files | Lines |
* | Speedup asf descrambling (avoid one memcpy and use our fastmemcpy). | reimar | 2005-05-23 | 1 | -5/+6 |
* | Use memmove instead of memcpy for overlapping areas. | reimar | 2005-05-23 | 1 | -1/+1 |
* | Reduce senseless spamminess of DVD playback in verbose mode. | diego | 2005-05-22 | 1 | -3/+3 |
* | Sync with 1.978: Only one of -dumpstream, -dumpvideo, -dumpaudio works at a t... | gpoirier | 2005-05-22 | 1 | -1/+10 |
* | Sync with 1.977. | gpoirier | 2005-05-22 | 1 | -8/+8 |
* | Only one of -dumpstream, -dumpvideo, -dumpaudio works at a time. | diego | 2005-05-22 | 1 | -0/+6 |
* | LC_ALL overrides LANG, so use it instead. | diego | 2005-05-22 | 1 | -2/+2 |
* | preinit audio filters in order to determine the final samplerate and number o... | nicodvb | 2005-05-22 | 1 | -2/+17 |
* | vb_strategy only works in pass one. | diego | 2005-05-22 | 1 | -2/+2 |
* | vo_macosx does not yet support command keys. | diego | 2005-05-21 | 1 | -1/+1 |
* | More correct -lavfopts description. | diego | 2005-05-21 | 1 | -1/+2 |
* | Mention the MinGW HOWTO. | diego | 2005-05-21 | 1 | -0/+4 |
* | Surround lavf in the '-of help' output by #ifdef USE_LIBAVFORMAT. | diego | 2005-05-21 | 1 | -0/+2 |
* | Make -wid behave more consistent. | al | 2005-05-21 | 6 | -0/+20 |
* | Sync with 1.974: Document lavf muxers. | gpoirier | 2005-05-21 | 1 | -3/+13 |
* | sanity checks | alex | 2005-05-21 | 1 | -0/+8 |
* | 10l | alex | 2005-05-21 | 1 | -1/+1 |
* | LANG=C ensures month/day order and English language in the date string for | diego | 2005-05-21 | 1 | -5/+6 |
* | Update for latest Cygwin-related changes. | diego | 2005-05-21 | 1 | -2/+21 |
* | Support playing DVDs from harddrive directories. | diego | 2005-05-21 | 1 | -4/+4 |
* | Do not switch to audio tracks whose codec private data differs from the main ... | mosu | 2005-05-21 | 1 | -0/+4 |
* | Document lavf muxers. | diego | 2005-05-20 | 2 | -1/+10 |
* | spelling cosmetics | diego | 2005-05-20 | 1 | -3/+3 |
* | synced with 1.168 | gabrov | 2005-05-20 | 1 | -1/+2 |
* | synced with 1.27 | gabrov | 2005-05-20 | 1 | -1/+25 |
* | synced with 1.69 | gabrov | 2005-05-20 | 1 | -7/+299 |
* | 1.973: macosx T behavior is standard, vo_macosx (will) have same special key | kraymer | 2005-05-20 | 1 | -7/+4 |
* | synced with 1.76 (increased sync tag after English consistency fix) | gabrov | 2005-05-20 | 1 | -1/+1 |
* | macosx T behavior is standard, vo_macosx (will) have same special key | nplourde | 2005-05-20 | 2 | -7/+2 |
* | Toggle only between ontop and normal. | nplourde | 2005-05-20 | 1 | -20/+1 |
* | Should fix altivec detection for g3 system. | nplourde | 2005-05-20 | 1 | -4/+5 |
* | Hopefully correct and non-confusing phrasing for the most talked-about | diego | 2005-05-20 | 1 | -3/+3 |
* | remove inclusion of stdio.h | nicodvb | 2005-05-19 | 1 | -1/+0 |
* | ported smb:// to the new stream api | nicodvb | 2005-05-19 | 3 | -104/+9 |
* | ported smb:// to the new stream api, patch by Matthieu Tourne [matthieu puntu... | nicodvb | 2005-05-19 | 1 | -0/+153 |
* | ported dvd:// to the new stream api | nicodvb | 2005-05-19 | 5 | -714/+800 |
* | Reset the saved max_pts used for timecode reordering after seeking. Otherwise... | mosu | 2005-05-19 | 1 | -0/+1 |
* | Shorten a few lines to avoid ugly linebreaks. | diego | 2005-05-18 | 1 | -4/+4 |
* | Ignore codecs-status.html. | diego | 2005-05-18 | 1 | -0/+1 |
* | Fix overly long lines that mess up output. | diego | 2005-05-18 | 1 | -2/+3 |
* | simplification | diego | 2005-05-18 | 1 | -4/+1 |
* | misc updates, Snow spelling | diego | 2005-05-18 | 1 | -12/+20 |
* | Make version string depend of the last change of CVS/Entries for Darwin. | diego | 2005-05-18 | 1 | -2/+9 |
* | charset as reported, please fix if this is wrong | reimar | 2005-05-18 | 1 | -0/+1 |
* | 8bit palette mode support for png | henry | 2005-05-18 | 1 | -0/+1 |
* | The Quicktime headers have changed slightly from 10.3.x to 10.4. Steven Schul... | nplourde | 2005-05-18 | 1 | -0/+2 |
* | include get_path.c before avcodec.h, fix error on osx + gcc4 where defined ma... | nplourde | 2005-05-18 | 1 | -2/+2 |
* | Clarify that -dumpstream works for video as well as audio and mention | diego | 2005-05-18 | 1 | -4/+8 |
* | 8bit palette mode support for png | henry | 2005-05-18 | 1 | -1/+1 |
* | new get_time_pos slave mode commando | reimar | 2005-05-18 | 5 | -0/+15 |
* | sync with 1.972: Remove capitalization and period from non-sentences | gpoirier | 2005-05-18 | 1 | -5/+5 |
* | 8bit palette mode support (and spurious ^M removal) | henry | 2005-05-18 | 1 | -3/+18 |
* | wrong memcpy of extradata; 10l to whomever wrote that broken code | nicodvb | 2005-05-17 | 1 | -2/+1 |
* | mux extradata | nicodvb | 2005-05-17 | 1 | -0/+24 |
* | Saving streamed content | gpoirier | 2005-05-17 | 1 | -0/+19 |
* | Sync 1.972 + spelling mistake | wight | 2005-05-17 | 1 | -5/+5 |
* | Remove capitalization and period from non-sentences | wight | 2005-05-17 | 1 | -3/+3 |
* | Synced to 1.60 | jheryan | 2005-05-17 | 1 | -0/+597 |
* | Synced to 1.2 | jheryan | 2005-05-17 | 1 | -0/+8 |
* | Synced to 1.16 | jheryan | 2005-05-17 | 1 | -0/+136 |
* | Consistency fixes | gpoirier | 2005-05-16 | 1 | -3/+3 |
* | Fixes the vobsub extraction example | gpoirier | 2005-05-16 | 1 | -2/+2 |
* | Sync with 1.971 | gpoirier | 2005-05-16 | 1 | -4/+4 |
* | sync 1.971 | wight | 2005-05-16 | 1 | -59/+102 |
* | * some more \- in examples | wight | 2005-05-16 | 1 | -9/+8 |
* | Sync with 1.970 | gpoirier | 2005-05-16 | 1 | -3/+3 |
* | Fix imprecise fps numbers, patch by Corey Hickey <bugfood-ml at fatooh dot org>. | diego | 2005-05-16 | 2 | -17/+17 |
* | simplifies the format matching logic. Chris Roccati <roccati@pobox.com> | nplourde | 2005-05-16 | 1 | -47/+3 |
* | Hopefully this phrasing is now correct English :-) | gpoirier | 2005-05-15 | 1 | -3/+3 |
* | restore vcd_track | nicodvb | 2005-05-15 | 1 | -0/+1 |
* | set define for apple gcc altivec | nplourde | 2005-05-15 | 4 | -18/+15 |
* | better implementation of read() | nicodvb | 2005-05-15 | 1 | -9/+4 |
* | synced with 1.25 | gabrov | 2005-05-15 | 1 | -1/+10 |
* | synced with 1.63 | gabrov | 2005-05-15 | 1 | -11/+20 |
* | synced with 1.75 | gabrov | 2005-05-15 | 1 | -1/+17 |
* | ftp is handled by the modular stream manager | nicodvb | 2005-05-15 | 1 | -2/+1 |
* | more efficient read() without memcpy() | nicodvb | 2005-05-15 | 1 | -36/+28 |
* | ported cue:// to the new stream api; note: this stream must still be optimize... | nicodvb | 2005-05-15 | 4 | -63/+113 |
* | Fraps | rtognimp | 2005-05-14 | 1 | -0/+1 |
* | FRAPS decoder (FPS1) with binary dll | rtognimp | 2005-05-14 | 2 | -0/+13 |
* | If we use .m suffix we really should include it in .SUFFIXES | wight | 2005-05-14 | 1 | -1/+1 |
* | comment out useless/nonexistent variable breaking compile on gcc4 | rfelker | 2005-05-14 | 1 | -1/+1 |
* | some more fixes suggested by The Wanderer and Rich | gpoirier | 2005-05-14 | 1 | -7/+8 |
* | synced with 1.63 | paszczi | 2005-05-14 | 1 | -11/+20 |
* | sync with 1.969: Document new file:// syntax. | gpoirier | 2005-05-14 | 1 | -2/+2 |
* | Fix for stereo files | rtognimp | 2005-05-14 | 1 | -0/+22 |
* | Nits and corrections suggested by The Wanderer | gpoirier | 2005-05-14 | 1 | -30/+43 |
* | 1.969: Document new file:// syntax. | kraymer | 2005-05-14 | 1 | -5/+5 |
* | German man page review part III | kraymer | 2005-05-14 | 1 | -75/+90 |
* | do not modify tv_param_noaudio | henry | 2005-05-14 | 1 | -37/+55 |
* | Document new file:// syntax. | diego | 2005-05-14 | 2 | -1/+10 |
* | cleanups of the mutex usage | henry | 2005-05-14 | 1 | -5/+5 |
* | fixed file:// syntax using newly introduced -string- urlpart | nicodvb | 2005-05-14 | 1 | -7/+14 |
* | introduced -string- parameter to match everything after :// syntax | nicodvb | 2005-05-14 | 1 | -0/+6 |
* | German man page review part II (finishes "PLAYER-SPEZIFISCHE OPTIONEN") | kraymer | 2005-05-14 | 1 | -52/+58 |
* | Explain how to drop movies on desktop shortcuts, other updates. | diego | 2005-05-14 | 1 | -9/+17 |
* | German man page review part I | kraymer | 2005-05-14 | 1 | -35/+37 |
* | Make FAAC detection follow standard enable/disable/auto semantics. | diego | 2005-05-14 | 1 | -8/+6 |
* | Update with Jindrich's latest change. | diego | 2005-05-14 | 1 | -1/+2 |
* | v4l2 update | henry | 2005-05-14 | 1 | -0/+4 |
* | compilation/link fix with --disable-qtx --disable-dshow | diego | 2005-05-14 | 1 | -0/+2 |
* | make file:// prefix work | nicodvb | 2005-05-14 | 2 | -1/+4 |
* | 10l forgotten comment | henry | 2005-05-14 | 1 | -1/+1 |
* | removed unused variables | nicodvb | 2005-05-14 | 1 | -5/+0 |
* | improve playback with mplayer -tv immediatemode=0 | henry | 2005-05-14 | 1 | -17/+73 |
* | indicate the number of channels required, patch by Chris Roccati <roccati@pob... | nplourde | 2005-05-14 | 1 | -0/+1 |
* | 1.961: vo_quartz and vo_macosx support -ontop as well. | kraymer | 2005-05-13 | 1 | -25/+69 |
* | Preparing to encode: Identifying source material and framerate + how to encod... | gpoirier | 2005-05-13 | 1 | -0/+286 |
* | wording fix by diego(tm) | kraymer | 2005-05-13 | 1 | -27/+94 |
* | added toolame opts | kraymer | 2005-05-13 | 1 | -10/+76 |
* | 1.936: noluma suboption for vf_pp | kraymer | 2005-05-13 | 1 | -5/+40 |
* | sync with 1.968 | gpoirier | 2005-05-13 | 1 | -14/+28 |
* | added x264enc options: direct_pred, log, (no)deblock deblock{alpha,beta}, (no... | kraymer | 2005-05-13 | 1 | -8/+93 |
* | enable hinting | henry | 2005-05-13 | 1 | -2/+2 |
* | wording fix | kraymer | 2005-05-13 | 1 | -3/+3 |
* | 1.924: windows priority support patch | kraymer | 2005-05-13 | 1 | -16/+41 |
* | 1.917: precise framerate values everywhere | kraymer | 2005-05-13 | 1 | -14/+38 |
* | 1.907: Update xv and xvmc documentation to reflect recent colorkey changes. | kraymer | 2005-05-13 | 1 | -21/+86 |
* | fix the range and type of -tv immediatemode option | henry | 2005-05-13 | 1 | -1/+1 |
* | 1.900: typo (skipped) | kraymer | 2005-05-13 | 1 | -12/+12 |
* | -edl works with MEncoder as well. | diego | 2005-05-13 | 1 | -7/+7 |
* | added some hyphens in quoted examples | kraymer | 2005-05-13 | 1 | -9/+10 |
* | 1.894: Move audio filter descriptions to the man page. | kraymer | 2005-05-13 | 1 | -25/+294 |
* | How can I dump a full DVD title to a file? | gpoirier | 2005-05-13 | 1 | -0/+16 |
* | Document -hr-edl-seek, based on a description by Oded Shimon. | diego | 2005-05-13 | 1 | -0/+10 |
* | multifile leak fixes by Timothy Lee <timothy.lee at siriushk.com> +some more ... | faust3 | 2005-05-13 | 1 | -27/+51 |
* | Only 2 consecutive bframes are needed for pyramid reordering | gpoirier | 2005-05-13 | 1 | -1/+1 |
* | prevent possible exploit | nicodvb | 2005-05-13 | 1 | -1/+3 |
* | initialize vorbis structure before calling ERROR() | nicodvb | 2005-05-12 | 1 | -4/+5 |
* | fixup the correct sh_a | nicodvb | 2005-05-12 | 1 | -0/+1 |
* | fixed too few parameters to mp_msg(); silence compilation warnings, removed u... | nicodvb | 2005-05-12 | 1 | -5/+5 |
* | don't call fixup_audio if there's no audio | nicodvb | 2005-05-12 | 1 | -2/+3 |
* | fix segfaults caused by socket and file descriptor mismatches on windows | faust3 | 2005-05-12 | 1 | -1/+8 |
* | vorbis extradata is now passed from demuxer to decoder in matroska's way | nicodvb | 2005-05-12 | 3 | -68/+145 |
* | BGR formats are ok, too | henry | 2005-05-12 | 1 | -2/+4 |
* | v4l2 RGB15/16 is actually BGR | henry | 2005-05-12 | 1 | -4/+4 |
* | Sync with 1.964 | gpoirier | 2005-05-12 | 1 | -1/+3 |
* | Document -vf pp=ac. | diego | 2005-05-11 | 1 | -0/+2 |
* | 1.891: vstrict vs mjpeg update, typo | kraymer | 2005-05-11 | 1 | -5/+17 |
* | Sync with 1.963 | gpoirier | 2005-05-11 | 1 | -35/+39 |
* | sync to x264 rev223 (options: ratetol, vbv_*) | lorenm | 2005-05-11 | 3 | -38/+47 |
* | 1.888: renamed init_adelay to vdelay with opposite range | kraymer | 2005-05-11 | 1 | -7/+19 |
* | 1.886: Sync -channels and -srate options with the XML docs. | kraymer | 2005-05-11 | 1 | -23/+30 |
* | 1.883: fixes for previous commits (checked) | kraymer | 2005-05-11 | 1 | -10/+27 |
* | 1.882: Sync to x264 r134: weighted prediction for B-frames. | kraymer | 2005-05-11 | 1 | -0/+9 |
* | 1.962: vo_ggi now supports ontop. | kraymer | 2005-05-11 | 1 | -2/+2 |
* | vo_ggi now supports ontop. | diego | 2005-05-11 | 1 | -1/+1 |
* | - make use of libggiwmh if found by configure | diego | 2005-05-11 | 1 | -18/+69 |
* | If libggi has been found, search for the libggiwmh extension | diego | 2005-05-11 | 1 | -0/+26 |
* | large update patch by Mirco Macrelli (pigaz@pigaz.org) with some correction b... | nicodvb | 2005-05-11 | 1 | -948/+948 |
* | 1.881: added new mpeg muxer options | kraymer | 2005-05-10 | 1 | -0/+84 |
* | 1.879: man page review part XVI | kraymer | 2005-05-10 | 1 | -23/+26 |
* | 1.877: x264: expose option "level_idc". | kraymer | 2005-05-10 | 1 | -0/+8 |
* | 1.896: -format description updated to match current behavior. | kraymer | 2005-05-10 | 1 | -49/+23 |
* | 1.874: Fix -sstep description. | kraymer | 2005-05-10 | 1 | -5/+8 |
* | 1.872: vf_detc parameter names fixed. (already in prev commit) | kraymer | 2005-05-10 | 1 | -8/+16 |
* | 1.870: man page review page XIV | kraymer | 2005-05-10 | 1 | -121/+187 |
* | do not define HAVE_ALTIVEC_H on osx with gcc4 | nplourde | 2005-05-10 | 1 | -0/+3 |
* | mcpu & mtune work on gcc4 | nplourde | 2005-05-10 | 1 | -2/+2 |
* | if define HAVE_ROUND do not define round again. patch by Steven M. Schultz <s... | nplourde | 2005-05-10 | 1 | -0/+3 |
* | look if round function exist in math.h & define HAVE_ROUND. patch by Steven M... | nplourde | 2005-05-10 | 1 | -0/+16 |
* | synced with 1.16, initial translation | gabrov | 2005-05-10 | 1 | -0/+234 |
* | vo_quartz and vo_macosx support -ontop as well. | diego | 2005-05-09 | 1 | -1/+1 |
* | wording/spelling | diego | 2005-05-09 | 1 | -5/+5 |
* | end of the locale nightmare, forever | rfelker | 2005-05-09 | 1 | -0/+4 |
* | sync with 1.959: border_mask and vstrict=-1 isn't so dangerous after all | gpoirier | 2005-05-09 | 1 | -3/+15 |
* | synced with 1.64 | gabrov | 2005-05-09 | 1 | -1/+142 |
* | update vstrict description | reimar | 2005-05-09 | 2 | -2/+3 |
* | vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encodi... | reimar | 2005-05-09 | 2 | -9/+7 |
* | actually output 2 channel audio (instead of 6 channel with 4 empty channels) | reimar | 2005-05-09 | 1 | -13/+13 |
* | synced with 1.61 | gabrov | 2005-05-09 | 1 | -1/+302 |
* | strdup() of a NULL pointer, truckload of cola for me | henry | 2005-05-09 | 1 | -3/+11 |
* | Nits - better description for border_mask | gpoirier | 2005-05-09 | 1 | -2/+2 |
* | dcbzl instruction is only for 64-bit implementations. define NO_DCBZL for ffm... | nplourde | 2005-05-09 | 1 | -1/+7 |
* | small updates/fixes | diego | 2005-05-09 | 1 | -3/+6 |
* | Allow more gcc 3.x and 4.x versions. | diego | 2005-05-09 | 1 |