2009-09-18 |
reimar |
Re-add some ifdefs, partially reverting r29688, since mDisplay and
|
2009-09-18 |
reimar |
Use vo_w32_window directly instead of via the vo_window macro in Windows-only code.
|
2009-09-18 |
reimar |
Get rid of several (probably) pointless ifdefs
|
2009-09-17 |
reimar |
Use ecx instead of ebx to avoid unnecessary issues with PIC.
|
2009-09-16 |
ramiro |
Cleanup buffer debugs in swScale().
|
2009-09-16 |
ramiro |
Use correct buffers in vertical scaler in unscaled YV12 case.
|
2009-09-16 |
reimar |
Merge two Windows-specific #if sections to simplify the condition.
|
2009-09-16 |
reimar |
Hack: set DEP/NX on Windows via SetProcessDEPPolicy.
|
2009-09-16 |
compn |
add YAXPAX and YAPAXI exports to msvcr80
|
2009-09-14 |
reimar |
Add several HAVE_EBX_AVAILABLE conditions where necessary
|
2009-09-14 |
reimar |
%lf is not a valid printf format specifier, use just %f instead.
|
2009-09-14 |
compn |
kegavideo codec requires msvcr80 on windows
|
2009-09-14 |
reimar |
Add support for decoding sgi files via FFmpeg's sgi decoder.
|
2009-09-14 |
reimar |
Get rid of useless indirection and use the demuxer argument directly instead of
|
2009-09-14 |
reimar |
Reduce verbosity if demuxer sets an info value to the same as the current value.
|
2009-09-13 |
ramiro |
Reset slice direction at end of each frame.
|
2009-09-12 |
ramiro |
Remove ; after while(0) in macros.
|
2009-09-12 |
compn |
add kega video binary codec for fourcc kgv1
|
2009-09-12 |
jrash |
sync with en/mplayer.1 r29661
|
2009-09-11 |
Gabrov |
synced with r29670
|
2009-09-10 |
diego |
Convert to UTF-8.
|
2009-09-10 |
diego |
Fix bashism: Use '$(( ))' syntax instead of '(( ))' for arithmetic expressions.
|
2009-09-10 |
reimar |
Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly
|
2009-09-10 |
reimar |
Sort preferred_list alphabetically since the order does not matter otherwise.
|
2009-09-10 |
reimar |
Always keep a backup of the expand values from the command-line, so values
|
2009-09-09 |
ramiro |
Document that slices can be bottom to top or top to bottom.
|
2009-09-08 |
reimar |
Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of
|
2009-09-08 |
reimar |
Make all mp_*_taglists const.
|
2009-09-08 |
cehoyos |
Allow disabling and enabling lower-case codecs.
|
2009-09-08 |
diego |
Make (no)t23 suboption description more consistent.
|
2009-09-08 |
reimar |
Fix an endless loop if all programs are empty.
|
2009-09-08 |
reimar |
Make indentation consistent with the rest of the file
|
2009-09-08 |
reimar |
Never switch to a program with no audio and no video.
|
2009-09-08 |
reimar |
Always register all streams from libavformat, not just those belonging to a program.
|
2009-09-08 |
reimar |
100l, forgot to use "test" for checking the value of the quicktime variable
|
2009-09-07 |
vitor |
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
|
2009-09-07 |
ramiro |
Indent.
|
2009-09-07 |
diego |
Avoid bash-specific 'let' syntax in shell scripts.
|
2009-09-06 |
ramiro |
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
|
2009-09-05 |
ramiro |
Indent.
|
2009-09-05 |
ramiro |
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
|
2009-09-05 |
reimar |
Add standard license header and move a misplaced comment.
|
2009-09-05 |
jrash |
sync with en/mplayer.1 r29638
|
2009-09-04 |
diego |
Fix grammar mistake noticed by Alexander Strasser.
|
2009-09-04 |
reimar |
Factor out duplicated code to set play video scaled by a certain factor.
|
2009-09-04 |
reimar |
Subopt parser subopts should now be const.
|
2009-09-04 |
reimar |
10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since
|
2009-09-04 |
reimar |
Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it will
|
2009-09-04 |
reimar |
Support x86_64 + PIC in mangle.h, needed for OS X 64 bit compiles.
|
2009-09-04 |
reimar |
Split QuickTime check off from quartz check and use the result to enable/disable
|
2009-09-04 |
reimar |
100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,
|
2009-09-04 |
reimar |
Move OpenGL test below CoreVideo. This ensures -lGL will come after -framework OpenGL which
|
2009-09-03 |
reimar |
Improve wording for file/directory specific config file explanation.
|
2009-09-02 |
reimar |
10l, fix misplaced check in r29613, for loop detection we must compare
|
2009-09-02 |
reimar |
Limit amount of data allocated on stack, strlen(filename) is not a good idea for
|
2009-09-02 |
reimar |
Document directory-specific configuration file.
|
2009-09-02 |
reimar |
Add support for directory-specific mplayer.conf configuration file.
|
2009-09-02 |
faust3 |
enable ffwmapro
|
2009-09-02 |
reimar |
Consistently use sizeof(variable) instead of sizeof(type) where easily possible.
|
2009-09-02 |
reimar |
Cosmetics: get rid of many pointless ()
|
2009-09-02 |
reimar |
Reduce code duplication for half/normal/double video size handling.
|
2009-09-02 |
reimar |
Remove unused variable.
|
2009-09-02 |
reimar |
The suboption parser now takes a const options list, so mark them all const.
|
2009-09-02 |
reimar |
free(), delete and delete[] are all different and can't just be used at random,
|
2009-09-02 |
reimar |
Fix possible crashes with invalid SDPs that result in stream descriptions
|
2009-09-02 |
reimar |
Fix several more rtsp-related memleaks.
|
2009-09-02 |
reimar |
Fix asmrp_dispose to also free the buffer.
|
2009-09-02 |
reimar |
Use calloc to ensure rmff_new_mdpr returns fully initialized data.
|
2009-09-02 |
reimar |
Move variable declaration to where it is used.
|
2009-09-02 |
reimar |
Make sure we do not strdup(NULL), avoids a crash with non-real streams.
|
2009-09-02 |
reimar |
Fix several memleaks in real_setup_and_get_header
|
2009-09-02 |
reimar |
Change real_setup_and_get_header to use goto a single exit path to simplify
|
2009-09-02 |
reimar |
vo_quartz: change deallocation/uninit to more reliably free allocated data.
|
2009-09-01 |
reimar |
Make glContext a local variable, it is not needed outside the function
|
2009-09-01 |
reimar |
Add a dealloc function to corevideo to reduce the memleaks from
|
2009-09-01 |
reimar |
Fix some of the major memleaks of vo_corevideo with -fixed-vo
|
2009-09-01 |
reimar |
Do not do a unmap/map cycle on Windows given with -wid, with some window
|
2009-09-01 |
reimar |
Make the loop detection for mov reference files less aggressive, fixes
|
2009-09-01 |
reimar |
Check setGlWindow return value to fail properly instead of crashing if e.g.
|
2009-09-01 |
reimar |
Add a hack to ensure data from e.g. mov format -subfile gets read at all
|
2009-09-01 |
reimar |
Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.
|
2009-09-01 |
reimar |
Make shm_fd a local variable and close it when we need it no longer, thus
|
2009-09-01 |
reimar |
Reduce vo_corevideo memleaks by initializing static context etc. only once
|
2009-09-01 |
reimar |
Fix memleak when using fontconfig without a font name.
|
2009-09-01 |
reimar |
Use MPlayer's standard aspect handling functions in corevideo
|
2009-09-01 |
diego |
The libamrnb *en*coder, not the *de*coder should be added to the list of
|
2009-08-31 |
reimar |
Fix per-file config file loading for DOS paths (i.e. where \ and : can
|
2009-08-31 |
reimar |
Factor out code to try and load a config file only if it exists.
|
2009-08-31 |
reimar |
Move variable declaration into block where it is used and make it const.
|
2009-08-31 |
reimar |
Make m_config_parse_config_file file name argument const
|
2009-08-31 |
cehoyos |
Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.
|
2009-08-31 |
cehoyos |
Fix EAC3 in MPEG transport streams with -demuxer lavf.
|
2009-08-31 |
reimar |
Also check linker flags to make sure that liveMedia libraries are there, too,
|
2009-08-31 |
cehoyos |
Fix DTS in MPEG transport streams with -demuxer lavf.
|
2009-08-31 |
cehoyos |
Fix AAC in MPEG transport stream for -demuxer lavf.
|
2009-08-31 |
diego |
cosmetics: alphabetically order lists
|