Mercurial > mplayer.hg
graph
-
Remove now unused variable2007-06-26, by reimar
-
remove useless calloc cast2007-06-26, by reimar
-
synced with r236092007-06-26, by ptt
-
Remove some unused code and useless error checking that only clutters the code2007-06-26, by reimar
-
Hint at the Makefile for information how to build dha with svgalib_helper2007-06-25, by reimar
-
Hint at --disable-* options as a workaround for outdated binutils.2007-06-25, by reimar
-
synced with r23608 + other fixes2007-06-25, by ptt
-
start= and end= parameters on realrtspurls may be optionally quoted with2007-06-24, by rtogni
-
config.h must be included before other headers2007-06-24, by reimar
-
Hide our swab prototype when the system has swab since at least the2007-06-24, by reimar
-
Make sure we always have a swab() prototype when we use it,2007-06-24, by reimar
-
Use proper PRI?64 format strings2007-06-24, by reimar
-
define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).2007-06-24, by reimar
-
Remove unused and trivial string variable2007-06-24, by reimar
-
Remove unused function.2007-06-24, by reimar
-
Remove unused (static) function prototype.2007-06-24, by reimar
-
Fix format string to match actual type.2007-06-24, by reimar
-
Move variable into the block where it actually used2007-06-24, by reimar
-
index_mode is already defined in demuxer.h2007-06-24, by reimar
-
get rid of useless *alloc casts2007-06-24, by reimar
-
Get rid of: useless variable, useless cast and void * arithmetic2007-06-24, by reimar
-
Use AV_RL322007-06-24, by reimar
-
Fix format strings to match argument type2007-06-24, by reimar
-
Remove unused query_format function in vf_harddup.2007-06-24, by reimar
-
Return value of gtk_entry_get_text is const, so declare variables as const as well.2007-06-24, by reimar
-
ff_gcd is already in libavutil/common.h, no need for an extra prototype here2007-06-24, by reimar
-
Avoid more void * arithmetic2007-06-24, by reimar
-
revert broken r23628, mp_core.h is not included by cfg.h, so double extern2007-06-24, by reimar
-
get_path prototype is already in interface.h and probably many more places.2007-06-24, by reimar
-
Avoid vo_sdl void * arithmetic2007-06-24, by reimar
-
Remove completely pointless "!= 1".2007-06-24, by reimar
-
Another unneeded xinerama_screen extern2007-06-24, by reimar
-
xinerama_screen is already declared in video_out.h2007-06-24, by reimar
-
Add missing return value for x11 error handler2007-06-24, by reimar
-
Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bit2007-06-24, by reimar
-
Avoid void * arithmetic2007-06-24, by reimar
-
Some comment typo fixes2007-06-24, by reimar
-
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