Mercurial > mplayer.hg
graph
-
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