Mercurial > mplayer.hg
graph
-
update comment url2007-01-06, by gpoirier
-
Simplify after last demux_ogg commit2007-01-05, by reimar
-
Do not access ogg_d->subs after freeing it.2007-01-05, by reimar
-
sizeof() is long, thus %d format in error message is wrong.2007-01-05, by reimar
-
Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,2007-01-05, by reimar
-
Do not abort on X11 errors, most are not at all fatal.2007-01-05, by reimar
-
move runtime cpu detection check after detection of host architecture,2007-01-05, by reimar
-
add autodetection support for docbook stuff installed in /opt, such as macports do for ex.2007-01-04, by gpoirier
-
Use av_d2q to produce the fps fraction, this usually produces more sane fractions2007-01-04, by reimar
-
Fix printf types: AVRational members are ints, not 64 bit.2007-01-04, by reimar
-
allows OSD menu to be displayed when using MPEG PES video out2007-01-04, by ben
-
restore volume if muted at exit2007-01-04, by ben
-
support for vidix on ATI Radeon 9600SE cards2007-01-04, by ben
-
fix gprof support (aka work around gprof's brain dead design)2007-01-04, by gpoirier
-
Synced with r21760, typos2007-01-04, by torinthiel
-
translated r217482007-01-04, by torinthiel
-
synced with r215372007-01-02, by Gabrov
-
synced with r217372007-01-02, by Gabrov
-
better wording and typos fixing2007-01-02, by voroshil
-
r21791: avoid a possible confusion, as suggested by Wanderer2007-01-02, by voroshil
-
More free() that were forgotten in r21806 memleak fix2007-01-01, by rtogni
-
set dp->stream_pts only when feeding the video stream to workaround2007-01-01, by nicodvb
-
Memleak fix (implement sdpplin_free() and use it)2007-01-01, by rtogni
-
Fix invalid memory access if identifier is unknown2007-01-01, by rtogni
-
Comment about lavf required for musepack and remove unneeded format entry.2006-12-31, by aurel
-
removed unused variable2006-12-31, by nicodvb
-
I've found a mistake in encoding-guide:2006-12-31, by rtogni
-
Fix potential buffer overflow in asm rules matching code2006-12-31, by rtogni
-
use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)2006-12-31, by nicodvb
-
replace call to ds_read_packet() with the usual stream_read()+ds_add_packet() sequence;2006-12-31, by nicodvb
-
sort2006-12-31, by michael
-
Fix build with shared libavutil. Approved by Diego.2006-12-31, by rathann
-
reindentation2006-12-30, by nicodvb
-
Fix double free of *http_hdr at server error.2006-12-30, by iive
-
avoid a possible confusion, as suggested by Wanderer2006-12-29, by gpoirier
-
small oops fix from my last commit2006-12-29, by vayne
-
the avi spec does not allow random samplesize whoever wrote this should be shot2006-12-29, by michael
-
dont read index if -noidx2006-12-29, by michael
-
first step toward amr-nb muxing support2006-12-29, by michael
-
fix to allow adding multiple files to the playlist with the open file dialog.2006-12-29, by vayne
-
sync with r217582006-12-29, by gpoirier
-
spellfix2006-12-29, by nicodvb
-
don't compile demux_mpc.c when libmpcdec is disabled2006-12-28, by aurel
-
synced with r216122006-12-28, by Gabrov
-
remove two unused functions.2006-12-28, by vayne
-
avoid code duplication.2006-12-28, by vayne
-
add support for musepack native decoder from ffmpeg (require -demuxer lavf)2006-12-28, by aurel
-
file added: Chinese translation for cd-dvd.xml2006-12-27, by kraymer
-
synced with r217412006-12-26, by Gabrov
-
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()2006-12-26, by lucabe
-
Mark some variables as possibly unused to avoid warnings2006-12-26, by lucabe
-
Add some explicit casts to avoid "assignment from incompatible pointer type"2006-12-26, by lucabe
-
Add some other casts, to remove void pointers arithmetic2006-12-26, by lucabe
-
Add some explicit casts to avoid some warnings2006-12-26, by lucabe
-
Remove some void pointers arithmetic2006-12-26, by lucabe
-
synced with r217412006-12-26, by Gabrov
-
synced with r217482006-12-26, by Gabrov
-
synced with r216122006-12-26, by Gabrov
-
synced with r216862006-12-26, by Gabrov
-
Translation of menc-feat-telecine sect1 in encoding-guide.xml.2006-12-25, by voroshil
-
audio.xml & bugreports.xml synced with r217642006-12-25, by Gabrov
-
Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xml2006-12-24, by voroshil
-
Translation of menc-feat-x264 sect1 in encoding-guide.xml2006-12-24, by voroshil
-
r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.2006-12-24, by voroshil
-
r21748: Reformatting round continued2006-12-24, by voroshil
-
Directly point to the Subversion instructions.2006-12-24, by diego
-
Remove undocumented redundant key bindings.2006-12-24, by diego
-
Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.2006-12-24, by diego
-
100l syntax error2006-12-24, by diego
-
cosmetics: Fix indentation after last commit.2006-12-24, by diego
-
Run less CPU checks when runtime CPU detection is enabled.2006-12-24, by diego
-
Exit when runtime CPU detection is requested on unsupported arches.2006-12-24, by diego
-
Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.2006-12-24, by diego
-
Extend runtime CPU detection to x86-64.2006-12-23, by diego
-
Synced with r217482006-12-23, by torinthiel
-
Amiga OS 4 support2006-12-23, by diego
-
Amiga OS 4 needs a large sample size.2006-12-23, by diego
-
Reformatting round continued2006-12-23, by torinthiel
-
replace call to UDFFindFile() (that is not part of the public API) with DVDOpenFile()2006-12-23, by nicodvb
-
Properly fix compilation without code duplication.2006-12-23, by diego
-
r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.2006-12-23, by voroshil
-
Mention that you can use different image formats with mf://2006-12-23, by torinthiel
-
Synced with r21741 (or just tag bump)2006-12-23, by torinthiel
-
And <simpara> -> <para> continued, those languages somehow slipped by during2006-12-23, by torinthiel
-
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.2006-12-23, by torinthiel
-
compilation fixes: define always_inline and don't use uint64_t_C2006-12-23, by rik
-
Sync to libnut, nom->num2006-12-23, by ods15
-
r21736: Add <keycombo> barkup for key combinations2006-12-23, by voroshil
-
Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.2006-12-23, by torinthiel
-
Add <keycombo> markup for key combinations2006-12-23, by torinthiel
-
Fix disabling individual demuxers, parsers and decoders2006-12-23, by diego
-
cosmetics: Rename variables to simplify upcoming patches.2006-12-23, by diego
-
Remove x11grab hack, it's now disabled by default in FFmpeg.2006-12-23, by diego
-
smb:// can be used as an output stream2006-12-22, by nicodvb
-
sync with r21655, based on a file conversion of help_mp-zh_CN.h2006-12-22, by kraymer
-
Clarify that yuv2rgb_init.c cannot be used under LGPL2006-12-22, by lucabe
-
r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a while2006-12-22, by voroshil
-
Remove useless include (not needed now that libswscale uses libavutil)2006-12-22, by lucabe
-
Must refer to option name instead of internal variable2006-12-22, by voroshil
-
fix correct addressing of user, some gram and ortographical fixes too - only partial2006-12-22, by reynaldo
-
wording and markup improvements2006-12-22, by diego
-
small wording/markup improvements2006-12-22, by diego
-
sync of Spanish translation for help_mp-es.h2006-12-21, by kraymer
-
ffv1 and ffvhuff haven't required vstrict=-2 for a while2006-12-21, by lorenm
-
Fix display of multiple simultaneous subtitles without libass.2006-12-21, by uau
-
Fixed wrong sync tag2006-12-21, by voroshil
-
r21691: added smb:// to the list of allowed input urls2006-12-21, by voroshil
-
r21686: [cosmetocs] minor fixes after reformatting round2006-12-21, by voroshil
-
Typos, spelling fixes2006-12-21, by voroshil
-
Remove duplicate vo_sub extern definition.2006-12-21, by reimar
-
Pass quant tables to next filters2006-12-21, by gpoirier
-
Fixed:2006-12-21, by voroshil
-
consistent naming for revision tags2006-12-21, by diego
-
Remove very outdated Italian translation.2006-12-21, by diego
-
Typos2006-12-21, by voroshil
-
Synced with 217062006-12-21, by torinthiel
-
Synced with 215372006-12-21, by torinthiel
-
Move message translation outside <screen> tags2006-12-21, by torinthiel
-
[cosmetics] <simpara> -> <para>, for consistency2006-12-21, by torinthiel
-
Still some reformatting:2006-12-21, by torinthiel
-
reindented after yesterday's commit2006-12-20, by nicodvb
-
new file: DOCS/xml/zh_CN/mencoder.xml2006-12-20, by kraymer
-
Fix compilation of non-MMX code with gcc 2.952006-12-20, by lucabe
-
alsa messages for Spanish help file2006-12-20, by kraymer
-
Translation of menc-feat-video-for-windows sect1 in encoding-guide.xml2006-12-20, by voroshil
-
Allow to compile swscale's non-SIMD code under the LGPL license.2006-12-20, by lucabe
-
synced with r216972006-12-20, by gpoirier
-
typo fix in denoise3d's chroma_tmp option description2006-12-20, by gpoirier
-
Translation of menc-feat-xvid sect1 in encoding-guide.xml2006-12-20, by voroshil
-
sync with r216552006-12-20, by kraymer
-
add source files comments to libass messages2006-12-20, by kraymer
-
Spanish translation for libass help messages2006-12-19, by kraymer
-
mentioned file:// and smb:// as alternative stream outputs for mencoder2006-12-19, by nicodvb
-
added smb:// to the list of allowed input urls2006-12-19, by nicodvb
-
support for writing over smb shares2006-12-19, by nicodvb
-
in WRITE mode open the output file with mode 0666; umask will filter it2006-12-19, by nicodvb
-
Translation of menc-feat-enc-libavcodec sect1 in encoding-guide.xml2006-12-19, by voroshil
-
Sync tag bumped to 216862006-12-19, by torinthiel
-
[cosmetics] minor fixes after reformatting round2006-12-19, by torinthiel
-
Synced with 215372006-12-19, by torinthiel
-
Synced with 216242006-12-19, by torinthiel
-
Synced with 216122006-12-19, by torinthiel
-
r21465: [cosmetics] Reindent XML source2006-12-19, by kraymer
-
r21508: emphasis the fact that leaving black borders really hurts quality2006-12-19, by kraymer
-
update the list of files I maintain2006-12-18, by nicodvb
-
r21425: Some fixes for previous commit, 10l for me2006-12-18, by kraymer
-
r21423: Consistent capitalization of table entries2006-12-18, by kraymer
-
output streams2006-12-18, by nicodvb
-
muxers now write to output muxer->stream rather than to muxer->file2006-12-18, by nicodvb
-
support functions for writing to streams2006-12-18, by nicodvb
-
implemented STREAM_CTRL_GET_SIZE2006-12-18, by nicodvb
-
new STREAM_CTRL_GET_SIZE to get size of output stream2006-12-18, by nicodvb
-
added member and definitions for output streams2006-12-18, by nicodvb
-
Color console had a big bug nobody noticed, so mark this feature as2006-12-18, by reimar
-
Fix possible crashes with colorized mplayer output2006-12-18, by reimar
-
remove outdated html docs, Chinese translation2006-12-18, by kraymer
-
doxify a comment2006-12-18, by reimar
-
Require 12 consecutive MPEG-audio headers before detecting as audio.2006-12-18, by reimar
-
svn move xml/zh to xml/zh_CN2006-12-18, by kraymer
-
-dvd-speed2006-12-17, by nicodvb
-
lavc vp6 decoder now supports also VP60 and VP612006-12-17, by rtogni
-
r21651: add missing line break2006-12-17, by voroshil
-
r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)2006-12-17, by voroshil
-
Trnaslated section "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"2006-12-17, by voroshil
-
more sensible names for denoiser options2006-12-17, by gpoirier
-
typo2006-12-17, by kraymer
-
r21654: add man page entry for new -dvd-speed option2006-12-17, by kraymer
-
document hqdn3d and dn3d's 4th parameter2006-12-17, by gpoirier
-
make messages for success/failure of setting dvd-speed more clear2006-12-17, by kraymer
-
add man page entry for new -dvd-speed option2006-12-17, by kraymer
-
r21561: update vbuf_size and suggest 400 for HDTV video2006-12-17, by kraymer
-
support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)2006-12-17, by nicodvb
-
add missing line break2006-12-17, by kraymer
-
r21624: RedHat RPMs are long gone. Greysector repository is going away, and I've2006-12-17, by voroshil
-
r21621: mpegts uses 3-letter language codes2006-12-17, by voroshil
-
Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.2006-12-17, by eugeni
-
Fix compilation under MinGW with X11 enabled2006-12-17, by reimar
-
Update some comments.2006-12-17, by eugeni
-
Ignore main.xml properly2006-12-17, by torinthiel
-
Partially revert r20940, we had some local modifications.2006-12-17, by torinthiel
-
CVS -> SVN2006-12-17, by torinthiel
-
- there's no <book lang=""> for ages, it's automated2006-12-17, by torinthiel
-
Initial Chinese translation, by Kun Niu, haoniukun gmail com2006-12-17, by torinthiel
-
Get rid of completely useless includes that in addition hinder compilation2006-12-16, by reimar
-
Simplify: get rid of useless lame_presets_longinfo_dm function.2006-12-16, by reimar
-
Fix FIXME mp_msg levels and targets2006-12-16, by reimar
-
Cosmetics: fix indentation.2006-12-16, by eugeni
-
Keep reselected fonts in an array, adding new ones to the end. Glyph2006-12-16, by eugeni
-
Avoid storing font file path and index in ass_font_t.2006-12-16, by eugeni
-
Remove a mistakenly committed debug printf.2006-12-16, by eugeni
-
FT_Set_Transform is fast enough to be called once for each glyph.2006-12-16, by eugeni
-
Avoid "pointer targets differ in signedness" warnings.2006-12-16, by eugeni
-
Move ascender, descender, and kerning computation to ass_font.c.2006-12-16, by eugeni
-
simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Patte2006-12-15, by nicodvb
-
Force lavf on flv streams. Closes bugzilla #3542006-12-15, by rtogni
-
dvdnav support -alang and -slang2006-12-15, by nicodvb
-
ASF aspect support via metadata reading.2006-12-15, by reimar
-
VobSub tracks cannot be handled by libass, do not mark them with 'a'.2006-12-15, by eugeni
-
RedHat RPMs are long gone. Greysector repository is going away, and I've2006-12-15, by rathann
-
Compilation fix hacks: disable libavformat X11 grabber and2006-12-15, by reimar
-
gcc 2.95 fix2006-12-15, by ods15
-
mpegts uses 3-letter language codes2006-12-14, by nicodvb
-
show audio language in osd when playing dvdnav streams2006-12-14, by nicodvb
-
implemented dvdnav_lang_from_aid() to retrieve audio language2006-12-14, by nicodvb
-
call dvd_lang_from_aid() only if stream_type is DVD2006-12-14, by nicodvb
-
support for -alang in dvdnav2006-12-14, by nicodvb
-
added dvdnav_aid_from_lang() to support -alang2006-12-14, by nicodvb
-
10l, missing () in check for 32bit endian-conversion hack2006-12-14, by reimar
-
r21612: replace " with ", better readability2006-12-14, by voroshil
-
transliteration -> translation for "dB" and "intra"2006-12-14, by voroshil
-
replace " with ", better readability2006-12-14, by torinthiel
-
Add missing redirect to /dev/null.2006-12-13, by corey
-
r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players2006-12-13, by voroshil
-
spelling fix2006-12-13, by voroshil
-
__CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".2006-12-13, by diego
-
Ugly hotfix for --disable-mencoder.2006-12-13, by diego
-
wording2006-12-12, by diego
-
Always use tcgetattr/tcsetattr instead of #ifdef mess2006-12-12, by reimar
-
Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed2006-12-12, by reimar
-
Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.2006-12-12, by reimar
-
Support for different endianness on client and server with -vo x112006-12-12, by reimar
-
Align image data pointer, this is also in preparation of an upcoming patch2006-12-12, by reimar
-
Use XCreateImage instead of XGetImage, this is not only more correct and2006-12-12, by reimar
-
vstrict=0 is required to create DVDs decodable by standalone dvd players2006-12-12, by gpoirier
-
Mark utf8_get_char parameter as const and fix a compiler warning2006-12-11, by reimar
-
Another simplification2006-12-11, by reimar
-
Reuse utf8_get_char in subtitle rendering code.2006-12-11, by reimar
-
More ChangeLog updates2006-12-11, by reimar
-
count needs to be even2006-12-11, by henry
-
sync w/r215612006-12-11, by gpoirier
-
sync w/ r21506 and misc2006-12-11, by gpoirier
-
sync w/ r214862006-12-11, by gpoirier
-
Fix --extra-libs-mplayer and --extra-libs-mencoder.2006-12-11, by diego
-
small updates, cosmetics2006-12-11, by diego
-
10l, forgot to add _inc_x11 to X11 cc check2006-12-11, by reimar
-
(hopefully) the rest of PPC modifications2006-12-11, by henry
-
OpenAL volume control2006-12-10, by reimar
-
Better default CFLAGS for non-gnu, non-intel compilers2006-12-10, by reimar
-
Respect -noidx in lavf demuxer2006-12-10, by reimar
-
Make sure closesocket is called.2006-12-10, by reimar
-
STREAM_UNSUPPORTED is -1, so use the former for return value in all places.2006-12-10, by reimar
-
Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)2006-12-10, by reimar
-
Revert my previous, broken commit2006-12-10, by torinthiel
-
Only increase buffer size to avoid crashes when seeking in2006-12-10, by reimar
-
check that stream_type is DVD before calling dvd_lang_from_aid2006-12-10, by nicodvb
-
show subtitle language in OSD ; patch by Otvos Attila2006-12-10, by nicodvb
-
added function to return the language of the specified subtitle id. Patch by2006-12-10, by nicodvb
-
Fix realvideo size changes by using our own malloced buffer and export type mpi.2006-12-10, by reimar
-
Add x11 include path only to _inc_extra if X11 is actually enabled.2006-12-10, by reimar
-
Remove no longer needed always_inline hack in mpbswap.h2006-12-10, by reimar
-
Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.2006-12-10, by reimar
-
Avoid deprecated _sleep, instead include windows.h and use Sleep just like2006-12-10, by reimar
-
ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.2006-12-10, by reimar
-
ffmjpeg uses RGB24 for JPEG-LS2006-12-10, by reimar
-
r21561: update vbuf_size and suggest 400 for HDTV video2006-12-10, by voroshil
-
vo_macosx, fix crash when closing window2006-12-10, by nplourde
-
Fix a compiler warning2006-12-10, by reimar
-
Set frequency and correct frequency getting2006-12-10, by reimar
-
Set AVFMT_FLAG_GENPTS if -correct-pts is used.2006-12-10, by uau
-
Remove a disabled and completely outdated sample rate mismatch warning.2006-12-10, by reimar
-
vo_macosx.m disable window animation when going to fullscreen2006-12-09, by nplourde
-
update vbuf_size and suggest 400 for HDTV video2006-12-09, by nicodvb
-
align vbuf_size to the max value allowed by main profile @ high level2006-12-09, by nicodvb
-
synced with r215582006-12-09, by Gabrov
-
Fix misplaced http_free2006-12-09, by reimar
-
Fix potential endless loop in http_streaming_start due2006-12-09, by reimar
-
Fix lots and lots of potential memory/fd leaks in http_streaming_start2006-12-09, by reimar
-
use dvdnav's palette if available2006-12-09, by nicodvb
-
export spu palette; part of a patch by Otvos Attila2006-12-09, by nicodvb
-
Avoid memory and fd leaks in asf streaming open code.2006-12-09, by reimar
-
Forgotten closesocket on error, patch by2006-12-09, by reimar
-
Close fd on error.2006-12-09, by reimar
-
Fix ppc without altivec compilation2006-12-09, by reimar
-
cscd produces BGR15, not BGR162006-12-09, by reimar
-
Replace another MIN macro by FFMIN2006-12-09, by reimar
-
Get rid of min/max macros from aviheader.h, they do not belong here.2006-12-09, by reimar
-
Improve OpenAL speaker positions a bit.2006-12-09, by reimar
-
Remove condition that should always be true2006-12-09, by reimar
-
Fix crash in ogg demuxer uninit with -aid2006-12-09, by reimar
-
Half-properly set up OpenAL position stuff2006-12-09, by reimar
-
sync to libmpeg2-0.4.12006-12-09, by henry
-
r21537: General reformatting round:2006-12-09, by voroshil
-
do not force arch and isysroot in osx2006-12-09, by nplourde
-
Fix bmovl-test build error2006-12-08, by voroshil
-
Ignore .depend properly2006-12-08, by torinthiel
-
General reformatting round:2006-12-08, by torinthiel
-
.norecurse should be ignored2006-12-08, by torinthiel
-
made vorbis_info a member of ogg_stream rather than ogg_demuxer;2006-12-07, by nicodvb
-
r21531: Document geq filter.2006-12-07, by kraymer
-
r21529: spelling2006-12-07, by voroshil
-
Typo2006-12-07, by voroshil
-
Document geq filter.2006-12-07, by diego
-
r21529: spelling2006-12-07, by kraymer
-
spelling2006-12-07, by diego
-
Fix mplayer-rc.o build.2006-12-07, by diego
-
r21503: updated documentation of -mpegopts :tele*2006-12-07, by kraymer
-
Synced with 30.11.20062006-12-07, by jheryan
-
vorbis_comment is only used locally, move it out of demuxer struct2006-12-07, by reimar
-
Remove unused ov_struct_t2006-12-07, by reimar
-
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.2006-12-07, by reimar
-
Speed up ASS subtitles display by detecting changes between two consecutive2006-12-06, by eugeni
-
Translated section "GENERAL ENCODING OPTIONS"2006-12-06, by voroshil
-
Simplify NEXT_LINE macro and put most of it in a separate function.2006-12-06, by reimar
-
remove useless and incorrect const-removing cast2006-12-06, by reimar
-
Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is2006-12-06, by reimar
-
Properly free fontconfig patterns2006-12-06, by reimar
-
Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.2006-12-06, by reimar
-
Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninit2006-12-06, by reimar
-
Fix memleak if vd_ffmpeg init fails2006-12-06, by reimar
-
Also free ass_library_t members in ass_library_done2006-12-06, by reimar
-
r21503: updated documentation of -mpegopts :tele*2006-12-05, by voroshil
-
r21508: emphasis the fact that leaving black borders really hurts quality2006-12-05, by voroshil
-
Translation of "VIDEO FILTERS" section.2006-12-05, by voroshil
-
Make sure invalid protocols are rejected instead of treated2006-12-05, by reimar
-
emphasis the fact that leaving black borders really hurts quality2006-12-05, by gpoirier
-
update local diff after r207792006-12-05, by gpoirier
-
wording fix suggested by Diego2006-12-05, by nicodvb
-
fix include clash for mmap_anon on darwin ppc2006-12-05, by nplourde
-
force ppc arch and 10.3.9 sys lib on ppc mac2006-12-04, by nplourde
-
updated documentation of -mpegopts :tele*2006-12-04, by nicodvb
-
disable telecining when it can't be applied2006-12-04, by nicodvb
-
since display_frames in increased by a possibly negative number it had better be signed2006-12-04, by nicodvb
-
cosmetics2006-12-04, by nicodvb
-
removed dead code2006-12-04, by nicodvb
-
reimplemented :telecine and :film2pal in terms of dgpulldown2006-12-04, by nicodvb
-
pre-store in bff_mask the correct or-mask to be saved in the pce (slightly faster)2006-12-04, by nicodvb
-
Move cddb "autodetection" so it also works for libcdio2006-12-04, by reimar
-
Add full support for en-/disabling cddb support2006-12-04, by reimar
-
r21372: Some punctuation cosmetics and better wording2006-12-04, by kraymer
-
help_mp-de.h:2006-12-04, by kraymer
-
fix sentence, reformat2006-12-04, by kraymer
-
r21484: documented -mpegopts :tele_src and :tele_dest2006-12-04, by voroshil
-
r21476: Open embedded fonts directly from memory....2006-12-04, by voroshil
-
Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,2006-12-04, by diego
-
slight clarification2006-12-04, by diego
-
document s3fb suboption, note that it's a Linux-only driver (to the best of my knowledge)2006-12-04, by gpoirier
-
Improoving readability of pullup filter section2006-12-04, by voroshil
-
10l: wrong bitmask when patching the pce_ptr in soft_telecine()2006-12-04, by nicodvb
-
documented -mpegopts :tele_src and :tele_dest2006-12-04, by nicodvb
-
added generalized teleciner by Donald Graft2006-12-04, by nicodvb
-
Remove unused function pointers, they probably had incorrect prototypes2006-12-03, by reimar
-
remove headers included twice2006-12-03, by aurel
-
use strchr() instead of index()2006-12-03, by aurel
-
sync w/ r214522006-12-03, by gpoirier
-
mmap memory area for generated code to avoid crashes on machines which2006-12-03, by reimar
-
Fix 21381, make sure gcc does not make any ip-relative calls or similar.2006-12-03, by reimar
-
Open embedded fonts directly from memory.2006-12-03, by eugeni
-
One FIXME (CC subtitles related) resolved.2006-12-03, by voroshil
-
Keep embedded fonts in ass_library_t and perform actual disk write2006-12-03, by eugeni
-
Compile fix, BE_32 definition has been moved2006-12-03, by reimar
-
r21462: mention all other image formats2006-12-03, by voroshil
-
Rename: ass_process_font -> ass_add_font.2006-12-03, by eugeni
-
Use libavutil LE_* macros instead of pointer casts which can result2006-12-03, by reimar
-
Avoid calling validate_fname() twice for one string.2006-12-03, by eugeni
-
Do not call usec_sleep when we are not supposed to sleep.2006-12-03, by reimar
-
Synced with r214662006-12-03, by torinthiel
-
[cosmetics] Consistent XML source formatting2006-12-03, by torinthiel
-
[cosmetics] Reindent XML source2006-12-03, by torinthiel
-
cosmetics: anti-chaos reindentation2006-12-03, by nicodvb
-
Synced with r214622006-12-03, by torinthiel
-
mention all other image formats2006-12-03, by torinthiel
-
Unicode support for demuxer info in ASF demuxer.2006-12-03, by reimar
-
Open vobsub output files in binary mode, otherwise the OS might2006-12-03, by reimar
-
100l typo in 21380 disabled OSD with at least xvmc.2006-12-03, by reimar
-
fix two overlooked typos in previous sync cause build error2006-12-03, by voroshil
-
Fix translation error in previous sync2006-12-03, by voroshil
-
muxer FIXME resolved2006-12-03, by voroshil
-
r21423: Consistent capitalization of table entries2006-12-03, by voroshil
-
fixed missing tag update2006-12-03, by voroshil
-
r21430: documented -mpegopts :[va]buf_size2006-12-03, by voroshil
-
document s3fb video out driver2006-12-03, by gpoirier
-
Use fallback XAnim and Real codecs directories when autodetection is skipped.2006-12-02, by diego
-
Remove warning about missing codecs directory, the condition is always true.2006-12-02, by diego
-
Merge dga/nodga suboption of vo_vesa, no short forms.2006-12-02, by diego
-
Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)2006-12-02, by reimar
-
synced with r214462006-12-02, by Gabrov
-
Remove long-deprecated -vop option.2006-12-02, by diego
-
Replace deprecated vo_plugin_args by vf_settings.2006-12-02, by diego
-
cosmetics: Rename functions and variable names from vop to vf.2006-12-02, by diego
-
Set video aspect ratio for libass in vf_vo.2006-12-02, by eugeni
-
Update comment, video output plugins are deprecated.2006-12-02, by diego
-
Audio track switching works for AVI and libavformat as well.2006-12-02, by diego
-
doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()2006-12-02, by nicodvb
-
synced with r214382006-12-02, by Gabrov
-
Fix includes and include path, bswap.h is in libavutil now.2006-12-02, by diego
-
Remove superfluous bswap.h include.2006-12-02, by diego
-
Remove suffix rules that are just copies of make builtin rules.2006-12-02, by diego
-
Use standard name for C++ flags.2006-12-02, by diego
-
Move system headers before libavutil headers to work around build issues on2006-12-02, by diego
-
Compile fix since libvo/sub.h include was removed from mplayer.h2006-12-02, by reimar
-
Translated section "AUDIO FILTERS"2006-12-02, by voroshil
-
Typo2006-12-02, by voroshil
-
documented -mpegopts :[va]buf_size2006-12-02, by nicodvb
-
permit to specify the sizes of the decoders' buffers2006-12-01, by nicodvb
-
fix mencoder include clash on osx2006-12-01, by nplourde
-
Synced with r213952006-12-01, by torinthiel
-
Sync r214252006-12-01, by torinthiel
-
Some fixes for previous commit, 10l for me2006-12-01, by torinthiel
-
Reformat examples:2006-12-01, by torinthiel
-
Consistent capitalization of table entries2006-12-01, by torinthiel
-
100l confused FFMIN/FFMAX2006-12-01, by reimar
-
Proper fix for last demux_avi commit, stream switching now really should2006-12-01, by reimar
-
Make sure we do not hang if no streams are available2006-12-01, by reimar
-
Implement stream switching for AVI demuxer.2006-12-01, by reimar
-
update for r21415 and r214162006-12-01, by henry
-
Cleanup and fix rectangle size calculation, caused crashes with e.g.2006-12-01, by reimar
-
fix incorrect 4:4:4 chroma handling (backport from 0.4.1)2006-12-01, by henry
-
ignore invalid values in the sequence display extension (backport from 0.4.1)2006-12-01, by henry
-
r21410: document new meaning of dia=1 introduced by lavc r71922006-12-01, by voroshil
-
mark lavc's uneven multi-hexagon search as slow, remove stray '.'2006-12-01, by gpoirier
-
Fix a declarations vs statements warning.2006-12-01, by diego
-
Fix declarations vs statements warning.2006-12-01, by diego
-
document new meaning of dia=-1 introduced by lavc r71922006-12-01, by gpoirier
-
Add libav include paths to CFLAGS without indirection.2006-12-01, by diego
-
Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.2006-12-01, by diego
-
remove duplicate entry2006-12-01, by gpoirier
-
Add libav include paths to CFLAGS without indirection.2006-12-01, by diego
-
move reserved_bytes out of packet_footer. this makes all packets uniform.2006-11-30, by ivo
-
Use av_int2flt/av_int2dbl to read float values. This is simpler and more2006-11-30, by reimar
-
Move initialization of sh_audio/sh_video members to aviheader2006-11-30, by reimar
-
r21398: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames2006-11-30, by voroshil
-
r21372: Some punctuation cosmetics and better wording2006-11-30, by voroshil
-
r21367: If a glyph is not found in the current font, switch to another one.2006-11-30, by voroshil
-
fix suggested by Diego2006-11-30, by gpoirier
-
improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames2006-11-30, by gpoirier
-
fix indentation after last commit2006-11-30, by gpoirier
-
add more comments to input.conf, patch by compn % tempn A twmi P rr P com %2006-11-30, by gpoirier
-
Better wording for previous commit2006-11-29, by torinthiel
-
Typo2006-11-29, by torinthiel
-
add missing r154842006-11-29, by henry
-
Add another FourCC found in the wild, for example:2006-11-29, by rathann
-
Remove duplicate OPTFLAGS from CFLAGS.2006-11-29, by diego
-
Remove some superfluous include CFLAGS.2006-11-29, by diego
-
Explain reason for -I.. in CFLAGS here.2006-11-29, by diego
-
Remove bswap.h, use libavutil/bswap.h instead.2006-11-29, by diego
-
Fix macro redefinition warning.2006-11-29, by diego
-
Remove some of the worst "headers include headers which include2006-11-29, by reimar
-
Avoid compiling code using %ah etc. on AMD64, since that will not work2006-11-29, by reimar
-
Get rid of stubs.S, move code to inline asm.2006-11-29, by reimar
-
Cosmetics: remove unused and commented out add_stub function header2006-11-29, by reimar
-
Some extra checks and safety space for add_stub function.2006-11-29, by reimar
-
Change add_stub code to also work without -fomit-frame-pointer2006-11-29, by reimar
-
EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.2006-11-29, by reimar
-
Add /usr/local/lib and /usr/local/include to the linker/compiler2006-11-29, by diego
-
support for Westwood SND1 audio2006-11-29, by diego
-
`sdl-config --libs` under mingw32 will give -lmingw32, which leads to2006-11-29, by diego
-
URL fix2006-11-29, by diego
-
Synced with r213742006-11-29, by torinthiel
-
Fix URL, it has moved.2006-11-29, by torinthiel
-
Synced with r213722006-11-29, by torinthiel
-
Some punctuation cosmetics and better wording2006-11-29, by torinthiel
-
Sync with FFmpeg changes for encoder/decoder registration.2006-11-29, by aurel
-
Fix 2 header bugs introduced by nplourde's previous commit:2006-11-28, by uau
-
If a glyph is not found in the current font, switch to another one.2006-11-28, by eugeni
-
Skip glyphs with char code < 0x20.2006-11-28, by eugeni
-
Add FT_Library to ass_font_t.2006-11-28, by eugeni
-
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify2006-11-28, by eugeni
-
Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl2006-11-28, by reimar
-
Make me maintainer of demux_nuv since I am the only one2006-11-28, by reimar
-
r21306: fix compilation for win32 dll codec support for intel osx2006-11-28, by voroshil
-
Remove long double reading code, long double was never used AFAICT and2006-11-28, by reimar
-
r21298: "D" interactive key also works with yadif now2006-11-28, by voroshil
-
Make MPlayer/MEncoder print the compile-time configuration in verbose mode.2006-11-28, by diego
-
Cycling through video tracks works with libavformat as well.2006-11-28, by diego
-
Remove #ifdef __OpenBSD__, there is no indication this is needed.2006-11-28, by diego
-
support Intel Core 2 and AMD Geode in the processor detection routines2006-11-28, by diego
-
Generate OBJS from SRCS in a more elegant and less redundant way.2006-11-28, by diego
-
cosmetics: Sort SRCS by alphabetical order.2006-11-28, by diego
-
Unrecurse VIDIX installation.2006-11-28, by diego
-
Unrecurse VIDIX drivers uninstall.2006-11-28, by diego
-
Remove one level of indirection on VIDIX install/uninstall.2006-11-28, by diego
-
cosmetical reformatting2006-11-27, by nicodvb
-
feed the content of NAV_PACKET to the demuxer2006-11-27, by nicodvb
-
Shorten LIBAV_INC handling.2006-11-27, by diego
-
Merge _ld_arch into _ld_extra.2006-11-27, by diego
-
cosmetics to ease future patching2006-11-27, by diego
-
Disable cddb on Darwin at Reimar's request.2006-11-27, by diego
-
_ld_sock is already in _ld_extra.2006-11-27, by diego
-
Add a config.mak variable for CDDB.2006-11-27, by diego
-
Change "p" asm constraints to "g", since "p" was a no longer necessary hack to2006-11-27, by reimar
-
Note that ffxandpcm only works with libavformat.2006-11-27, by diego
-
Don't include freetype headers in other headers.2006-11-27, by eugeni
-
Fix compilation broken in previous commit.2006-11-27, by eugeni
-
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.2006-11-27, by eugeni
-
Cosmetics: reindent.2006-11-27, by eugeni
-
Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.2006-11-27, by eugeni
-
help messages:2006-11-27, by kraymer
-
Move ass_font_t allocation to ass_font.h.2006-11-27, by eugeni
-
insert line break for overly long line (second line indented)2006-11-27, by kraymer
-
wrapper.S should be compiled on non-Darwin, non-Windows systems.2006-11-27, by diego
-
Initialize font size with 0.2006-11-27, by eugeni
-
Remove unused unk_exp1 loader asm code2006-11-27, by reimar
-
localization of parser-m*cmd.c messages2006-11-27, by ptt
-
Ignore libmpmux.a.2006-11-27, by diego
-
Split muxers into a separate library that only MEncoder is linked against.2006-11-27, by diego
-
FFmpeg-style dependency declaration2006-11-27, by diego
-
Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.2006-11-27, by diego
-
Move common code to mpcommon.mak.2006-11-27, by diego
-
Sync with FFmpeg changes for (de)muxer registration.2006-11-27, by diego
-
test1 --> test2006-11-27, by diego
-
cosmetics: Merge SRCS together, alphabetical order, whitespace.2006-11-27, by diego
-
oops someone forgot obj-c source file2006-11-27, by nplourde
-
cosmetics:indentation2006-11-27, by diego
-
Untangle dependencies that are handled by configure.2006-11-27, by diego
-
Remove unused LIBAV_INC variable.2006-11-27, by diego
-
Remove superfluous dependency declaration on real header files.2006-11-27, by diego
-
simplify test target2006-11-27, by diego
-
Simplify, TARGET_WIN32 is both Cygwin and MinGW.2006-11-27, by diego
-
Simplify test program generation.2006-11-27, by diego
-
Remove superfluous CFLAGS declaration (is in mpcommon.mak).2006-11-27, by diego
-
There are no .s files in mp3lib/, remove the corresponding suffix rule.2006-11-27, by diego
-
libac3 was removed ages ago, remove the related test target.2006-11-27, by diego
-
.s files don't exist anymore.2006-11-27, by diego
-
Synced with r211682006-11-27, by torinthiel
-
fix compilation for win32 dll codec support for intel osx2006-11-27, by nplourde
-
Remove unnecessary header indirection.2006-11-27, by diego
-
Use standard SRCS2 name for MEncoder sources.2006-11-27, by diego
-
Move common code for generating multiple libraries to mpcommon.mak.2006-11-27, by diego
-
10l: Muxers were not being compiled even when MEncoder was enabled.2006-11-27, by diego
-
FFmpeg-style conditional dependency declaration2006-11-27, by diego
-
libmpdemux has no subdirectories.2006-11-27, by diego
-
sync w/ 212982006-11-26, by gpoirier
-
"D" interactive key also works with yadif now2006-11-26, by gpoirier
-
Merge duplicate entries.2006-11-26, by diego
-
Remove unnecessary variable indirection.2006-11-26, by diego
-
Remove obsolete "no_more_font_messages" hack.2006-11-26, by eugeni
-
rename all *_nom (nominator) to the correct *_num (numerator)2006-11-26, by ivo
-
Move fonts-related code to a separate file.2006-11-26, by eugeni
-
cosmetics: alphabetical order2006-11-26, by diego
-
FFmpeg-style conditional dependency declaration2006-11-26, by diego
-
100l typos2006-11-26, by diego
-
Remove useless variable indirection.2006-11-26, by diego
-
cosmetics: Move around some entries for better readability.2006-11-26, by diego
-
Do not use many different variables for SRCS.2006-11-26, by diego
-
Reorder entries for better readability.2006-11-26, by diego
-
Remove unused include variable.2006-11-26, by diego
-
Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since2006-11-26, by reimar
-
Make ass_new_font return ass_font_t struct (instead of just FT_Face).2006-11-26, by eugeni
-
Move ass_font_t to header.2006-11-26, by eugeni
-
Rename:2006-11-26, by eugeni
-
Fix previous broken vd_qtvideo.c commit which failed on MACOSX2006-11-26, by uau
-
Move #include <QuickTime/ImageCodec.h> before internal headers2006-11-26, by uau
-
Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,2006-11-26, by reimar
-
Rename config.h --> debug.h and include config.h explicitly.2006-11-26, by diego
-
Shouldn't move "#ifdef MACOSX" before #include config.h of course...2006-11-26, by uau
-
Merge common parts of all Makefiles into one file included by all.2006-11-26, by diego
-
Move #include <QuickTime/QuickTimeComponents.h> before internal headers.2006-11-26, by uau
-
Add explicit dependency information for libosd.a, this fixes MEncoder-only2006-11-26, by diego
-
Remove config.h, there are multiple files under that name, inviting bugs and2006-11-26, by diego
-
sync w/ r21255 (improved deadzone desc.)2006-11-26, by gpoirier
-
-lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c2006-11-26, by reimar
-
Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.2006-11-26, by reimar
-
Adjust icon path since windres is now called from osdep subdir2006-11-26, by reimar
-
Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.2006-11-26, by reimar
-
le2me_32 is no longer a macro on PPC, and in general does not have to2006-11-26, by reimar
-
Revert r21251 (moving loader/config.h contents to main config.h).2006-11-26, by uau
-
Remove useless fd parameter for mmap_anon2006-11-26, by reimar
-
Simplify, remove useless indirection.2006-11-26, by diego
-
Fix loader code: closed .dll file handles when it should not2006-11-26, by reimar
-
r21186: Remove "OSD only" tags; those options always exist.2006-11-26, by voroshil
-
open /dev/zero left over from mmap_anon patch2006-11-26, by reimar
-
Useless use of strstr, strchr is good enough.2006-11-26, by reimar
-
Check the log level before processing the message2006-11-26, by henry
-
match exactly card number N specified, rather than the N-th actually usable2006-11-26, by nicodvb
-
Set _win32codecsdir fallback also with --enable-win322006-11-26, by reimar
-
typo in deadzone_inter2006-11-26, by lorenm
-
nits and picks by The Wanderer :)2006-11-26, by gpoirier
-
Sanity-check number of lines in CC subtitle2006-11-25, by reimar
-
Cleanup for uselessly complicated closed-caption subtitle handling2006-11-25, by reimar
-
Move contents of loader/config.h to configure/config.h, there are2006-11-25, by diego
-
Add a sanity check to unsafe-looking code.2006-11-25, by uau
-
Remove config.h and move its content to af.h. There are multiple files under2006-11-25, by diego
-
Use the real name of the header file when guarding against double inclusion.2006-11-25, by diego
-
Remove nonexistent variable.2006-11-25, by diego
-
Remove superfluous comment.2006-11-25, by diego
-
Don't compile libvo.a unless MPlayer is enabled.2006-11-25, by diego
-
simplify2006-11-25, by diego
-
Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h2006-11-25, by diego
-
Reuse bswap.h from libavutil. Will only work when libavutil subdir is available.2006-11-25, by reimar
-
Linking hotfix, loader depends on osdep.2006-11-25, by diego
-
Remove useless libvo/sub.h include.2006-11-25, by reimar
-
Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,2006-11-25, by reimar
-
simplify2006-11-25, by diego
-
Add generic target that allow compiling without any assembler or otherwise2006-11-25, by reimar
-
missing include for uint16_t2006-11-25, by ben
-
keep nav highlight event in dvdnav priv structure2006-11-25, by ben
-
There are no more .depend files in subdirectories.2006-11-25, by diego
-
simplify2006-11-25, by diego
-
Remove commented-out cruft.2006-11-25, by diego
-
Unconditionally include config.mak for consistency.2006-11-25, by diego
-
more consistency with the other Makefiles.2006-11-25, by diego
-
SRCS should be one per line to make patches more readable.2006-11-25, by diego
-
fix typos noticed by Diego2006-11-25, by gpoirier
-
Remove pointless indirection.2006-11-25, by diego
-
Sync with FFmpeg r7167.2006-11-25, by diego
-
FFmpeg-style conditional dependency declaration2006-11-25, by diego
-
Remove superfluous comment.2006-11-25, by diego
-
Remove superfluous comment.2006-11-25, by diego
-
Remove superfluous comment.2006-11-25, by diego
-
improve description of x264's deadzone* options2006-11-25, by gpoirier
-
support for comma-separated language codes in -slang2006-11-25, by nicodvb
-
spurious () like in ({code;}) probably is not valid C, icc 9, definitely2006-11-25, by reimar
-
Avoid void * arithmetic2006-11-25, by reimar
-
better nav highlight handling2006-11-25, by ben
-
removed unused members and variables2006-11-25, by nicodvb
-
COSMETICS: consistently reformatted after ben's mess2006-11-25, by nicodvb
-
added code to identify subs language and count; needed for forthcoming support for -slang2006-11-25, by nicodvb
-
Add distclean target, unconditionally remove all objects on clean.2006-11-25, by diego
-
a few more clarifications for codec_specific_data by Ralph Giles and me2006-11-25, by michael
-
all should be the first target.2006-11-25, by diego
-
10l copy + paste typo2006-11-25, by diego
-
Simplify LIBNAME target with $@ and $^.2006-11-25, by diego
-
Remove commented-out cruft.2006-11-25, by diego
-
Move osdep/mplayer.rc handling to the osdep Makefile.2006-11-25, by diego
-
Remove nonexistent variable/file.2006-11-25, by diego
-
added mmap_anon to osdep lib. Used in loader for now2006-11-25, by nplourde
-
No need to ignore files that are not generated any longer.2006-11-25, by diego
-
Make loader Makefile non-recursive.2006-11-25, by diego
-
Use $@ and $^ to designate target and prerequisites.2006-11-25, by diego
-
cosmetics: Move around targets for consistency.2006-11-25, by diego
-
Remove superfluous suffix rule.2006-11-25, by diego
-
Handle stubs.s like all other source files.2006-11-24, by diego
-
Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg2006-11-24, by diego
-
Remove .depend on distclean.2006-11-24, by diego
-
Clean up CFLAGS handling.2006-11-24, by diego
-
add two missing descriptions (index.syncpoints and info_packet.count)2006-11-24, by ivo
-
specify the bitnumber for frame_flags, instead of a decimal bitmask2006-11-24, by ivo
-
specify, where possible, the type of the tags in the tag description section2006-11-24, by ivo
-
r21161: MSGTR for libmpcodecs/vd.c2006-11-24, by kraymer
-
codec_specific_data clarification2006-11-24, by michael
-
sync with r211862006-11-24, by gpoirier
-
fix another typo2006-11-24, by ivo
-
Remove "OSD only" tags; those options always exist.2006-11-24, by uau
-
Remove bug workarounds for ancient gcc and libc versions.2006-11-24, by diego
-
fix sync comment, it was left out in last commit2006-11-23, by kraymer
-
r21078: add a link to Michael's de-interlacing filters, and replace the crappy2006-11-23, by kraymer
-
Cosmetics: indentation fix.2006-11-23, by eugeni
-
fix some typos2006-11-23, by ivo
-
Get rid of _ld_gtk and _ld_glib.2006-11-22, by diego
-
Fix incorrect function pointer definition.2006-11-22, by uau
-
Get rid of _ld_vorbis.2006-11-22, by diego
-
Make compilation depending on USE_OSD unconditional.2006-11-22, by uau
-
Get rid of _xmms_lib.2006-11-22, by diego
-
_ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.2006-11-22, by diego
-
Cosmetics to make the next patches more readable.2006-11-22, by diego
-
Better translation of "demuxer" word.2006-11-22, by voroshil
-
r21151: typo2006-11-22, by voroshil
-
r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.2006-11-22, by voroshil
-
Fix incorrect stride used in vf_ass.2006-11-22, by eugeni
-
Remove _ld_x11.2006-11-22, by diego
-
x264 supports interlaced encoding for some time2006-11-22, by gpoirier
-
r21082: MSGTRs for libass2006-11-22, by kraymer
-
typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at2006-11-22, by diego
-
Remove _ld_gif and _ld_theora.2006-11-22, by diego
-
Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.2006-11-22, by diego
-
fix broken character2006-11-22, by kraymer
-
MSGTRs for mencoder.c2006-11-22, by kraymer
-
MSGTR for libmpcodecs/vd.c2006-11-22, by kraymer
-
sync w/ r211542006-11-21, by gpoirier
-
Synced with r211522006-11-21, by torinthiel
-
documented :format=pes[12] in -mpegopts2006-11-21, by nicodvb
-
permit muxing to raw pes (VDR uses this)2006-11-21, by nicodvb
-
Make compilation depending on USE_SUB unconditional.2006-11-21, by uau
-
Remove outdated and superfluous video cards section.2006-11-21, by diego
-
Remove outdated and superfluous sound card section.2006-11-21, by diego
-
Miscellaneous updates for the introduction and the requirements section.2006-11-21, by diego
-
typo: Bitrate is printed in kb/s, not Mb/s on the status line.2006-11-21, by diego
-
typo2006-11-21, by diego
-
r21078: add a link to Michael's de-interlacing filters...2006-11-21, by voroshil
-
Fix wrong fps value for TelecineMode in translation2006-11-21, by voroshil
-
r21082: MSGTRs for libass2006-11-21, by voroshil
-
LIBS vs LDFLAGS typo2006-11-21, by diego
-
Split libs that are dependencies and those that are just linker flags.2006-11-21, by diego
-
Fix SVN r21075, it completely disabled OpenGL in almost all cases.2006-11-21, by reimar
-
Treat fontconfig and FreeType linker flags just like any other linker flag.2006-11-21, by diego
-
Remove stray -I from include dirs in live555 check, it was being duplicated.2006-11-21, by diego
-
cosmetics2006-11-21, by reimar
-
Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFA2006-11-21, by reimar
-
cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER2006-11-21, by diego
-
_ld_tmp vs _ld_x264 typo2006-11-21, by diego
-
Remove --with-x11libdir and --with-livelibdir.2006-11-21, by diego
-
Attempt to properly fix linking of encoding libs used by libavcodec.2006-11-21, by diego
-
Reuse init_vo_spudec in subtitle switching code.2006-11-21, by reimar
-
Move vo_spudec initialization into a separate function, for later reuse2006-11-21, by reimar
-
Remove libdha from LIBS_MPLAYER.2006-11-21, by diego
-
ALSA can be used by both MPlayer and MEncoder.2006-11-21, by diego
-
Fix linking when libavcodec uses x264.2006-11-21, by diego
-
Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.2006-11-21, by diego
-
_ld_xv does not exist anymore.2006-11-21, by diego
-
Add _libs_mplayer and _libs_mencoder to cc_check.2006-11-21, by diego
-
Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.2006-11-21, by diego
-
Move FFmpeg library dependencies into the Makefile just like everything else.2006-11-21, by diego
-
Move some Win32 LDFLAGS into _ld_extra.2006-11-21, by diego
-
Merge MPlayer-specific libs into one variable.2006-11-21, by diego
-
Remove _ld_win32, this is handled by the Makefile.2006-11-21, by diego
-
Split libvo.a into two libs so that libosd.a can be used by MEncoder.2006-11-21, by diego
-
Remove superfluous empty variable declaration.2006-11-21, by diego
-
Remove unused -D from CFLAGS.2006-11-21, by diego
-
Remove superfluous empty variable declaration.2006-11-21, by diego
-
Add VIDIX to LIBS_MPLAYER directly.2006-11-21, by diego
-
typo / small fixes2006-11-21, by kraymer
-
demux_lavf handles video stream switching2006-11-20, by nicodvb
-
check we aren't short of sh_videos before allocating another one2006-11-20, by nicodvb
-
Cosmetics: remove unneeded curly brackets.2006-11-20, by eugeni
-
Fix collision detection. The old method tried to avoid gaps between subtitles2006-11-20, by eugeni
-
Remove --with-xmmsplugindir and --with-xmmslibdir.2006-11-20, by diego
-
Remove --with-x264libdir.2006-11-20, by diego
-
Remove --with-xvidlibdir.2006-11-20, by diego
-
Remove --with-toolamelibdir from help output as well.2006-11-20, by diego
-
Remove --with-toolamelibdir.2006-11-20, by diego
-
Add support for disabling MPlayer compilation.2006-11-20, by diego
-
Oops, the loader stuff needs to be in COMMON_LIBS.2006-11-20, by diego
-
Deliver dependency handling from redundancy.2006-11-20, by diego
-
Remove MPlayer-specific dependencies from COMMON_DEPS.2006-11-20, by diego
-
VIDIX is for MPlayer only.2006-11-20, by diego
-
The GUI is only for MPlayer, not MEncoder.2006-11-20, by diego
-
Rename variables for consistency.2006-11-20, by diego
-
Simplify gui and menu libs handling.2006-11-20, by diego
-
cosmetics: Move some stuff around for better readability.2006-11-20, by diego
-
Move pause loop into a separate function.2006-11-20, by uau
-
Clean up PARTS handling.2006-11-20, by diego
-
Unify dep/depend targets.2006-11-20, by diego
-
Uninstall should run all parts unconditionally.2006-11-20, by diego
-
Remove nonsense ifeq around MEncoder target and variable declaration.2006-11-20, by diego
-
Reorganize code to move more things out of main().2006-11-20, by uau
-
another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at2006-11-20, by diego
-
Some more cleanups for LDFLAGS handling.2006-11-20, by diego
-
100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at2006-11-20, by diego
-
Some cleanups for LDFLAGS handling, next part.2006-11-20, by diego
-
in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)2006-11-19, by nicodvb
-
misc updates2006-11-19, by diego
-
Put libdvdcss under a separate ifeq.2006-11-19, by diego
-
misc small fixes2006-11-19, by diego
-
in mp_property_{video,audio} permit uniniting of the corresponding chain2006-11-19, by nicodvb
-
during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'2006-11-19, by nicodvb
-
MSGTRs for libass2006-11-19, by kraymer
-
Remove settled FIXME.2006-11-19, by diego
-
Sync w/ help_mp-en.h r210012006-11-19, by kraymer
-
Add a new MPEG encoding example using lavf2006-11-19, by gpoirier
-
add a link to Michael's de-interlacing filters, and replace the crappy2006-11-19, by gpoirier
-
Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,2006-11-19, by reimar
-
allows to de- and reactivate yadif on the fly2006-11-19, by gpoirier
-
disable x11 gl support on osx2006-11-19, by nplourde
-
Reinitialize some variables on af_resample reinit, fixes crash2006-11-19, by uau
-
Fix printf format/argument count mismatch in mp_property_video2006-11-19, by uau
-
sync w/ r210262006-11-19, by gpoirier
-
Move subtitle updating to a separate function, fix inverted condition2006-11-19, by uau
-
Fix obvious typo, although the exact effect is still unclear to me, see also bug #593.2006-11-19, by reimar
-
sync w/r210042006-11-19, by gpoirier
-
sync w/ r20933, patch by Jerome Ferrari2006-11-19, by gpoirier
-
sync tag update2006-11-19, by voroshil
-
Translated section "DECODING/FILTERING OPTIONS"2006-11-19, by voroshil
-
Remove (now hopefully unnecessary) workarounds added in r210562006-11-19, by reimar
-
synced with r210012006-11-19, by Gabrov
-
directly insert ffreep %%st(0) opcode for compatibility with old2006-11-19, by reimar
-
Use ASMALIGN macro for better compatibility and remove SYS_DARWIN2006-11-19, by reimar