Mercurial > mplayer.hg
graph
-
make opt argument of demux_info_get const.2007-06-24, by reimar
-
Remove two unused functions in asxparser2007-06-24, by reimar
-
Get rid of a completely useless cast2007-06-24, by reimar
-
ass_enabled is already in mp_core.h2007-06-24, by reimar
-
Do not prototype spudec_draw_scaled twice2007-06-24, by reimar
-
suboverlap_enabled is already declared in included subreader.h2007-06-24, by reimar
-
vo_init is x11 specific and has no place in video_out.h.2007-06-24, by reimar
-
Remove redundant vo_format_name, included img_format.h already provides it2007-06-24, by reimar
-
Add a (almost correct) prototype for vcd_seek_to_track2007-06-24, by reimar
-
pstrcpy -> av_strlcpy2007-06-24, by reimar
-
Fix dvd:// subtitle handling to always report the MPEG stream id, because2007-06-24, by reimar
-
Remove the now unused demux_mkv_change_subs function2007-06-24, by reimar
-
Simplify and correct subtitle selection, no more special cases for2007-06-24, by reimar
-
Set demuxer->sub->sh to one of the s_streams like done for audio and video.2007-06-24, by reimar
-
r23504: -lavdopts threads is only implemented for mpeg[12]2007-06-24, by voroshil
-
r23578: Fix license header.2007-06-24, by voroshil
-
r23588: The audio balance feature implemented with af_pan.2007-06-24, by voroshil
-
add myself as co-maintainer of demux_mkv.c2007-06-23, by aurel
-
Fix r23353, it broke ao_sun on non-BSD due to accidentially removing2007-06-23, by reimar
-
Fix memleak due to not freeing demuxer->s_streams2007-06-23, by reimar
-
100l, last demux_mkv patch passed ints instead of pointers to them to sscanf2007-06-23, by reimar
-
Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the code a bit.2007-06-23, by reimar
-
Document the effect of -really-quiet on gmplayer.2007-06-23, by reimar
-
Nico claims to never have had any problems with X11 compilation on Mandrake.2007-06-23, by diego
-
Hack around some fullscreen issues with gl under Windows2007-06-22, by reimar
-
unbreak armv6 previously broken by me...2007-06-22, by lu_zero
-
integrating ff_bfin_get_unscaled_swscale into the system2007-06-22, by mhoffman
-
document pointer offset by -82007-06-22, by mhoffman
-
re pipeline loop, to eliminate extra chroma reads2007-06-22, by mhoffman
-
correct chroma skewing bug, caused by incorrect stride adjustments2007-06-22, by mhoffman
-
Unbreak altivec2007-06-21, by lu_zero
-
grammar error fixed2007-06-21, by ptt
-
sync'ed with r235882007-06-21, by ptt
-
a few corrections, pointed out nicely by nico sabbi, thanx2007-06-21, by ptt
-
added some carriage returns and full stops, plus a missing 'option'2007-06-21, by ptt
-
Revert r23530.2007-06-21, by voroshil
-
demux_mkv very long seek fix2007-06-20, by uau
-
Fix demuxer.h multiple inclusion guard2007-06-20, by uau
-
Remove useless demnuxer.h include from matroska.h, it creats "hundreds" of2007-06-20, by reimar
-
Simplify network timeout calculation.2007-06-20, by cehoyos
-
The audio balance feature implemented with af_pan.2007-06-20, by zuxy
-
some more reqs from users2007-06-19, by compn
-
Simplify generation of CPU-extensions HAVE_ and ENABLE_ defines2007-06-19, by reimar
-
Simplify generation of ARCH_ and corresponding ENABLE_ defines2007-06-19, by reimar
-
Add an optional third parameter to ff_config_enable in preparation2007-06-19, by reimar
-
Allow to disable x86 cpu extensions (e.g, via --disable-sse) even with2007-06-19, by reimar
-
fix typos noted by Nicolas Legrand2007-06-19, by gpoirier
-
Port changes for older Subversion releases from FFmpeg.2007-06-19, by diego
-
misc small fixes2007-06-18, by diego
-
Activate license notice.2007-06-18, by diego
-
Fix license header.2007-06-18, by diego
-
they said 'colla' was cacophonic.... probably indeed it was :) changed.2007-06-18, by ptt
-
synced with r219302007-06-18, by ptt
-
Silence three warnings.2007-06-18, by cehoyos
-
Stop playing at eof or if no data arrives for ten seconds.2007-06-18, by cehoyos
-
sync w/ r235612007-06-18, by gpoirier
-
More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control2007-06-17, by zuxy
-
Add AF_CONTROL_PAN_BALANCE control2007-06-17, by zuxy
-
Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'2007-06-17, by reimar
-
Merge (trivial) dvdnav and dvdread subtitle selection code2007-06-17, by reimar
-
Make sure we do not access demuxer->s_streams out of bounds2007-06-17, by reimar
-
Remove broken option reset from per-file loop2007-06-16, by uau
-
Compilation fix: define some ENABLE needed by lavc2007-06-16, by rtogni
-
Add HAVE_ Makefile variables needed by ffmpeg2007-06-16, by reimar
-
Missing libswscale part of TARGET_ -> HAVE_ change2007-06-16, by reimar
-
Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.2007-06-16, by reimar
-
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.2007-06-16, by reimar
-
add missing IDCT algothim, as defined in libavcodec/avcodec.h2007-06-16, by gpoirier
-
When parsing ass-force-style arguments, search for '=' and '.' characters with2007-06-15, by eugeni
-
Make sure there is at least one style in ass_track when parsing events.2007-06-15, by eugeni
-
synced with r235362007-06-15, by ptt
-
update wishlist2007-06-15, by compn
-
misc spelling fixes2007-06-13, by diego
-
Do not allow to compile gui without PNG decoder in libavcodec.2007-06-13, by cehoyos
-
grammatical error fixed2007-06-13, by ptt
-
Remove incorrect comment: pan defaults to block all, instead of pass-thru.2007-06-13, by zuxy
-
Avoid zero output for pan filter; zero output now means same # of channels2007-06-13, by zuxy
-
Make pan reentrant. Multiple pans in chain work fine.2007-06-13, by zuxy
-
refine the example of -menu-chroot yet more2007-06-12, by gpoirier
-
give an example of -menu-chroot usage2007-06-12, by gpoirier
-
little corrections suggested by nico sabbi , thanx2007-06-12, by ptt
-
Fix compilation after FFmpeg r9283.2007-06-12, by cehoyos
-
r23516: little indentation fix2007-06-11, by voroshil
-
Sync with FFmpeg r9278.2007-06-10, by diego
-
avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.dot.com>2007-06-10, by lu_zero
-
yes, interleave was deeply wrong translated. corrected2007-06-10, by ptt
-
changed forgotten $Revision... to synced with.... sorry :(2007-06-10, by ptt
-
small grammar fixes2007-06-10, by ptt
-
removed a forgotten part in english plus small corrections2007-06-10, by ptt
-
capital char and relative dot at end of phrase removed2007-06-10, by ptt
-
<note><para> indentation corrected2007-06-10, by ptt
-
caps character after "Explanation:" in tvinput.xml2007-06-10, by ptt
-
added italian translation of codecs.xml & containers.xml2007-06-10, by ptt
-
Don't set random codec parameters for AC3/DTS in mkv.2007-06-10, by aurel
-
synced with r235312007-06-10, by Gabrov
-
sync w/r235302007-06-10, by gpoirier
-
Teletext support for tv:// (v4l and v4l2 only)2007-06-10, by voroshil
-
init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameter2007-06-09, by nicodvb
-
x264 no longer defaults to qp=26.2007-06-09, by lorenm
-
added support for DTS1 audio descriptor2007-06-09, by nicodvb
-
1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS2007-06-09, by nicodvb
-
set the window aspect hint2007-06-09, by henry
-
add mmes fourcc for mpeg2 in avi files2007-06-08, by compn
-
Simplify addition of -Wdeclaration-after-statement to CFLAGS.2007-06-08, by cehoyos
-
Support icc 10.0.2007-06-08, by cehoyos
-
sync w/r235042007-06-08, by gpoirier
-
reversed previus modification (r23517)2007-06-08, by ptt
-
changed vowels to accented utf8 vowels2007-06-08, by ptt
-
other two files translated :)2007-06-08, by ptt
-
small indentation and tags fixes2007-06-08, by ptt
-
little indentation fix2007-06-08, by ptt
-
Enable SIMD optmizations for mp3lib on AMD642007-06-08, by zuxy
-
sync'ed up to r235042007-06-08, by ptt
-
Add regular #define for header file.2007-06-08, by voroshil
-
Cosmetics: Fix indentation after last commit.2007-06-08, by cehoyos
-
Add -Wdeclaration-after-statement etc. only to gcc.2007-06-08, by cehoyos
-
Compile C++ files with the same compiler as all other files.2007-06-08, by cehoyos
-
Fix yuv2rgb C functions to work for widths divisible by 4 but not by 82007-06-08, by reimar
-
Fix config declarations so that things like rtc=no work in addition to nortc=yes2007-06-08, by reimar
-
Set errno to 0 after printing it, not before2007-06-08, by reimar
-
Fix compiler warnings.2007-06-08, by voroshil
-
-lavdopts threads is only implemented for mpeg[12]2007-06-08, by lorenm
-
Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.2007-06-07, by cehoyos
-
Fix segfault when encoding from an mkv file with embedded fonts.2007-06-07, by eugeni
-
Mention change to libamr in Changelog2007-06-07, by reimar
-
100l, fix compile error in r23498 due to bad copy in paste2007-06-07, by reimar
-
RGB8/BGR8 IMGFMTs are paletted in case of swscale input.2007-06-07, by reimar
-
implement "bind sections"2007-06-07, by voroshil
-
Add -Wno-switch to CFLAGS.2007-06-07, by cehoyos
-
Fix r23494: It broke gcc 2.95.32007-06-07, by cehoyos
-
Add -Wno-pointer-sign to CFLAGS2007-06-07, by cehoyos
-
Add 2vuy fourcc to rawuyvy codec2007-06-07, by reimar
-
Add -Wall (back) to default CFLAGS.2007-06-07, by diego
-
Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.2007-06-07, by cehoyos
-
Fix compilation after FFmpeg r9235.2007-06-07, by cehoyos
-
Calculate pts with double precision in demux_asf2007-06-07, by uau
-
10l: correct Core 2 detection under x86-642007-06-07, by zuxy
-
Partial sync with en/mplayer.1 r23455 (patch by JRaSH)2007-06-06, by kraymer
-
r23440: New "automute" tv:// option.2007-06-06, by voroshil
-
Change some static temporary vars to automatic ones because mingw32 binutils2007-06-06, by zuxy
-
Align output pointer so that we can use movaps instead of movups in dct64_sse;2007-06-06, by zuxy
-
little correction to make nroff not to complain about line lennghts....2007-06-05, by ptt
-
sync'd up to r234672007-06-05, by ptt
-
Create a new MSGT for just the status line.2007-06-05, by diego
-
Do not use fast_memcpy when data is read again immediately afterwards.2007-06-05, by reimar
-
Do not use fast_memcpy for small size copy, esp. when the size is constant2007-06-05, by reimar
-
Replace implicit use of fast_memcpy via macro by explicit use to allow2007-06-05, by reimar
-
Use avcodec_decode_audio2 in ad_ffmpeg.c2007-06-05, by reimar
-
r23410: add documentation for new -menu-chroot option2007-06-05, by kraymer
-
correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line2007-06-05, by mhoffman
-
Make gmplayer show right colors if X server does not use native byteorder.2007-06-05, by reimar
-
Avoiding sscanf in cddb support reading more data with %s than buffer size2007-06-05, by reimar
-
Keep -pipe option in CFLAGS even in debug mode.2007-06-05, by diego
-
sync w/23467 (was just a typo in english doc, no incidence here)2007-06-05, by gpoirier
-
then/than typo spotted by "JRaSH"2007-06-05, by corey
-
Keep unused parameter warnings in debug mode.2007-06-05, by diego
-
r23416: Drop the metadata stuff and replace it with generic property2007-06-05, by kraymer
-
get rid of Gui code that has been commented out since ages2007-06-04, by reimar
-
Factor out some duplicated gui code2007-06-04, by reimar
-
Remove some useless code2007-06-04, by reimar
-
Use 'static inline' instead of 'inline static' to avoid warnings2007-06-04, by zuxy
-
Change '%ld' to '%d' to remove warnings introduced by r234522007-06-04, by zuxy
-
Correct dct64 functions' declarations2007-06-04, by zuxy
-
Remove unused parameter for mp_msg2007-06-03, by zuxy
-
sync w/ r234552007-06-02, by gpoirier
-
compilation fix after commit r9172 to ffmpeg, patch by Aurel2007-06-02, by gpoirier
-
new sentences on new lines, diego says ;-P2007-06-02, by ptt
-
sync'ed up to r23440 + a _big_ correction of tv suboptions2007-06-02, by ptt
-
Remove non-existing make_decode_tables_MMX()2007-06-02, by zuxy
-
Use int and uint32_t instead of long and unsigned long, when appropriate.2007-06-02, by zuxy
-
Make realloc_struct inline as other functions defined in demuxer.h2007-06-02, by zuxy
-
10l: Remove overlooked instance of NOAVIFILE_HEADERS.2007-06-02, by diego
-
Revert r23443, it breaks compilation without libass.2007-06-02, by eugeni
-
Get rid of superfluous __WINE__ #define, it was always enabled and2007-06-02, by diego
-
Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and2007-06-02, by diego
-
Get rid of superfluous MPLAYER #define, it was always enabled and2007-06-02, by diego
-
prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)2007-06-02, by nicodvb
-
update manual date, its been 8 months...2007-06-02, by compn
-
Recode the whole subtitle file to utf-8 before parsing.2007-06-01, by eugeni
-
Move code for reading a file and recoding it to utf-8 to a separate function.2007-06-01, by eugeni
-
mjpeg support for v4l2 tv:// driver2007-06-01, by voroshil
-
New "automute" tv:// option.2007-05-31, by voroshil
-
r23370: added missing fps2007-05-31, by voroshil
-
r23416: Drop the metadata stuff and replace it with generic property string expansion.2007-05-31, by voroshil
-
Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOW2007-05-31, by zuxy
-
Add new properties percent_pos and time_pos.2007-05-31, by albeu
-
Make the length property use the time type.2007-05-31, by albeu
-
Move the time printing code out of the length property.2007-05-31, by albeu
-
Add a print function for the time option type.2007-05-31, by albeu
-
sync to 24.5.20072007-05-31, by jheryan
-
Add the recently introduced properties to the documentation.2007-05-31, by albeu
-
Allow setting the direction in the step_property command.2007-05-31, by albeu
-
Fix the step_property coammand to correctly handle the step size with2007-05-31, by albeu
-
Adding myself to the authors page.2007-05-31, by mhoffman
-
little fix2007-05-31, by ptt
-
sync.d up to r23425!!! ehi, it's updated :)))2007-05-31, by ptt
-
removed unneeded space2007-05-31, by ptt
-
removed an unneeded comma2007-05-31, by ptt
-
added '&' for 'e.g.'2007-05-31, by ptt
-
sync'd up to r234162007-05-30, by ptt
-
moved a line below, since probably it's righter there...2007-05-30, by ptt
-
added a missing space char2007-05-30, by ptt
-
sync'd up to r228452007-05-30, by ptt
-
rename attribute_unused to av_unused as it is declared in common.h2007-05-30, by benoit
-
Use play duration instead of send duration to calculate the length2007-05-30, by zuxy
-
Drop the metadata stuff and replace it with generic property string expansion.2007-05-30, by albeu
-
Make command.h usable without the MPContext typedef.2007-05-30, by albeu
-
Add PRINT to the samplerate property.2007-05-30, by albeu
-
Fix fallback on the default GET_TYPE for unvailable/disabled2007-05-30, by albeu
-
Make all the info available via the metadata API available via properties.2007-05-29, by albeu
-
Rework the property API to allow sub properties such as2007-05-29, by albeu
-
add documentation for new -menu-chroot option2007-05-29, by ben
-
Only one section remains unfinished, typo.2007-05-29, by diego
-
typo2007-05-29, by diego
-
r23325: dv does not support YVU92007-05-29, by kraymer
-
add note about unfinished "codec specific encoding options" section2007-05-29, by kraymer
-
Get rid of __attribute__((__packed__)) in Matroska demuxer2007-05-28, by reimar
-
Add LGPL license header.2007-05-28, by diego
-
10l: r23399 broke mov/mp4 demuxing2007-05-28, by cehoyos
-
little typo fix2007-05-28, by ptt
-
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.2007-05-28, by diego
-
Remove some unused variables, patch by timwoj ieee org.2007-05-28, by diego
-
Move variable declaration into conditional to avoid an unused variable warning.2007-05-28, by diego
-
Remove unused variables.2007-05-28, by diego
-
HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)2007-05-27, by michael
-
More fastmemcpy.h removal2007-05-27, by reimar
-
Remove more pointless fastmemcpy.h includes in libvo2007-05-27, by reimar
-
Removed useless fastmemcpy.h includes in video decoders2007-05-27, by reimar
-
Remove two useless fastmemcpy.h includes in gui code.2007-05-27, by reimar
-
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.2007-05-27, by reimar
-
sync w/ r233702007-05-27, by gpoirier
-
synced with r233882007-05-27, by Gabrov
-
Partial sync with r23370, with only one section obsolete.2007-05-27, by gpoirier
-
allow left key command to close text menus too2007-05-25, by ben
-
rename some menu open functions, to avoid confusion with libc native open()2007-05-25, by ben
-
Record what was produced by make_decode_table_MMX() and used that data to2007-05-25, by zuxy
-
Sync to 30.3.20072007-05-24, by jheryan
-
more sensless repo moving ..moving ...2007-05-24, by michael
-
remove unnecessary stubs which were not ever used.2007-05-24, by voroshil
-
ffmpeg -sws_flags command line option to set swscaler flags2007-05-23, by ivo
-
Remove hardcoded registers2007-05-23, by zuxy
-
synced with r233702007-05-22, by Gabrov
-
Set i_bps for ASF video streams according to extended stream properties2007-05-22, by zuxy
-
Remove unused synth_1to1_mono()2007-05-22, by zuxy
-
sync'ed up with r216542007-05-21, by ptt
-
make v4l1 driver work properly.2007-05-21, by voroshil
-
sync'ed up with r215612007-05-21, by ptt
-
added missing fps2007-05-21, by ptt
-
missed sync tag update2007-05-21, by voroshil
-
r23367: little alignment fixes2007-05-21, by voroshil
-
little alignment fixes2007-05-21, by ptt
-
sync'ed up with r230282007-05-21, by ptt
-
little fixes2007-05-21, by ptt
-
10l: cosmetic: more trailing whitespaces removed2007-05-21, by zuxy
-
Cosmetic: remove trailing whitespaces2007-05-21, by zuxy
-
New tags introduced for AMD K10 and Intel Penryn2007-05-21, by zuxy
-
Add "uclinux" as an accepted system type in the linux() test.2007-05-21, by diego
-
Fix #if condition.2007-05-20, by eugeni
-
FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.2007-05-20, by eugeni
-
Move common ioctl outside of ifdef2007-05-20, by reimar
-
Clean up some unused code and #ifdef mess in ao_sun.c2007-05-20, by reimar
-
Implement flushing of audio data. Fixes bug #754.2007-05-20, by reimar
-
Fix OpenBSD compilation: strndup is a GNU extension.2007-05-20, by reimar
-
Remove unused code, if it is ever needed it can be recovered from history2007-05-20, by reimar
-
Add SSSE3 check2007-05-20, by zuxy
-
buggy joystick initialization, works much better without this2007-05-19, by ben
-
-----mencoder.xml----2007-05-19, by voroshil
-
Correct font size in libass.2007-05-19, by eugeni
-
Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging.2007-05-19, by mhoffman
-
Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPRESS_DECODER2007-05-19, by reimar
-
Fix compilation: Create CONFIG_*_BSF in config.mak2007-05-19, by reimar
-
Add ID to example.2007-05-19, by diego
-
Fix bug in reference code2007-05-19, by zuxy
-
Revert y-axis rotation. Change order of rotations.2007-05-18, by eugeni
-
cosmetics: fix indentation for previous commit2007-05-18, by corey
-
PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets2007-05-18, by corey
-
Clean up VIDIX test.2007-05-17, by diego
-
10l: leftover line from incompletely split commit2007-05-17, by diego
-
Remove awk test. awk is a basic Unix tool, any implementation is sufficient.2007-05-17, by diego
-
Move the internal VIDIX check from a random place into the VIDIX section.2007-05-17, by diego
-
Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,2007-05-17, by diego
-
Merge internal and external VIDIX checks.2007-05-17, by diego
-
ffdts is no more.2007-05-17, by diego
-
Make use of new AV_RL642007-05-17, by reimar
-
Remove useless setting of dp->len, it is already set to that value by2007-05-17, by reimar
-
Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).2007-05-17, by corey
-
Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can2007-05-17, by corey
-
1L to me: dv does not support YVU9.2007-05-17, by corey
-
"inline" is used elsewhere and more portable than "__inline"2007-05-16, by reimar
-
Include string.h for memcpy, fastmemcpy.h alone is not enough.2007-05-16, by reimar
-
Remove extern C declarations for C++.2007-05-16, by diego
-
Avoid passing test invalid arguments when string is empty.2007-05-15, by reimar
-
fix typo2007-05-14, by kraymer
-
r23152: Add -ass-hinting option for setting font hinting method.2007-05-14, by kraymer
-
Support fractional font sizes.2007-05-14, by eugeni
-
Limit ass_font_set_transform to nonrotating transformations.2007-05-14, by eugeni
-
Make vd_raw VDCTRL_QUERY_FORMAT simpler to understand2007-05-14, by reimar
-
r23308: List dv in pixel formats lavc's dv encoder supports.2007-05-14, by voroshil
-
fix formating of lavcopts format suboptions2007-05-14, by compn
-
Fix double free() in demux_asf.c2007-05-14, by uau
-
Output message fix2007-05-14, by uau
-
add svq1 lavcopts format colorspace2007-05-13, by compn
-
Add standard license header, confirmed by Nick in private mail.2007-05-13, by diego
-
ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail com2007-05-13, by diego
-
List dv in pixel formats lavc's dv encoder supports.2007-05-13, by corey
-
Blackfin optimized YUV420 to RGB CSC Color Space Converters.2007-05-13, by gpoirier
-
Add DV fourcc.2007-05-13, by corey
-
Compilation fix after ffmpeg r9010 (bitstream filters optional2007-05-13, by rtogni
-
r23271: libdha is no more.2007-05-12, by voroshil
-
Simplify -flip handling on vo_x11.c2007-05-12, by reimar
-
Fix crash with -flip on 64 bit systems, the result of2007-05-12, by reimar
-
Factor common code out of if in x11_common.c2007-05-12, by reimar
-
Compile internal FFmpeg libraries only when configure enabled the static2007-05-11, by diego
-
help output typo noticed by Ramiro Polla2007-05-11, by diego
-
update changelog and bump codecs.conf release number2007-05-11, by compn
-
cosmetics; one test per line for all isXXX(x) macros2007-05-11, by ivo
-
Add correct boilerplate license headers.2007-05-11, by diego
-
prettyprinting cosmetics2007-05-11, by diego
-
new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck2007-05-10, by ben
-
update copyright year'2007-05-10, by compn
-
Fix indentation broken in r232872007-05-10, by reimar
-
Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv2007-05-10, by reimar
-
Avoid code duplication in mkv demuxer for standard fourcc/extradata handling2007-05-10, by reimar
-
Fix track info being read for the wrong track introduced in r205982007-05-10, by reimar
-
Missing -1 in the FreeBSD code to get the first CD track number2007-05-10, by reimar
-
sync w/r23283, fix a French typo2007-05-10, by gpoirier
-
Reuse linux code for reading png images for windows Gui,2007-05-10, by reimar
-
Don't deallocate font data if it will be used later.2007-05-09, by eugeni
-
remove the need of one extra shift in rgb16ToUV2007-05-09, by ivo
-
Ignore comments where no '=' follows the comment name (otherwise2007-05-09, by reimar
-
Fix rgb15ToUV. Correct order of components and use one shift less.2007-05-09, by ivo
-
cosmetic: indent2007-05-08, by ben
-
cosmetic: use K&R coding style, as in reste of the file2007-05-08, by ben
-
added my latest contribution to VIDIX in AUTHORS file2007-05-08, by ben
-
take the lead on VIDIX, as pointed out by Diego2007-05-08, by ben
-
removed obsolete section2007-05-08, by ben
-
10l syntax error2007-05-08, by diego
-
libdha is no more.2007-05-08, by diego
-
try to limit the mess from the svn moves by pointing to the new location2007-05-08, by michael
-
r23240: document lavc's 'level' option, patch by Carl Eugen Hoyos2007-05-08, by voroshil
-
mention myself (besides Sascha) to VIDIX import and maintainship2007-05-08, by ben
-
libdha is gone now, don't mention it anymore2007-05-08, by ben
-
notify of pvr channel navigation feature in ChangeLog2007-05-08, by ben
-
added Sven latest contribution to AUTHORS file2007-05-08, by ben
-
added proper GPL headers to new stream/pvr.h file2007-05-08, by ben
-
give credits to Sven for pvr channel navigation2007-05-08, by ben
-
description for -menu-keepdir option2007-05-08, by ben
-
These files are now in the separate NUT repository.2007-05-08, by diego
-
add MPlayer's local changes introduced in r232582007-05-07, by gpoirier
-
compile fix for regression introduced by r232542007-05-07, by gpoirier
-
For DVR-MS:2007-05-07, by nicodvb
-
fix libmenu compilation with fridibi enabled2007-05-07, by ben
-
cast to what's really expected2007-05-07, by ben
-
iWMMXt-accelerated DCT and motion compensation for ARM processors2007-05-07, by gpoirier
-
test for tab characters2007-05-07, by ivo
-
note about gui depending on libavcodec instead of libpng2007-05-07, by compn
-
do not run stupid code checks if chfilelist is empty2007-05-07, by ivo
-
use already existing function to get utf8 char in libmenu (thx to reimar)2007-05-07, by ben
-
used FFMAX macro as pointed out by reimar2007-05-07, by ben
-
removed useless casts as pointed out by reimar2007-05-07, by ben
-
support for hebrew through fribidi in libmenu (geexbox patch #580)2007-05-07, by ben
-
support for unicode/utf8 in libmenu (geexbox patch #545)2007-05-07, by ben
-
remove unused code2007-05-07, by reimar
-
Fix Gui colors for 32 bit png images after switch to libavcodec decoding2007-05-07, by reimar
-
Fix compilation after FFmpeg r89212007-05-07, by cehoyos
-
document lavc's 'level' option2007-05-06, by cehoyos
-
document lavc's 'level' option, patch by Carl Eugen Hoyos2007-05-06, by gpoirier
-
Play amr_nb and amr_wb with FFmpegs r88802007-05-06, by cehoyos
-
mplayer.rc depends on version.h2007-05-05, by reimar
-
Fix "inline keyword not at beginning of declaration" warning.2007-05-05, by diego
-
r23225: The GUI no longer depends on libpng.2007-05-05, by voroshil
-
sync with r23028, patch by JRaSH % jrash06 A 163 P com%2007-05-03, by gpoirier
-
Move variables and a function under #ifdef FC_VERSION to avoid warnings.2007-05-03, by eugeni
-
Deallocate FontConfig objects.2007-05-03, by eugeni
-
Fix stupid bug in r23229.2007-05-03, by eugeni
-
Deallocate string.2007-05-03, by eugeni
-
In ass_font_new, allocate temporary ass_font_t on stack and return the pointer2007-05-03, by eugeni
-
Make cache_*_add functions return the pointer to new (copied) value.2007-05-03, by eugeni
-
synced with r232272007-05-03, by Gabrov
-
add "level" as lavc option2007-05-03, by cehoyos
-
MJPEG decoding does not depend on libjpeg.2007-05-03, by diego
-
The GUI no longer depends on libpng.2007-05-03, by diego
-
Simplify libamr_nb test.2007-05-03, by diego
-
cosmetics: Rename remaining instances of amr_* to libamr_*.2007-05-03, by diego
-
Rename amr_nb and amr_wb options to libamr_*.2007-05-03, by diego
-
FFmpeg sync: Rename AMR config settings to LIBAMR.2007-05-03, by diego
-
cosmetics: Rename _amr* variables to _libamr*.2007-05-03, by diego
-
FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.2007-05-03, by diego
-
Use calloc instead of malloc+memset2007-05-02, by reimar
-
Missing free on error in conv24to322007-05-02, by reimar
-
Simplify bgr2rgb2007-05-02, by reimar
-
Remove unused function2007-05-02, by reimar
-
Make functions and variables not used outside bitmap.c static2007-05-02, by reimar
-
Simplify conv24to32 for-loop2007-05-02, by reimar
-
Remove useless extern before function prototypes2007-05-02, by reimar
-
Remove libpng dependency for Gui, use libavcodec instead2007-05-02, by reimar
-
Disable internal vidix on PPC linux, it breaks compilation.2007-05-02, by reimar
-
Fix commit nick.2007-05-02, by diego
-
Always deallocate glyphs. Fixes memory leak.2007-05-02, by eugeni
-
cosmetics: indentation after previous patch2007-05-02, by benoit
-
test if color conv fonction exists prior to using it2007-05-02, by benoit
-
Fix NULL pointer dereference in demux_mkv that happens when2007-05-01, by eugeni
-
sync w/ r231622007-05-01, by gpoirier
-
dvdnav:// depends on our fork of libdvdnav2007-05-01, by nicodvb
-
reindented dvdread check block2007-05-01, by nicodvb
-
libdvdnav now depends on our fork of the library; only the version without2007-05-01, by nicodvb
-
Reuse common Makefile infrastructure.2007-05-01, by diego
-
cosmetics: Move depend target (preparation for upcoming change).2007-05-01, by diego
-
Clarify whom to send translations to.2007-05-01, by diego
-
Update comments.2007-05-01, by eugeni
-
Cosmetics.2007-05-01, by eugeni
-
Move glyph_to_bitmap() call and outline glyph deallocation to2007-05-01, by eugeni
-
sync w/ r231522007-05-01, by gpoirier
-
Minor code simplification.2007-05-01, by eugeni
-
Move get_bitmap_glyph() call to a separate loop.2007-05-01, by eugeni
-
Move transform_3d() call to get_bitmap_glyph().2007-05-01, by eugeni
-
Make a function static.2007-05-01, by eugeni
-
Don't recalculate rotation radius.2007-05-01, by eugeni
-
Bugfix: glyph cache depends on border width, because it contains outline_glyph2007-05-01, by eugeni
-
Merge FFmpeg dependency handling into the individual tests.2007-05-01, by diego
-
cosmetics: Fix bogus indentation.2007-05-01, by diego
-
one more spelling fix2007-04-30, by ben
-
accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)2007-04-30, by ben
-
spelling fix2007-04-30, by ben
-
synced with r231792007-04-30, by Gabrov
-
cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.2007-04-30, by diego
-
r23161: Remove outdated and wrong references to codecs.conf.2007-04-30, by voroshil
-
sync tag update2007-04-30, by voroshil
-
10l to Diego for breaking svn (again).2007-04-30, by iive
-
cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.2007-04-29, by diego
-
cosmetics: Fix stray wrongly indented line.2007-04-29, by diego
-
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.2007-04-29, by diego
-
Fix several implicit declarations of functions warnings.2007-04-29, by diego
-
Remove duplicate #include.2007-04-29, by diego
-
Remove unused variable,2007-04-29, by reimar
-
(cosmetics) replace tabs with spaces2007-04-29, by voroshil
-
typo fix.2007-04-29, by voroshil
-
(cosmetics) more indentation fixes.2007-04-28, by voroshil
-
add missing case value, fixes functionality when using some skins.2007-04-28, by vayne
-
update wishlist2007-04-28, by compn
-
notify new Radeon chipsets supported by VIDIX driver2007-04-28, by ben
-
updated manpages with new vidix subdevice names2007-04-28, by ben
-
Remove outdated and wrong references to codecs.conf.2007-04-28, by diego
-
cosmetics: Fix one more stray wrongly indented line.2007-04-28, by diego
-
cosmetics: Remove all trailing whitespace and tabs, indentation fixes.2007-04-28, by diego
-
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.2007-04-28, by diego
-
cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.2007-04-28, by diego
-
Mention change to monitorpixelaspect=1 default in Changelog2007-04-28, by reimar
-
r23152: Add -ass-hinting option for setting font hinting method.2007-04-28, by voroshil
-
Make -monitorpixelaspect 1 the default.2007-04-27, by cehoyos
-
Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd2007-04-27, by reimar
-
Add -ass-hinting option for setting font hinting method.2007-04-27, by eugeni
-
Fix division by zero in "\t" parsing.2007-04-27, by eugeni
-
Add configures arguments to its output2007-04-27, by cehoyos
-
Fix compilation with *_PROTOCOLs in libavformat2007-04-27, by cehoyos
-
Mark loader as unmaintained.2007-04-26, by diego
-
cosmetics: Remove trailing whitespace.2007-04-26, by diego
-
100l: Fix another round of copy and paste typos.2007-04-26, by diego
-
Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.2007-04-26, by diego
-
10l: Remove stray 'fi'.2007-04-26, by diego
-
support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)2007-04-26, by ben
-
header / declarations cleanup, also fixes broken compilation.2007-04-26, by vayne
-
Don't declare -lm as a dependency of swscale-example.2007-04-26, by diego
-
Simplify preprocessor directives: There is a general variable for2007-04-26, by diego
-
Simplify #include directives.2007-04-26, by diego
-
Add config.h variables for static FFmpeg libraries.2007-04-26, by diego
-
Ooops, variable names got confused during copy and paste:2007-04-26, by diego
-
Merge config.h variable declarations into libpostproc test.2007-04-26, by diego
-
Remove unused libavformat #define.2007-04-26, by diego
-
Merge config.h variable declarations into libavformat test.2007-04-26, by diego
-
Merge config.h variable declarations into libavcodec test.2007-04-26, by diego
-
Merge config.h variable declarations into libavutil test.2007-04-26, by diego
-
indentation cosmetics2007-04-26, by diego
-
Remove redundant comments.2007-04-26, by diego
-
Clean up static libavcodec check, just checking for a file is enough.2007-04-26, by diego
-
Fix typo in _libavcodec vs _libavcodec_a variable name.2007-04-26, by diego
-
cosmetics: Fix indentation, merge some lines in the FFmpeg checks.2007-04-26, by diego
-
Merge static and shared libpostproc checks.2007-04-26, by diego
-
Merge static and shared libavformat checks.2007-04-26, by diego
-
Move misplaced res_comment to where it actually takes effect.2007-04-26, by diego
-
Merge static and shared libavcodec checks.2007-04-26, by diego
-
10l elif syntax error2007-04-26, by diego
-
Merge checks for static and shared libavutil.2007-04-26, by diego
-
Add general variables for either static or shared FFmpeg libraries.2007-04-26, by diego
-
Give variable names for static FFmpeg libraries a '_a' suffix.2007-04-26, by diego