Mercurial > mplayer.hg
graph
-
Fix seeking with cache enabled on systems using fork().2006-03-13, by albeu
-
sync with 1.12382006-03-13, by gpoirier
-
adapter doesn't require vm anymore2006-03-13, by faust3
-
Ignore codecs2html.2006-03-13, by diego
-
To avoid a bug in ALSA's rate plugin that causes spurious overruns, try2006-03-13, by cladisch
-
Do not try to count hardware sound cards because there might be none2006-03-13, by cladisch
-
fixed character encoding2006-03-13, by gabrov
-
recommitted version 1.22 + Rich's 1.252006-03-13, by nicodvb
-
cosmetic, move stuff around2006-03-13, by ods15
-
Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more2006-03-13, by pacman
-
FAAC encoding through libavcodec-faac2006-03-13, by michael
-
-lavcopts aglobal2006-03-13, by michael
-
remove mp_msg.c dependency when compiling codec-cfg binary.2006-03-12, by reimar
-
Fix compilation error introduced by last commit2006-03-12, by reimar
-
unified failure case in muxer_new_muxer()2006-03-12, by nicodvb
-
remove useless cruft (binds variable)2006-03-12, by reimar
-
fix feature pragma length check2006-03-12, by reimar
-
+ muxer_lavf.c - Michael Niedermayer2006-03-12, by michael
-
strings without terminating NUL2006-03-12, by ods15
-
check stream->wf and stream->bih before using them in fix_parameters(). Fixes cid 432006-03-12, by nicodvb
-
10l found by Oded: case 2 on a boolean value...2006-03-12, by rfelker
-
fix cosmetics noticed during nico's 10l2006-03-12, by rfelker
-
fixed C99-ism introduced with previous commit2006-03-12, by nicodvb
-
check muxer != NULL before using it; closes cid 2012006-03-12, by nicodvb
-
bump neglected date2006-03-12, by ods15
-
revert last change2006-03-12, by ods15
-
better max for frame code values, still allowing compact implementation2006-03-12, by ods15
-
10l to me, misarrangment of flags2006-03-12, by ods15
-
change max_distance back to 64kb and set max frame size to 2*max_distance.2006-03-12, by ods15
-
check sh_video before seeking; closes cid 562006-03-12, by nicodvb
-
init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 2412006-03-12, by nicodvb
-
init msec in mp_get_titleset_length() before using it; closes cid 2512006-03-11, by nicodvb
-
init variable in parse_mp4_object_descriptor before using it; fixes cid 2372006-03-11, by nicodvb
-
init delta_pts before using it; fixes cid 2392006-03-11, by nicodvb
-
check pce_ptr before using it; fixes cid 2072006-03-11, by nicodvb
-
QuickTime in24 and in32 PCM audio support2006-03-11, by rathann
-
added dinamically calculated gain factor at output stage to avoid clipping on sane ranges2006-03-11, by reynaldo
-
change max_distance max to 128kb instead of 65kb2006-03-11, by ods15
-
Only MAX_STREAMS streams are allowed (cid 115)2006-03-11, by rtognimp
-
move bit flags to be more convinient...2006-03-11, by ods15
-
clarify, header_checksum is not included in forward_ptr and in packet checksum2006-03-11, by ods15
-
Simplify libcdio check.2006-03-11, by diego
-
Make better use of pkg-config to check for/set proper libraries when2006-03-10, by diego
-
Fix memory leak cid 1762006-03-10, by rtognimp
-
Fix memory leak cid 1772006-03-10, by rtognimp
-
Fix possible use of body uninitialized. Remove an unneeded free (body2006-03-10, by rtognimp
-
remove edl.c pre-alloc, more readble and safe code2006-03-10, by ods15
-
SHOULD NOT be higher than 1/timebase limit2006-03-10, by michael
-
div8 -> div162006-03-10, by michael
-
drop max_frame_size2006-03-10, by michael
-
double muxing examples (cant hurt to explictly mention the most common)2006-03-10, by michael
-
universal timestamp (= stream_id + timestamp in stream timebase)2006-03-10, by michael
-
little clarification of sample_width/sample_height2006-03-10, by michael
-
push back userdata stream_class2006-03-10, by ods15
-
header_checksum2006-03-10, by michael
-
free resources when load_raw fails2006-03-09, by reimar
-
fix leak on read error (forgot to free demux packet)2006-03-09, by reimar
-
fix minor (i.e. unlikely to ever happen) leak when init fails2006-03-09, by reimar
-
Fix potential read from an unitialized pointer (CID: 236)2006-03-09, by rtognimp
-
remove useless and memleak-causing strdup2006-03-09, by reimar
-
fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)2006-03-09, by reimar
-
in demux_ogg_read_packet initialize data to whole packet, reduces code and2006-03-08, by reimar
-
name array is too small, use strlcpy instead of strncpy2006-03-08, by reimar
-
UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)2006-03-08, by reimar
-
revert the attempts for ccache fix2006-03-08, by henry
-
add default case to encoder switch-case (maybe an error message would be good as well).2006-03-08, by reimar
-
fix memory leak when filter with given name does not exist.2006-03-08, by reimar
-
Missing free_demux_packet after read error2006-03-08, by reimar
-
Fix base64 encoding for basic auth according to RFC.2006-03-08, by reimar
-
missing url_free when using proxy and connect fails2006-03-08, by reimar
-
stream_id == MAX_STREAMS is invalid, since counting starts with 0.2006-03-08, by reimar
-
"i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.2006-03-08, by reimar
-
We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)2006-03-08, by reimar
-
cosmetic2006-03-08, by michael
-
Automaticall convert message to console charset, use utf8 for GTK2 Gui2006-03-08, by reimar
-
remove info streams2006-03-08, by michael
-
Add codecs2html dependencies.2006-03-08, by diego
-
libcdio needs to link before -lwinmm in WIN32_LIB on Windows.2006-03-08, by diego
-
free tmp earlier, it is not needed below and might leak on errors otherwise2006-03-08, by reimar
-
Missing initialization2006-03-08, by reimar
-
initialize f to NULL, needed if desc=malloc... fails2006-03-08, by reimar
-
If we have a tuner, use that as a reason we have audio support, and do2006-03-08, by aurel
-
fix incomplete abs->rel path conversion2006-03-07, by henry
-
Fix compilation command in comment.2006-03-07, by diego
-
Comment out debug output.2006-03-07, by diego
-
Add codecs2html target.2006-03-07, by diego
-
synced with 1.12372006-03-07, by gpoirier
-
Correct toolchain for building XML docs on Debian Sarge.2006-03-07, by diego
-
synced with 1.472006-03-06, by gabrov
-
10l to Guillaume. It's <option>, not <options>. xmllint would've told you that.2006-03-06, by rathann
-
Reduce output verbosity in non-verbose mode, change some printf to mp_msg.2006-03-06, by diego
-
various improvements of the section "Choosing the video codec"2006-03-06, by gpoirier
-
increasing sync tag to 1.45 after typo fix in English version2006-03-05, by gabrov
-
typo fix2006-03-05, by gabrov
-
Capitalize some sentences after colons.2006-03-05, by diego
-
synced with 1.802006-03-05, by gabrov
-
synced with 1.352006-03-05, by gabrov
-
synced with 1.622006-03-05, by gabrov
-
file remove2006-03-05, by gabrov
-
increased sync tag to 1.102 after Diego's update2006-03-05, by gabrov
-
increased sync tag after Diego's update2006-03-05, by gabrov
-
synced with 1.442006-03-05, by gabrov
-
synced with 1.852006-03-05, by gabrov
-
synced with 1.252006-03-05, by gabrov
-
Comment fix: mp_msg_levels[] is inited to -2, not 2.2006-03-05, by diego
-
synced with 1.752006-03-05, by gabrov
-
synced with 1.162006-03-05, by gabrov
-
synced with 1.162006-03-05, by gabrov
-
synced with 1.282006-03-05, by gabrov
-
synced with 1.742006-03-05, by gabrov
-
synced with 1.322006-03-05, by gabrov
-
synced with 1.142006-03-05, by gabrov
-
synced with 1.362006-03-05, by gabrov
-
use relative paths for libav* build2006-03-05, by henry
-
sync to x264 r457 (direct_pred=3)2006-03-05, by lorenm
-
cosmetics, rename max_size to max_frame_size2006-03-05, by ods15
-
snow supports vme=82006-03-05, by lorenm
-
When centering a video with odd width, be sure to start on a pixel boundary.2006-03-04, by pacman
-
Make -xy help output consistent, output an empty line before and after.2006-03-04, by diego
-
return index_ptr to inside index2006-03-04, by ods15
-
update activity every 30 sec2006-03-04, by nplourde
-
typo2006-03-04, by ods15
-
slightly better max_distance rule2006-03-03, by michael
-
Reduce Real DLL/so loading verbosity, OKed by Roberto.2006-03-03, by diego
-
the return of the monolithic index2006-03-03, by michael
-
update tmp_field numbers (pretty much just cosmetic)2006-03-03, by michael
-
simplify flags2006-03-03, by michael
-
Synced with 1.1234, patch by JiÅ?Ã? Heryán < technik AH domotech DOO cz >2006-03-03, by gpoirier
-
This patch fixes pcm (twos, swot) in MOV.2006-03-02, by rtognimp
-
syncpoint_start description2006-03-02, by michael
-
removed reference to inexistent extern variable2006-03-01, by nicodvb
-
stream_control() returns int, not void2006-03-01, by nicodvb
-
add forward_ptr to syncpoint (+0.006% overhead)2006-03-01, by michael
-
leading coeff for crc polynom2006-03-01, by michael
-
width/height/samplerate MUST not be 02006-03-01, by michael
-
remove chapter_id == 0 special case2006-03-01, by michael
-
Change obsolete references to design6 to design7.2006-03-01, by diego
-
New website structure, the /homepage subdirectory is gone.2006-03-01, by diego
-
synced with 1.12352006-03-01, by gpoirier
-
sync with 1.2222006-03-01, by diego
-
XviD multi-threaded encoding support2006-03-01, by gpoirier
-
add Amiga-style AltiVec detection, patch from andrea at amigasoft dot net2006-02-28, by pacman
-
reverse 'low detail' for 'high detail' in 2-pass encoding explanation, patch by Jeff Clagg2006-02-28, by wanderer
-
update config.mak to match ffmpeg's version (fix alpha compilation)2006-02-27, by aurel
-
implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd currently playing2006-02-27, by nicodvb
-
added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTH2006-02-27, by nicodvb
-
Add audio_delay argument to demux_mkv_seek.2006-02-27, by corey
-
synced with 1.1012006-02-27, by gabrov
-
synced with 1.122006-02-27, by gabrov
-
fixed XML syntax error2006-02-27, by gabrov
-
Output error messages from the ALSA library through mp_msg() instead of2006-02-27, by cladisch
-
Show the actual ALSA version instead of the version mplayer was compiled2006-02-27, by cladisch
-
synced with 1.1012006-02-26, by gabrov
-
Better fallback for APIENTRY when compiling for Windows2006-02-26, by reimar
-
cosmetic, trailing whitespace2006-02-25, by ods15
-
use short 'type' names2006-02-25, by ods15
-
allow rationals with denom of '1'2006-02-25, by ods15
-
CRC32 stuff2006-02-25, by ods15
-
DVB channels cycling; patch by Ben Zores ben p geekbox d org2006-02-24, by nicodvb
-
Add a practical description of endian-independent RGB/BGR coding2006-02-24, by pacman
-
link fix2006-02-24, by diego
-
Add some undocumented options.2006-02-24, by diego
-
Document the noup suboption of the scale video filter.2006-02-24, by diego
-
Add XML tool paths for SUSE 10.02006-02-24, by diego
-
Add uninit for audio before switching to next file and completing encode2006-02-24, by ods15
-
10l (dont limit dimension components independantly if noup)2006-02-24, by michael
-
link fixes2006-02-24, by diego
-
This now works correctly thanks to clear-to-end-of-line patch2006-02-24, by ods15
-
fix bit specification for fixed_fps2006-02-24, by ods15
-
Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that2006-02-24, by pacman
-
info packet stuff, chapters...2006-02-24, by ods15
-
workaround for gl.h variants that do not define APIENTRY2006-02-23, by reimar
-
use calloc instead of malloc in copy_func_pf, missing initialization of2006-02-22, by reimar
-
link fixes2006-02-22, by diego
-
link fixes2006-02-22, by diego
-
properly detect cpu on x86 based mac2006-02-22, by nplourde
-
Fix stylesheet path.2006-02-21, by diego
-
Remove duplicate explanation of how man page format conversion.2006-02-21, by diego
-
Fix video delay when encoding with B-frames.2006-02-21, by corey
-
Fix video delay when encoding with B-frames.2006-02-21, by corey
-
grammar, put options in alphabetical order2006-02-20, by diego
-
More complete ASF MIME detection, closing bug# 248,2006-02-20, by gpoirier
-
sync with 1.12312006-02-20, by gpoirier
-
sync with 1.222 plus minor fix2006-02-20, by ptt
-
New option: -ignore-start2006-02-20, by corey
-
fields should be in english...2006-02-20, by ods15
-
Typo fix: "URLs to forces" --> "URLs to force"2006-02-19, by corey
-
synced with 1.12292006-02-19, by gpoirier
-
Allows the LIVE555 library to forces the client's port to be used2006-02-19, by bertrand
-
Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.2006-02-19, by diego
-
dwStart support for mencoder.2006-02-19, by corey
-
deobfuscate some a/v sync code2006-02-19, by ods15
-
no upscale flag so automatic downscaling is possible in mencoder2006-02-18, by michael
-
upport another G4 flavour: MPC7447* chips.2006-02-18, by gpoirier
-
include stdlib.h and stdio.h, they tend to be useful :-)2006-02-18, by reimar
-
dwStart support for mplayer.2006-02-18, by corey
-
Just a comment update, replacing a FIXME to reflect the new expectation of2006-02-18, by pacman
-
don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;2006-02-18, by pacman
-
more cosmetics2006-02-17, by ods15
-
some cleanup. enforce decode_delay to not be too high.2006-02-17, by ods15
-
Fix vec_clip for gcc's that don't handle (vector signed short){16} according2006-02-17, by pacman
-
Fix colormap save/restore for directcolor fb devices2006-02-17, by pacman
-
Second-try commit of this patch.2006-02-17, by corey
-
fix compilation without openal2006-02-16, by aurel
-
OpenAL audio support, actual output is mono-only (no positioning yet).2006-02-16, by reimar
-
ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)2006-02-16, by michael
-
make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)2006-02-16, by michael
-
include config.h before includes that need it2006-02-16, by iive
-
Add some more fourcc for DV and MPEG2 needed for some mov samples posted2006-02-14, by rtognimp
-
Set SRC_PATH correctly, fixes libpostproc compilation2006-02-14, by rtognimp
-
Import common.mak v1.1 from ffmpeg cvs, now it's needed by the building2006-02-14, by rtognimp
-
Align memory at 16 byte boundaries.2006-02-14, by diego
-
allow autodetection of pictures type when using mf://@file.list syntax2006-02-14, by iive
-
synced with 1.12272006-02-13, by gpoirier
-
Remove obsolete big-endian FIXMEs.2006-02-13, by diego
-
Fix the error handling in the play() function: add a handler for EINTR,2006-02-13, by cladisch
-
This changes the software parameters to be more compatible with the2006-02-13, by cladisch
-
Using non-blocking writes makes sense when the program wants to do other2006-02-13, by cladisch
-
Remove the now superfluous mmap suboption.2006-02-13, by cladisch
-
After removing play_mmap(), the play() function just unconditionally2006-02-13, by cladisch
-
This patch removes mmap support because it doesn't have any benefit.2006-02-13, by cladisch
-
fix index, first keyframe cannot be written with pts=02006-02-13, by ods15
-
lavc exposes the reconstructed picture, so no need to decode it again2006-02-13, by lorenm
-
synced with 1.12262006-02-12, by gpoirier
-
Make 'N' frame code implictly invalid2006-02-12, by ods15
-
do not forget to initialize dp->buffer2006-02-12, by henry
-
Rephrase telecine and film2pal mpegopts.2006-02-12, by diego
-
Remove stray space.2006-02-12, by diego
-
sync with 1.12242006-02-12, by gpoirier
-
10l2006-02-12, by alex
-
support openbsd/zaurus aswell2006-02-12, by alex
-
one more hint for openbsd2006-02-12, by alex
-
Native ZMBV support via lavc2006-02-12, by rtognimp
-
delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 frames sequence2006-02-12, by nicodvb
-
bugfixes and new soft-teleciner in muxer_mpeg.c2006-02-12, by nicodvb
-
mention film2pal in -mpegopts2006-02-12, by nicodvb
-
experimental film2pal and ntsc2pal soft teleciner2006-02-12, by nicodvb
-
forgotten cast (blows on gcc4)2006-02-12, by henry
-
we cannot continue without a crash when read_asf_header fails, since some2006-02-12, by reimar
-
add some sanity checks to new/resize_demux_packet2006-02-12, by reimar
-
add a missing rule for libpostproc.a2006-02-12, by henry
-
Sync with latest FFmpeg build system changes:2006-02-11, by diego
-
Gives some examples of in which form MPEG* videos can come2006-02-11, by gpoirier
-
Remove all the sections that are now merged in the XML doc2006-02-11, by gpoirier
-
muxer_mpeg MUST be used with audio_preload=02006-02-11, by nicodvb
-
Mention recent big-endian/AltiVec fixes in postproc/.2006-02-11, by diego
-
Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just2006-02-11, by diego
-
cosmetics: indentation fixes2006-02-11, by diego
-
Fix big-endian color permutation problems.2006-02-11, by diego
-
Put index_ptr within index to avoid it popping out of nowhere.2006-02-11, by ods15
-
Add syncpoint_checksum after frame header2006-02-11, by ods15
-
tff wasn't correctly unset in soft_telecine()2006-02-10, by nicodvb
-
Attila and I are root@mphq.2006-02-10, by diego
-
Make sure maxlen is respected, instead of just failing the assert later on.2006-02-10, by reimar
-
add mpc extension so that playback starts faster.2006-02-10, by reimar
-
Clarify feature removal policy: it must be approved on the mailing list.2006-02-10, by rathann
-
Clarify policy on feature removal.2006-02-10, by rathann
-
change checksum to crc322006-02-10, by ods15
-
ALSA changes2006-02-10, by cladisch
-
Small fixes: make all global variables static, remove some unused2006-02-10, by cladisch
-
Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it2006-02-10, by cladisch
-
Simplify get_delay(): we don't need to get the complete PCM status but2006-02-10, by cladisch
-
Fix get_space(): we don't need to differentiate between the various PCM2006-02-10, by cladisch
-
This adds support for more sample formats (U32, float BE, mu/A-law).2006-02-10, by cladisch
-
This replaces the hardcoded numbers for the sample format widths with a2006-02-10, by cladisch
-
Reverse commit of unfinished patch for passing audio_delay to the demuxers.2006-02-09, by corey
-
support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail.com>2006-02-09, by faust3
-
I took over ao_alsa maintainership.2006-02-09, by cladisch
-
Patch by Stefan Huehner / stefan % huehner ! org \2006-02-09, by rathann
-
fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)2006-02-09, by aurel
-
Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each2006-02-09, by diego
-
Fix CSeq answer for keepalive OPTIONS requests during playback2006-02-08, by rtognimp
-
Add support for grayscale [m]jpeg2006-02-08, by rtognimp
-
altivec_yuv2packedX() ignores the requested output format and unconditionally2006-02-08, by diego
-
expanded and improved NeoMagic TV-out section2006-02-08, by diego
-
AltiVec operations need to have memory aligned on 16-byte boundaries.2006-02-08, by diego
-
vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect2006-02-08, by diego
-
10l 1000 fps fix2006-02-08, by michael
-
fftruespeech works now that the nBlockAlign issue is settled.2006-02-07, by diego
-
read data in nBlockAlign aligned chunks2006-02-07, by reimar
-
1. Include audio_delay as an argument to demux_seek.2006-02-07, by corey
-
Fix mpng to work correctly with 16 bit png's. don't have any files to test2006-02-07, by ods15
-
EOR can only be (un)set for non delayed streams.2006-02-07, by ods15
-
small syntax/upper-lowercase fix2006-02-07, by ptt
-
synced with 1.12232006-02-07, by gpoirier
-
Minor correction of last two updates2006-02-07, by danny
-
Allow headers to be repeated anywhere2006-02-07, by ods15
-
let osx sleep if video is paused2006-02-07, by nplourde
-
-fixed-vo shall no longer be called BETA-CODE.2006-02-07, by diego
-
ZMB decoder2006-02-06, by diego
-
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.2006-02-06, by diego
-
Mark ffrv20 as working.2006-02-06, by diego
-
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.2006-02-06, by diego
-
removed unused variables2006-02-06, by nicodvb
-
fixed wrong delta_frame calculation that would affect soft-telecine2006-02-06, by nicodvb
-
Build muxers only when MEncoder is enabled.2006-02-06, by diego
-
1.221: Typo fix2006-02-05, by kraymer
-
1.1222: cs and ls swscale parameters accept different value ranges now.2006-02-05, by kraymer
-
cs and ls swscale parameters accept different value ranges now.2006-02-05, by diego
-
reinitialize adapter_count to 0, EnumCallbackEx will not work otherwise2006-02-05, by reimar
-
Index repetition2006-02-04, by ods15
-
add compare_ts2006-02-04, by ods15
-
EOR in index2006-02-04, by ods15
-
change sws sharpen filter a little2006-02-04, by michael
-
synced with 1.12212006-02-03, by gpoirier
-
Add -nocache option, -cache is not a flag option.2006-02-02, by diego
-
avoid conflicting types error on cygwin2006-02-02, by faust3
-
x264 tweaks2006-02-02, by lorenm
-
typo fixes2006-02-01, by ptt
-
Only compile libmpencoders if MEncoder has been enabled.2006-01-31, by diego
-
Move conditional compilation out of the code and into the build system.2006-01-31, by diego
-
Move conditional compilation out of the code and into the build system.2006-01-31, by diego
-
sync up to 1.2212006-01-31, by ptt
-
sync up to 1.12162006-01-31, by ptt
-
update for recent developments2006-01-30, by diego
-
removed forgotten fprintf()2006-01-30, by nicodvb
-
when linking to external libav* try using pkg-config first2006-01-30, by nicodvb
-
synced with 1.2212006-01-30, by gabrov
-
Typo fix2006-01-30, by gabrov
-
1.218: typo, consistency2006-01-30, by kraymer
-
Synced with 1.12142006-01-30, by jheryan
-
sync up to 1.2022006-01-30, by ptt
-
1.219: More detailed description of brd_scale.2006-01-30, by kraymer
-
synced with 1.1219 + typo fix2006-01-30, by gpoirier
-
synced with 1.2162006-01-30, by gabrov
-
mention TOOLS/encode2mpeglight2006-01-29, by nicodvb
-
More detailed description of brd_scale.2006-01-29, by corey
-
added missing entries since the last release (approved by Diego with small2006-01-29, by rathann
-
synced with 1.12182006-01-29, by gpoirier
-
typo, consistency2006-01-29, by diego
-
Try to only use a linebreak without hyphenation (\:) where it makes sense.2006-01-29, by diego
-
synced with 1.12162006-01-29, by gpoirier
-
Unify the handling of escaped spaces.2006-01-29, by diego
-
Include MEncoder config files in list of files.2006-01-29, by diego
-
French MEncoder docs are not synced yet.2006-01-29, by diego
-
10l: wrong syntax2006-01-28, by gpoirier
-
SDL video out syntax has changed a while ago, but the XML was not updated since now :)2006-01-28, by gpoirier
-
Also remove objects in subdirectories.2006-01-28, by diego
-
use mp_a52_framesize() when liba52 is not available2006-01-27, by nicodvb
-
cosmetic, fix spacing2006-01-27, by ods15
-
Make clean/distclean behave uniformly in all directories.2006-01-27, by diego
-
Make clean/distclean behave uniformly in all directories.2006-01-27, by diego
-
change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer2006-01-26, by michael
-
updates2006-01-26, by diego
-
limits.h for INT_MAX2006-01-25, by michael
-
correct block align2006-01-25, by michael
-
sync to 1.2202006-01-25, by kraymer
-
fix aac in mov/mp42006-01-25, by michael
-
Fix the MSG?_FIXME and make the profiles help translatable.2006-01-25, by albeu
-
setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)2006-01-24, by michael
-
Typo fix: missing "by" in brd_scale recommendation.2006-01-24, by corey
-
Fix up new profiles section and the MPLAYER_VERBSE environment variable.2006-01-24, by diego
-
1.212: Make -list-options work in both MPlayer and MEncoder.2006-01-24, by kraymer
-
1.1206: sync to x264 r398.2006-01-24, by kraymer
-
major update of x264encopts, credits go to Alex Günsche < ag .ät. zirona.com>, thank you!2006-01-24, by kraymer
-
Make -list-options work in both MPlayer and MEncoder.2006-01-24, by albeu
-
Profiles support.2006-01-24, by albeu
-
New option type to print help text with a function.2006-01-24, by albeu
-
Using INT_MAX without including limits.h breaks compilation on MinGW.2006-01-23, by diego
-
Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to do2006-01-23, by albeu
-
Fix multiple help clauses on the command line with mencoder.2006-01-23, by albeu
-
Fix libav* linking order, libavutil needs to come after lavc/lavf.2006-01-23, by diego
-
1.1210: support libavcodec's new sc_factor parameter2006-01-22, by kraymer
-
support libavcodec's new sc_factor parameter2006-01-22, by corey
-
proper support for shared libpostproc2006-01-22, by diego
-
s/LIVE.COM/LIVE555/ + URL update2006-01-22, by gpoirier
-
s/LIVE.COM/LIVE555/ + URL update2006-01-22, by gpoirier
-
correcting sync version number2006-01-22, by kraymer
-
add comment about sync status of this file2006-01-22, by kraymer
-
let configure find docbookx.dtd (version 4.4)2006-01-22, by kraymer
-
German man page review part XVII2006-01-22, by kraymer
-
100L m_option_copy should use the copy callback and not the set one.2006-01-22, by albeu
-
Interleave index to ease per-need decoding.2006-01-22, by ods15
-
Quick&dirty compilation fix, needed after latest changes in ffmpeg build2006-01-22, by rtognimp
-
1.209: consistency fix over the previous consistency fix2006-01-22, by kraymer
-
consistency fix over the previous consistency fix2006-01-21, by gpoirier
-
consitency fix2006-01-21, by gpoirier
-
synced with 1.12082006-01-21, by gpoirier
-
German man page review part XVI2006-01-21, by kraymer
-
1.1207: MPLAYER_VERBOSE, new enviorment variable to control verbosity before init2006-01-21, by kraymer
-
German man page review part XV2006-01-21, by kraymer
-
Cygwin compilation fix2006-01-20, by diego
-
List Derek Lewis as AIX/Solaris maintainer, patch by himself.2006-01-20, by diego
-
Add Derek Lewis, patch by himself.2006-01-20, by diego
-
AIX compiler CPU-option improvements2006-01-20, by diego
-
AIX section for the ports description2006-01-20, by diego
-
some updates2006-01-20, by ods15
-
MPLAYER_VERBOSE, new enviorment variable to control verbosity before init2006-01-20, by ods15
-
cosmetic change, shift stuff around to more logical places2006-01-20, by ods15
-
change goals slightly..2006-01-20, by ods15
-
bump date2006-01-20, by ods15
-
Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.2006-01-20, by atmos4
-
Also define FF_POSTPROCESS when using shared libavcodec.2006-01-20, by diego
-
German man page review part XIV2006-01-20, by kraymer
-
mention hwmpa2006-01-19, by nicodvb
-
documented audio codec hwmpa2006-01-19, by nicodvb
-
Implement XvMC lib autodetection for future use (currently disabled, but working2006-01-19, by rathann
-
Remove rule to build shared libpostproc, it does not belong in MPlayer.2006-01-19, by diego
-
Use free instead of speex_free - since speex_free does not appear in the2006-01-19, by reimar
-
Typo fixes by Bounec2006-01-19, by gpoirier
-
Push "Building audio filter chain" up to verbose level.2006-01-19, by diego
-
sync to 1.2192006-01-18, by kraymer
-
Mention possible region setting requirement for some RPC-2 drives.2006-01-18, by rathann
-
FAQ about problems with playing DVDs on certain drives.2006-01-18, by rathann
-
German man page review part XIII2006-01-18, by kraymer
-
German man page review part XII (right from the beginning.. again..)2006-01-17, by kraymer
-
suppress error message at eof2006-01-17, by reimar
-
avoid Solaris 10 compile error with gcc 3.4.52006-01-17, by reimar
-
faster and (IMHO) cleaner code.2006-01-17, by reimar
-
function to read from a demuxer up to (and including) the specified2006-01-17, by reimar
-
Put settings into a more meaningful order, some cosmetics.2006-01-17, by diego
-
Improve option descriptions.2006-01-17, by diego
-
Remove multi-language setting specification, it has little use.2006-01-17, by diego
-
Improve option descriptions.2006-01-17, by diego
-
cosmetic whitespace / layout changes2006-01-16, by diego
-
German man page review part X:2006-01-16, by kraymer
-
Comment out default settings. MPlayer should behave the same w/ or w/o2006-01-16, by diego
-
sync to 1.2182006-01-16, by kraymer
-
Do not build the GUI by default in the Debian package to be more in line2006-01-16, by diego
-
Remove overly loud "warning" from runtime-cpudetection message.2006-01-16, by diego
-
MEncoder's MPEG muxer needs -vf harddup to function properly, no add a note about this.2006-01-16, by gpoirier
-
Prefer native GSM over the binary codec.2006-01-16, by diego
-
sync with 1.12062006-01-16, by gpoirier
-
typos2006-01-16, by diego
-
sync to x264 r398.2006-01-16, by lorenm
-
Print some more useful data from header in verbose mode2006-01-15, by rtognimp
-
Support sipr codec in old RealAudio files.2006-01-15, by rtognimp
-
restored hwmpa with 'working' status and lowest priority2006-01-15, by nicodvb
-
temporarily disabled hwmpa until I fix the priority2006-01-15, by nicodvb
-
ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders2006-01-15, by nicodvb
-
Change LIB to LIBNAME to fix compilation.2006-01-15, by diego
-
10l: FFmpeg shared lib build information does not belong in MPlayer configure.2006-01-14, by diego
-
Always try to parse index chunk, no reason to check for movi_end2006-01-14, by reimar
-
Sync with latest FFmpeg build system changes.2006-01-14, by diego
-
German man page review part X:2006-01-14, by kraymer
-
Fix printing of audio fourcc in hex format2006-01-14, by rtognimp
-
German man page review part IX:2006-01-14, by kraymer
-
add mod playback to the wishlist2006-01-14, by rathann
-
Print audio 4cc for every stream, print 4cc of selected audio track2006-01-14, by rtognimp
-
Consistent variable names for shared libavcodec.2006-01-14, by diego
-
Add --disable-libavcodec_so/--disable-libavformat_so.2006-01-14, by diego
-
sync up to 1.2172006-01-14, by ptt
-
1l - one cast too many2006-01-14, by rathann
-
Fix parallel make builds, patch by Oded Shimon.2006-01-14, by rathann
-
German man page review part VIII2006-01-14, by kraymer
-
This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from2006-01-13, by rathann
-
German man page review part VII2006-01-13, by kraymer
-
sync to 1.2172006-01-13, by kraymer
-
Synced with 1.822006-01-13, by jheryan
-
Synced with 1.162006-01-13, by jheryan
-
Synced with 1.762006-01-13, by jheryan
-
Synced with 1.602006-01-13, by jheryan
-
Synced with 1.242006-01-13, by jheryan
-
Synced with 1.1002006-01-13, by jheryan
-
Synced with 1.382006-01-13, by jheryan
-
Synced with 1.282006-01-13, by jheryan
-
Synced with 1.742006-01-13, by jheryan
-
Synced with 1.322006-01-13, by jheryan
-
Update licensing information: The FSF changed postal address.2006-01-13, by diego
-
massive attack: mp_msg printf format fixes2006-01-12, by rathann
-
Remove libxvmc-dev from build-depends.2006-01-12, by diego
-
wording fix2006-01-12, by kraymer
-
1.1202: Reformat examples to prevent linebreaks and hyphenation.2006-01-12, by kraymer
-
1.1201: Explain DVDREAD_NOKEYS environment variable.2006-01-11, by kraymer
-
1.1193: [does not apply]2006-01-11, by kraymer
-
remove build-depends used only for obsolete vo2006-01-11, by aurel
-
1.1186: Merry Christmas and happy cola-chugging!2006-01-11, by kraymer
-
do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hectorchu@gmail.com>2006-01-11, by nplourde
-
I'm the new mailling list maintainer2006-01-10, by gpoirier
-
xlibs-dev don't exist anymore, as well as libpng-dev and libgtk-dev.2006-01-10, by aurel
-
convert some printfs to mp_msg2006-01-10, by rathann
-
added support for external libavformat2006-01-09, by nicodvb
-
CamStudio codec support2006-01-09, by reimar
-
Minor correction of last updates, credit to Paul TT2006-01-09, by danny
-
OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.2006-01-08, by diego
-
support for Radeon 95502006-01-08, by diego
-
sync w/ 1.12052006-01-08, by gpoirier
-
Remove non-ASCII character.2006-01-08, by diego
-
Update for current Debian package.2006-01-08, by diego
-
Improve the Debian package configuration: Remove the vo module configuration,2006-01-08, by diego
-
Quote some values to silence debconf warnings.2006-01-08, by diego
-
Do not install .cvsignore files.2006-01-08, by diego
-
include the right avcodec.h, consistently with the rest of mplayer2006-01-08, by nicodvb
-
fix crash if no video codec available2006-01-08, by reimar
-
fix premature end of audio playback (audio only)2006-01-08, by henry
-
Add uppercase MPG2 fourcc.2006-01-07, by diego
-
Remove empty sections, speak of container formats, not file formats.2006-01-07, by diego
-
minor rewording2006-01-07, by diego
-
avoid some gcc 4 compiler warnings2006-01-07, by reimar
-
Less ugly and easier to extend getFunctions2006-01-07, by reimar
-
Mention Chinese console messages.2006-01-06, by diego
-
Update for realrtsp bandwidth support2006-01-06, by rtognimp
-
This patch makes real rtsp tell the server to deliver data at specified2006-01-06, by rtognimp
-
Reformat examples to prevent linebreaks and hyphenation. When occurring2006-01-06, by diego
-
align byte is deprecated2006-01-06, by ods15
-
Yet another MPEG-4 fourcc (Samsung SMP4)2006-01-06, by rtognimp
-
1) remove global_timebase2006-01-06, by ods15
-
MN rule2006-01-06, by ods15
-
1) change date and goals slightly2006-01-06, by ods15
-
Better default vo - xv instead of x11.2006-01-06, by diego
-
Remove unused template file.2006-01-06, by diego
-
100l, the vo selection should fall back to other vo drivers.2006-01-06, by diego
-
build fix2006-01-05, by diego
-
Improve overall structure by adding a few top-level chapters so that2006-01-05, by diego
-
Add FFmpeg TrueSpeech.2006-01-05, by diego
-
Add MPEG fourcc to all MPEG decoders.2006-01-05, by diego
-
Don't leak memory (free audio reordering buffers)2006-01-04, by rtognimp
-
Remove assumption that all audio packets in a block have the same2006-01-04, by rtognimp
-
1000.0l timestamps are float2006-01-04, by rtognimp
-
Explain DVDREAD_NOKEYS environment variable.2006-01-04, by diego
-
Bandaid fix for compilation failure when creating main/.depend with GUI2006-01-04, by diego
-
cosmetics: Make the patch apply without offsets.2006-01-04, by diego
-
Update copyright date to 20062006-01-04, by gpoirier
-
Update with current changes.2006-01-04, by diego
-
CONFIGURATION FILES section added to the man page.2006-01-04, by diego
-
Expand the configuration file section to include MEncoder examples.2006-01-04, by diego
-
10l build fix2006-01-04, by diego
-
synced with 1.11982006-01-04, by gpoirier
-
little fixes i looked at after previous cvs commit :-)2006-01-04, by ptt
-
sync with 1.1198 plus little fixes2006-01-04, by ptt
-
fixed indentation for suboption brd_scale2006-01-04, by ptt
-
synced with 1.11972006-01-03, by gpoirier
-
removed previously forgotten reording options/flags2006-01-03, by nicodvb
-
Reverse commit 31 Dec 2005 18:56:35 -0000 1.342006-01-03, by gpoirier
-
removed frame reording option2006-01-03, by nicodvb
-
disable dvd subtitles by default2006-01-03, by nicodvb
-
word consistency fix2006-01-03, by ptt
-
sync up to 1.11672006-01-03, by ptt
-
Restructure ports section.2006-01-03, by diego
-
updates, spelling2006-01-03, by diego
-
Fix _inc_extra handling in DirectFB check.2006-01-03, by diego
-
small wording/spelling/syntax fixes2006-01-03, by diego
-
add bitexact's lavd flag desc.2006-01-03, by gpoirier
-
h264es: don't seek to non-keyframes2006-01-03, by lorenm
-
use $(INSTALLSTRIP) consistently2006-01-03, by rathann
-
fix the translator names list so that it conforms to lastname, firstname2006-01-02, by rathann
-
Synced with 1.2162006-01-02, by jheryan
-
Synced with 1.11822006-01-02, by jheryan
-
Partial support for QuickTime sound atom version 2.2006-01-02, by corey
-
sync up to 1.2162006-01-02, by ptt
-
add Dicas MPEGable H.264/MPEG-4 AVC fourcc2006-01-01, by iive
-
Add Rich's advice posted on the thread:2005-12-31, by gpoirier
-
"Currently mplayer looks for only one MP3 frame sync. The attached2005-12-31, by gpoirier
-
Add MPEG fourcc to mpeg12.2005-12-31, by diego
-
search next sequence_header untile a valid one is found2005-12-31, by nicodvb
-
Guide on creating quality skins.2005-12-31, by diego
-
Build incomplete Russian docs last.2005-12-31, by diego
-
check the intermediate audio buffer2005-12-31, by henry
-
update x264 feature summary2005-12-31, by lorenm
-
Mac OS update2005-12-30, by diego
-
synced with 1.11942005-12-30, by gpoirier
-
synced with 1.11922005-12-30, by gpoirier
-
sync to x264 r390 (bime)2005-12-30, by lorenm
-
for roff: add missing linebreak in uspp description2005-12-30, by wanderer
-
minor grammar/punctuation on lavc's keyint option2005-12-29, by wanderer
-
further wording fix for uspp2005-12-29, by wanderer
-
AIX PPC port2005-12-29, by diego
-
Bump DH_COMPAT version.2005-12-29, by diego
-
Add a basic watch file.2005-12-29, by diego
-
Support vme=8 (iterative overlapped block).2005-12-29, by diego
-
Include the snow wavelet comparison functions from DOCS/tech/snow.txt2005-12-29, by diego
-
wording2005-12-29, by diego
-
change erase to end of line, fall back to old behavior if no termcap found2005-12-29, by ods15
-
fix dvdread version macro2005-12-28, by rathann
-
Add bidir_refine to lavc's set of options, and document it.2005-12-28, by gpoirier
-
wma2 fixed2005-12-27, by rtognimp
-
vpotmeter fix, scroll in the correct direction2005-12-27, by ods15
-
fixes suggested by Diego2005-12-27, by gpoirier
-
new input command prefixes, pausing_keep, pausing_toggle2005-12-27, by ods15
-
Fix erase to end of line with windows, windows terminal does not support2005-12-27, by ods15
-
Remove tables used by MPlayer native 14_4 and 28_8 codecs2005-12-27, by rtognimp
-
New section: choosing the video codec for your encode: what to consider before picking it.2005-12-27, by gpoirier
-
fix setting colorkey in vidix mga_vid2005-12-26, by ods15
-
10000l to me, broke compilation on mingw, erase_to_end_of_line needs to be2005-12-26, by ods15
-
Merry Christmas and happy cola-chugging!2005-12-26, by gpoirier
-
- move our setenv() fallback implementation to osdep2005-12-26, by al
-
Adds lavc's brd_scale and updates vb_strategy2005-12-25, by gpoirier
-
support downscaling frames for dynamic b frame decission2005-12-25, by gpoirier
-
synced with 1.11842005-12-25, by gpoirier
-
add "pausing_keep" and "pausing_toggle" input cmd prefixes2005-12-25, by ods15
-
Use termcap "erase to end of line" character code instead of using spaces2005-12-25, by ods15
-
Add current Cygwin tool paths.2005-12-25, by diego
-
Windows waveout is no longer the best choice under Windows.2005-12-25, by diego
-
prefer newer terminfo-capable libraries (ncurses or terminfo)2005-12-25, by rathann
-
improove termcap detection, -lncurses works too2005-12-25, by ods15
-
Add "application/x-mms-framed" for ASF2005-12-24, by rtognimp
-
The <=132 frame rule is only valid at MacroBlock level not at frame one.2005-12-24, by iive
-
Typo in ASF demuxer selection by name (it's 'asf', not 'asv')2005-12-24, by rtognimp
-
synced with 1.11822005-12-22, by gpoirier
-
typo2005-12-22, by ods15
-
Synced with help_mp-en.h 1.2162005-12-21, by gpoirier
-
Print some error message,2005-12-20, by iive
-
I screwed up keep aspect param, made behavior the opposite of man page.2005-12-20, by ods15
-
malloc padding to avoid access beyond allocated memory2005-12-19, by henry
-
reverse the H264 hack2005-12-19, by henry
-
fspp update2005-12-18, by henry
-
negative quality values allow postproc regardless of input2005-12-18, by henry
-
credits for Onur, patch by himself2005-12-18, by diego
-
do not postprocess H2642005-12-18, by henry
-
support negative stride (flipping) in vo_gl.2005-12-18, by reimar
-
calculate framesize for raw RGB and BGR.2005-12-18, by reimar
-
fix crash with invalid -vid and no audio stream2005-12-18, by reimar
-
bitexact flag2005-12-18, by michael
-
1.1180: [does not apply]2005-12-17, by ranma
-
deobfuscate some very simple code...2005-12-17, by ods15
-
typo: ouput -> output2005-12-17, by ranma
-
"cfg-mplayer-def.h" is what is written in ~/.mplayer/config when it is not2005-12-17, by ods15
-
sync to 1.2162005-12-17, by ranma
-
some more new stuff..2005-12-17, by ods15
-
-o in mencoder now manditory2005-12-17, by ods15
-
-msglevel added, -verbose removed2005-12-17, by ods15
-
Removing obsolete, and until recently, misdocumented option -verbose .2005-12-17, by ods15
-
synced with 1.1002005-12-17, by gpoirier
-
synced with 1.13, patch by Johan Bos2005-12-17, by gpoirier
-
synced with 1.72, patch by Johan Bos2005-12-17, by gpoirier
-
sync w/ 1.11782005-12-17, by gpoirier
-
synced with 1.12, patch by Johan Bos, and fixes by me :p2005-12-17, by gpoirier
-
Fixes by Bounec2005-12-17, by gpoirier
-
grammar fix2005-12-17, by diego
-
include fastmemcpy.h before stream.h, so it is used for the stream_read2005-12-17, by reimar
-
do not set the flag when config failed2005-12-16, by henry
-
Avoid gcc warnings:2005-12-15, by rathann
-
one-word grammar fix for "incompatible codec" message2005-12-15, by wanderer
-
sync with 1.2132005-12-15, by ptt
-
small grammatical/sentence fix2005-12-15, by ptt
-
fix compilation when dvdkit and dvdread are not available2005-12-14, by nicodvb
-
Fix small typos spoted by Paul TT2005-12-14, by reynaldo
-
Reformat for better readability.2005-12-13, by diego
-
libdvdread configure script defines __DARWIN__ on darwin to trigger2005-12-13, by diego
-
Darwin does not support -rdynamic.2005-12-13, by diego
-
small typo preventing compilation, sorry :(2005-12-13, by ptt
-
little fixes....2005-12-13, by ptt
-
sync up to 1.2102005-12-13, by ptt
-
minor grammar clarification to the last commit, + omitted periods2005-12-12, by wanderer
-
Unify paths in patch and fix recent breakage, no -ko keyword expansion2005-12-11, by diego
-
Another examples showing how to play raw YUV video samples2005-12-11, by gpoirier
-
add hint to slave.txt2005-12-11, by reimar
-
improve video equalizer command (brightness, contrast, etc.) description2005-12-11, by reimar
-
sync with 1.11762005-12-11, by gpoirier
-
make fribidi autodetect by default instead of disable2005-12-11, by ods15
-
Make -really-quiet a common option.2005-12-11, by diego
-
make demuxer seek and close functions return void, patch by Dominik Mierzejewski2005-12-11, by wanderer
-
punctuation fixes for the previous commit2005-12-11, by wanderer
-
Update email address, old one is dead2005-12-11, by gpoirier
-
sync with 1.11752005-12-11, by gpoirier
-
Fix -v/-verbose description.2005-12-11, by diego
-
sync with 1.11742005-12-11, by gpoirier
-
10l: \ needs to be escaped in roff.2005-12-11, by diego
-
synced with 1.2012005-12-10, by gabrov
-
Sync with 1.11712005-12-10, by gpoirier
-
1/4l2005-12-10, by gpoirier
-
Formatting fix2005-12-10, by gpoirier
-
Give an example about how to use the famous cqif video samples2005-12-10, by gpoirier
-
move to next vo if /dev/3dfx could not be opened2005-12-10, by iive
-
synced with 1.11702005-12-10, by gpoirier
-
Do not exit() if /dev/3dfx is not available, approved by Ivan.2005-12-10, by diego
-
Remove obsolete note.2005-12-10, by diego
-
known bugs with P4 and SSE, small fixes2005-12-10, by diego
-
Convert this file to UTF-8 as it contains funky caracters from all around the world.2005-12-10, by gpoirier
-
1.1162: multithreaded decoding2005-12-10, by ranma
-
sync to rev. 1.2102005-12-10, by ranma
-
remove stray tab, which was confusing help_diff.sh2005-12-10, by ranma
-
Harcoded eng strings on libmpdemux/network.c to help_mp2005-12-10, by reynaldo
-
ffmpeg update2005-12-09, by rtognimp
-
Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)2005-12-09, by rtognimp
-
cook2005-12-09, by diego
-
Move audio packets reordering from codec interface to demuxers for real2005-12-09, by rtognimp
-
#include help_mp.h only once.2005-12-09, by diego
-
Remove some inactive maintainers.2005-12-09, by diego
-
long obsolete2005-12-09, by diego
-
some sync with the present day situation2005-12-09, by diego
-
Unify include paths, -I.. is in CFLAGS.2005-12-08, by diego
-
M263 (M$ h263) can be decoded by lavc H.263 decoder2005-12-08, by rtognimp
-
Bye-bye old email address, I'm a student no more!! :-P2005-12-08, by gpoirier
-
translate just 1.11692005-12-08, by gpoirier
-
synced with 1.11672005-12-08, by gpoirier
-
-mc 0.1 is preferrable to -mc 10 since A/V sync is recovered quicker after seeking.2005-12-08, by diego
-
Clarifications for the AUDIOSERVER environment variable.2005-12-08, by diego
-
add fix for sbr_dec.c to local diff, too2005-12-07, by rathann
-
add my fix to ps_dec.c to our diff2005-12-07, by rathann
-
Every contribution deserves to be listed on the "about" window of the gui.2005-12-07, by gpoirier
-
vf_fspp bframes option2005-12-07, by henry
-
prevent flicker on b-frames, trivial port from vf_spp2005-12-07, by henry
-
list myself as patch backlog maintainer2005-12-07, by wanderer
-
option to show the lines containing anomalies, patch by Ivo van Poorten2005-12-07, by wanderer
-
small updates and fixes2005-12-07, by diego
-
preliminary environment variables section2005-12-07, by diego
-
really clear frames to black instead of grey, and make sure one of those2005-12-07, by reimar
-
signed division must be used for calculation vo_dx and vo_dy.2005-12-07, by reimar
-
WM_PAINT is the "expose" event, not WM_ACTIVATE2005-12-07, by reimar
-
Minor spelling fixes2005-12-07, by jheryan
-
Synced with 1.11632005-12-07, by jheryan
-
Don't abort when xscreensaver window isn't available anymore.2005-12-07, by al
-
more warning fixes2005-12-07, by ods15
-
compiler warning fixes, some of these were actual (printing) bugs.2005-12-07, by ods15
-
Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'll2005-12-07, by ods15
-
-msglevel description improvement2005-12-07, by diego
-
new arguments for -vf spp, patch by Corey Hickey2005-12-06, by wanderer
-
Must use glFlush when doublebuffering is not used2005-12-06, by reimar
-
Get rid of most #ifdefs2005-12-06, by reimar
-
Fix message handling, process resize events2005-12-06, by reimar
-
alphabetical order + better explanation for '-lavdopts threads'2005-12-06, by wanderer
-
minor grammar fix, + stray LIVE.COM -> LIVE555 transition2005-12-06, by wanderer
-
another 100l, codec-cfg relied on mp_msg printing nothing....2005-12-06, by ods15
-
100l, codec-cfg needs fixing after -msgl patch2005-12-06, by ods15
-
prevent flicker, to get old behaviour use spp=x:y:4 / x:y:52005-12-06, by michael
-
Fix EDL to be per file, allow -edlout and -edl together as there is really2005-12-06, by ods15
-
1000l, reverting 2 more unrelated changes with last commit2005-12-06, by ods15
-
100l, reverting unrelated change with last commit2005-12-06, by ods15
-
new -msglevel option, constrols msg level for every msg module2005-12-06, by ods15
-
more minor grammatical fixes2005-12-06, by wanderer
-
multithreaded decoding2005-12-05, by gpoirier
-
fixes suggested by The Wanderer and Corey2005-12-05, by gpoirier
-
expand aspect works by display aspect, not video aspect.2005-12-05, by ods15
-
add missing -I..2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
ad_libvorbis.c:119: warning: assignment from incompatible pointer type2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
mplayer.c:1928: warning: implicit declaration of function 'cache_uninit'2005-12-05, by rathann
-
Fix popup menu problems: GTK cannot get a grab while the button is down,2005-12-04, by reimar
-
About text should _not_ be editable, it just looks stupid.2005-12-04, by reimar
-
missing dot2005-12-03, by ranma
-
lots of small fixes a few rephrasings2005-12-03, by ranma
-
sync to 1.2052005-12-03, by ranma
-
attribute align2005-12-03, by michael
-
switch to snow2005-12-03, by michael
-
multithreaded decoding2005-12-02, by michael
-
muxer_lavf MUST be disabled by default until someone adds AVParser2005-12-02, by rfelker
-
fatal error when muxer cannot initialize2005-12-02, by rfelker
-
Synced with 1.1002005-12-02, by jheryan
-
Synced with 1.992005-12-02, by jheryan
-
Synced with 1.342005-12-02, by jheryan
-
Synced with 1.122005-12-02, by jheryan
-
make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault POIS org )2005-12-02, by gpoirier
-
export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dll2005-12-01, by rtognimp
-
Add CharNextA(), needed by rp8 sipr dll2005-12-01, by rtognimp
-
nits and fixes suggested by The Wanderer and Loren Merritt2005-12-01, by gpoirier
-
vo_tdfxfb should be preferred over vo_3dfx.2005-12-01, by diego
-
AMD's Family 6 CPUs come with two flavors: one that supports SSE and2005-12-01, by diego
-
fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unknown format2005-11-30, by nicodvb
-
Link was a bit dated (but still working :-))2005-11-29, by ranma
-
Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range [4,2400000]2005-11-29, by reynaldo
-
Sync man page structure description with actual man page structure.2005-11-29, by diego
-
spelling, capitalization and wording fixes2005-11-29, by diego
-
Smarter defaults, removing obsolete options.2005-11-29, by diego
-
-aop is long obsolete.2005-11-28, by diego
-
-aop is long obsolete.2005-11-28, by diego
-
Add a function to remove osd msg and use it to remove the "OSD: enabled"2005-11-27, by albeu
-
Add indicative QP for ASP and AVC codecs2005-11-27, by gpoirier
-
Explain how to make regression tests with CVS2005-11-27, by gpoirier
-
grammar fix on the documentation-updates note2005-11-27, by wanderer
-
some comments and simplification2005-11-27, by alex
-
1.1161: misc fixes [partly]2005-11-27, by ranma
-
Note about handling patches that contain documentation updates.2005-11-26, by diego
-
Add support to get the list of files from a file containing one filename2005-11-26, by albeu
-
Fix URL escaping to correctly handle URL containing an ip6 address or2005-11-26, by albeu
-
Correct optimization for C3, patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com >2005-11-26, by gpoirier
-
skin authors, trailing whitespace cosmetics2005-11-25, by diego
-
wording and gramma fixes by Bougiz2005-11-25, by gpoirier
-
When it comes to CD/DVD handling bsdi has a linux CD/DVD compatibility2005-11-25, by diego
-
Grammar and wording fixes by Bougiz2005-11-24, by gpoirier
-
productive skin2005-11-24, by diego
-
M-x untabify2005-11-23, by gpoirier
-
correct k6_mtrr detection, add a great deal of infos about newer processors2005-11-23, by gpoirier
-
fixes in examples, minor details2005-11-23, by wight
-
Synced with 1.2022005-11-23, by jheryan
-
sync with 1.99, Patch by Johan B. < dariusjb AH gmail POIS com >2005-11-23, by gpoirier
-
-mc is useful to get rid of A/V desync.2005-11-23, by diego
-
synced with 1.11612005-11-23, by gpoirier
-
misc fixes2005-11-23, by diego
-
Revert previous commit2005-11-22, by al
-
Ignore OPTIONS rtsp command during playback. Fixes2005-11-22, by rtognimp
-
sync with 1.11592005-11-22, by gpoirier
-
Explain -vo gl:slice-height behaviour if YUV rendering is used.2005-11-22, by reimar
-
added a '.'... not abig effort by me indeed :-)))n..2005-11-22, by ptt
-
sync with 1.11582005-11-22, by ptt
-
Use slice-height 16 as default for yuv colorspaces (only relevant if decoder2005-11-22, by reimar
-
10l2005-11-22, by lorenm
-
sync to x264 r373 (brdo)2005-11-22, by lorenm
-
Mentions that --enable-runtime-cpudetection is not on by default.2005-11-21, by gpoirier
-
Make the osd command only switch between enabled/disabled when2005-11-20, by albeu
-
Unify include paths, -I.. is in CFLAGS.2005-11-19, by diego
-
Also parse glX extension string, makes -vo gl:swapinterval work again on linux2005-11-19, by reimar
-
Change MUST to SHOULD have disposition and if applicable language tags.2005-11-18, by al
-
Unify include path handling by using -I.2005-11-18, by diego
-
302m_convert and 360m_convert are generated files.2005-11-18, by diego
-
fastmemcpybench and cpuinfo are x86-specific.2005-11-18, by diego
-
Unify include path handling by adding $(MPROOT) to CFLAGS.2005-11-18, by diego
-
Makefile reorganized for better clarity and maintainability.2005-11-18, by diego
-
Unify include path handling, -I.. is in CFLAGS.2005-11-18, by diego
-
1.1157: -novideo does not work in some cases, e.g. with MPEG demuxers.2005-11-18, by ranma
-
synced with 1.11572005-11-18, by gpoirier
-
libavformat seems to use "Vo" as Vorbis tag, so add that.2005-11-17, by reimar
-
-novideo does not work in some cases, e.g. with MPEG demuxers.2005-11-17, by reimar
-
new -(no)border option2005-11-17, by reimar
-
Enable border toggling for gl and gl2 under windows.2005-11-17, by reimar
-
print the number of encoded frames per seconds (fps) with a greater precision2005-11-17, by gpoirier
-
Reformating and nit2005-11-17, by gpoirier
-
synced with 1.11552005-11-17, by gpoirier
-
Document the new osd options: -osd-duration, -noterm-osd, -term-osd-esc2005-11-17, by albeu
-
Remove stray \n and shorten overly long lines in the process.2005-11-17, by diego
-
Tests should use echocheck/echores instead of plain echo for output.2005-11-17, by diego
-
Update credits, sync a few lines.2005-11-17, by diego
-
Do not build Debian package with runtime CPU detection by default.2005-11-17, by gpoirier
-
spelling/grammar2005-11-17, by diego
-
Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder2005-11-16, by reynaldo
-
Small fixes...2005-11-16, by ptt
-
1.1153: Document the new oss config parameters.2005-11-16, by ranma
-
sync with rev. 1.2022005-11-16, by ranma
-
Big OSD cleanup. Replace the mess with 100's of counter vars2005-11-16, by albeu
-
avisubdump2005-11-15, by diego
-
Unify include paths, -I.. is in CFLAGS.2005-11-15, by diego
-
little fixes...2005-11-15, by ptt
-
Sync with 1.2022005-11-15, by ptt
-
Added a space after dv suboption for -lavfopts section2005-11-15, by ptt
-
Unify include paths, -I.. is in CFLAGS.2005-11-14, by diego
-
disable *SwapInterval function when extensions are missing, since it2005-11-13, by reimar
-
Simplify weird code. ;)2005-11-13, by rathann
-
Unify include paths by adding -I.. to CFLAGS.2005-11-13, by diego
-
Remove duplicate leftover line.2005-11-12, by diego
-
fixes missing caps on last patches2005-11-12, by reynaldo
-
Configure support for Cyrix C32005-11-12, by gpoirier
-
Sync with help_mp-en.h 1.201, patch by Emfox Zhou < emfoxzhou AH gmail POIS com>2005-11-12, by gpoirier
-
synced with 1.11532005-11-11, by gpoirier
-
Document the new oss config parameters.2005-11-11, by albeu
-
Generate double-click mouse events.2005-11-11, by joey
-
Add double-click mouse events.2005-11-11, by joey
-
Intercept maximize event and go into fullscreen mode.2005-11-11, by joey
-
Adds a target parameter to the volnorm filter.2005-11-11, by joey
-
-waveheader is deprecated, using -ao pcm:waveheader instead2005-11-11, by reynaldo
-
alphabetical order2005-11-10, by diego
-
add a switch, slave command, and vo control to toggle borderless window.2005-11-10, by joey
-
[TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemux2005-11-10, by reynaldo
-
move window style to a macro for easier maintaining2005-11-10, by joey
-
attempt to fix missing and/or broken boundary checks2005-11-10, by reimar
-
ffmpeg truemotion1 codec now outputs BGR32 for some files2005-11-10, by reimar
-
do not set ctx->vo_inited when init fails. This caused a crash when a2005-11-10, by reimar
-
Do not hang forever when the card delivers no new data.2005-11-10, by reimar
-
implement norm switching, which was already documented??2005-11-10, by reimar
-
Sync with help_mp-en.h 1.198, patch by Emfox Zhou emfoxzhou AH2005-11-10, by gpoirier
-
Allow setting the mixer per instance so one can fallback between2005-11-10, by albeu
-
Test if source image dimensions are too big.2005-11-10, by al
-
small typo2005-11-10, by ptt
-
synced with 1.1982005-11-10, by ptt
-
reordered subtitles language OSD display, since it worked bad for ogm...2005-11-09, by ptt
-
sync with 1.1150 (megaslow pp:) )2005-11-09, by gpoirier
-
it looks like width needs to be a multiple of 64 for newer cards2005-11-09, by faust3
-
new orthography2005-11-09, by ranma
-
Speling (das -> daÃ?)2005-11-09, by ranma
-
typo, trailing whitespace2005-11-09, by diego
-
SDL no longer needed by default2005-11-08, by rathann
-
Add another content-type for aac audio in shoutcast streams2005-11-08, by rtognimp
-
document new vf_uspp2005-11-08, by ranma
-
ultra simple&slow pp filter, yes yet another spp like filter :)2005-11-08, by michael
-
fd --> file descriptor, small fixes2005-11-08, by diego
-
do not call glFinish when we do not have a context2005-11-07, by reimar
-
Do not show cache-line size message, I've never seen a case where it was useful2005-11-07, by reimar
-
typo: libcio --> libcdio2005-11-07, by diego
-
Fix compilation, use vo_fs instead of fullscreen variable. Not tested.2005-11-06, by reimar
-
save us from #ifndef hell2005-11-06, by faust3
-
synced with 1.1972005-11-06, by gabrov
-
there is no sh_video for audio only files2005-11-06, by faust3
-
mostly formatting fixes2005-11-06, by ranma
-
libcdio2005-11-06, by faust3
-
make it optionally possible to compile MPlayer with libcdio instead of libcdparanoia2005-11-06, by faust3
-
fixed possible uint8 overflow; assign progid to the newly created pmt2005-11-06, by nicodvb
-
10l: osd_show_dvd_nav_highlight is just a flag2005-11-06, by ranma
-
fix typos: aslo->also, falback->fallback (they were just too annoying *g*)2005-11-06, by reimar
-
Two minor corrections by mitch (mitch at cgarbs dot de)2005-11-06, by ranma
-
Fix bugs/crash introduced by translation patch2005-11-06, by reimar
-
Number of frames to show the OSD shouldn't be hardcoded, derive from fps instead2005-11-06, by ranma
-
sync w/ 1.11492005-11-06, by gpoirier
-
"describe" cdda://n-m syntax2005-11-06, by reimar
-
fix cdda://n syntax: do not hang when n > nr_tracks and play only track n,2005-11-06, by reimar
-
estimate total time also for audio-only files.2005-11-06, by reimar
-
added support for OSD localization2005-11-06, by ptt
-
Added translatable messages for OSD localization to help/help_mp-en.h2005-11-06, by ptt
-
Added translatable messages for OSD localization from libvo/sub.c2005-11-06, by ptt
-
synced with 1.982005-11-05, by gabrov
-
Sync with 1.11482005-11-05, by gpoirier
-
sync with rev. 1.1962005-11-05, by ranma
-
Use correct demuxer type for aac in shoutcast streams2005-11-05, by rtognimp
-
Speex audio decoding2005-11-05, by reimar
-
Speex support. Seeking and pts generation does not work.2005-11-05, by reimar
-
set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise.2005-11-05, by reimar
-
Allow detection of theora without pkg-config and linking against internal2005-11-05, by reimar
-
sort timestamps instead of assuming conventional B-frame order. (fixes x264 B-pyramid)2005-11-05, by lorenm
-
Enabled OSD localization / moved msgs to help/help_mp-en.h2005-11-05, by ptt
-
Added translatable messages for OSD localization2005-11-05, by ptt
-
Little fixes around ':' and spaces2005-11-05, by ptt
-
libmpdemux translatables corrections2005-11-05, by ptt
-
synced with 1.1362005-11-04, by ptt
-
Synced with 1.982005-11-04, by jheryan
-
Synced with 1.11462005-11-04, by jheryan
-
Synced with 1.1932005-11-04, by jheryan
-
sync to x264 r360 (trellis)2005-11-04, by lorenm
-
Autoload vobsub's from ~/.mplayer/sub2005-11-03, by albeu
-
changed KEY_PREVIOUS to KEY_PREV, cause the first undefined2005-11-03, by ptt
-
small grammar/wording fixes2005-11-03, by ptt