2008-02-18 |
diego |
This header should not have multiple inclusion guards, it is meant
|
2008-02-18 |
diego |
cosmetics: indent, remove trailing whitespace
|
2008-02-18 |
diego |
Merge the two conditional definitions of get_current_dir_name.
|
2008-02-18 |
gpoirier |
sync w/r26017
|
2008-02-18 |
diego |
basic support for OS/2 in configure
|
2008-02-18 |
diego |
Set SYS_BEOS for libdvdcss compilation on BeOS.
|
2008-02-17 |
reimar |
Allow specifying a size for -vf rgbtest
|
2008-02-17 |
reimar |
Document af-*, copied from vf-*
|
2008-02-17 |
reimar |
Make -af-pre, -af-add, -af-del and -af-clr available.
|
2008-02-17 |
compn |
removed wrong example
|
2008-02-17 |
Gabrov |
synced with r26015
|
2008-02-17 |
reimar |
Document that framedrop needs -no-correct-pts
|
2008-02-17 |
compn |
-dumpstream will not dump chapters anymore
|
2008-02-17 |
mru |
remove duplicate AV_STRINGIFY() definition
|
2008-02-16 |
diego |
Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.
|
2008-02-16 |
diego |
Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.
|
2008-02-16 |
diego |
FLAT objects cannot have multiple sections, so using the L1 attributes breaks
|
2008-02-16 |
reimar |
Avoid reinit of vo with the exactly same parameters over and over.
|
2008-02-16 |
nicodvb |
when seeking in H264 an SPS *should* be a valid entry point; feel free to change it if it's wrong
|
2008-02-16 |
nicodvb |
cosmetics
|
2008-02-16 |
nicodvb |
in ts_detect_streams() try to identify the program found based on vpid and apid if the previous attempts failed for lack of infos
|
2008-02-15 |
uau |
libvo: change asm syntax to use ASMALIGN and " # nop"
|
2008-02-15 |
reimar |
Support icyx://.
|
2008-02-15 |
reimar |
Always display Icy-Metadata if available, whether we recognize an ICY-Server
|
2008-02-15 |
reimar |
Move printing of Icy-Metadata into an extra function
|
2008-02-15 |
reimar |
Remove useless code
|
2008-02-15 |
reimar |
Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),
|
2008-02-15 |
benoit |
More explicit unsupported pixel format error messages.
|
2008-02-14 |
reimar |
Try to make fps float -> AVRational conversion work better.
|
2008-02-14 |
reimar |
Change force_fps and force_ofps to double
|
2008-02-14 |
reimar |
Change mf_fps to double
|
2008-02-14 |
cehoyos |
Revert accidentally committed line of r25994.
|
2008-02-14 |
diego |
typo fix: inited --> initialized
|
2008-02-13 |
compn |
add ffpcx decoder, works on my samples.
|
2008-02-13 |
cehoyos |
Fix typo.
|
2008-02-13 |
diego |
typo
|
2008-02-13 |
diego |
Translate stray Italian term.
|
2008-02-12 |
iive |
Implement test for system byteswap.h header file.
|
2008-02-12 |
reimar |
Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.
|
2008-02-11 |
nicodvb |
-chapter is now handled uniformly calling demuxer_seek_chapter() instead
|
2008-02-11 |
gpoirier |
sync w/ r25984
|
2008-02-11 |
reimar |
Try harder to find OpenGL functions on Windows.
|
2008-02-11 |
reimar |
Slightly document alpha for OSD color
|
2008-02-11 |
reimar |
Support alpha for vo gl osdcolor
|
2008-02-11 |
reimar |
Remove an extern for a variable that no longer exists
|
2008-02-11 |
reimar |
Remove left-over extern definitions that should not be there
|
2008-02-11 |
diego |
#include just libavutil/common.h, not all of libavutil/intreadwrite.h.
|
2008-02-10 |
gpoirier |
sync w/r25973
|
2008-02-10 |
reimar |
Make some variables static.
|
2008-02-10 |
reimar |
Avoid a useless extra pointer variable.
|
2008-02-10 |
reimar |
Do not uselessly erase background, OpenGL will take care of drawing everything.
|
2008-02-10 |
diego |
Disable v4l2 if pthreads are not available, fixes bug #1015.
|
2008-02-10 |
reimar |
Avoid -wid message processing blocking MPlayer.
|
2008-02-10 |
reimar |
Hint about possible libmpeg2 problems with -hardframedrop
|
2008-02-10 |
reimar |
Forward mouse messages to -wid Window.
|
2008-02-10 |
voroshil |
r25770: URL updates for contributed win32 stuff.
|
2008-02-10 |
voroshil |
Sync tag update: changes in original text are
|
2008-02-10 |
voroshil |
Sync tag update
|
2008-02-10 |
voroshil |
r25605: properties to get and set angle; patch by oattila chello hu
|
2008-02-09 |
cehoyos |
Make dither4 & dither8 const.
|
2008-02-09 |
reimar |
Make sure the -wid window does not get notified when we destroy our attached child window.
|
2008-02-09 |
reimar |
Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)
|
2008-02-09 |
compn |
cosmetic typo fix, geneate > generate
|
2008-02-09 |
reimar |
Use AV_RB*, reduces x86_64 code size by almost 1kB.
|
2008-02-08 |
nicodvb |
in some still unknown system format 0x82 identifies AUDIO_DTS
|
2008-02-08 |
reimar |
example for setting WMP user-agent string, helps when playlists
|
2008-02-08 |
reimar |
Disable http->mmshttp rewriting hack introduced in r25168,
|
2008-02-07 |
reimar |
Add aspect_fit declaration missing for w32_common.
|
2008-02-06 |
reimar |
Add speex tag
|
2008-02-05 |
rtogni |
Check buffer index while reading to avoid sig11
|
2008-02-05 |
gpoirier |
sync w/r25955
|
2008-02-05 |
gpoirier |
typo fix, noticed by JRaSH
|
2008-02-05 |
reimar |
It seems that mencoder can not handle correct-pts (lots of "No pts ..." messages),
|
2008-02-04 |
diego |
Add dv50 fourcc to libdv and ffdv, fixing the following sample:
|
2008-02-03 |
reimar |
Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary
|
2008-02-03 |
reimar |
Allow demuxers to choose a default value for correct_pts
|
2008-02-02 |
reimar |
Implement keepaspect for Windows OpenGL vos.
|
2008-02-02 |
reimar |
Make aspect adjustment calculation simpler and more flexible.
|
2008-02-02 |
Gabrov |
synced with r25947
|
2008-02-01 |
reimar |
Add windows cp1256 encoding for arabic, fixes bug #1007
|
2008-02-01 |
iive |
Update the test for ivtv output driver.
|
2008-02-01 |
reimar |
ao_functions_t should be const, part 1
|
2008-02-01 |
reimar |
Redraw display on toggling border
|
2008-01-31 |
reimar |
Always redraw video on resize.
|
2008-01-30 |
reimar |
Remove unused variable.
|
2008-01-30 |
reimar |
Fix get_space calculation to always leave some space, esp. for the currently playing buffer.
|
2008-01-30 |
reimar |
Change code to also work with different outburst sizes
|
2008-01-30 |
reimar |
Reduce number of UnqueueBuffer calls
|
2008-01-30 |
reimar |
alSourceRewindv seems to be broken in particular in Creatives Windows-Implementation,
|
2008-01-30 |
reimar |
Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-Implementations
|
2008-01-30 |
rtogni |
Update for security fixes
|
2008-01-30 |
reimar |
Avoid a MANGLE, there is no register pressure and the generated code
|
2008-01-30 |
reimar |
mark constants as such
|
2008-01-30 |
reimar |
Simplify: use DECLARE_ASM_CONST
|
2008-01-30 |
eugeni |
Add support for attachments in lavf demuxer.
|
2008-01-30 |
ulion |
Split osd related stuff from mp_core.h into new header file mp_osd.h.
|
2008-01-29 |
rtogni |
Stream IDs must be written as hex numbers. Fixes
|
2008-01-29 |
diego |
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
|
2008-01-29 |
reimar |
Add a comment to the #if 0
|
2008-01-29 |
nicodvb |
Ben co-maintains stream_dvdnav.c
|
2008-01-29 |
nicodvb |
clarification about dvd still menus
|
2008-01-29 |
reimar |
Check that index is still within bounds of samples array.
|
2008-01-29 |
reimar |
Make sure chunkmap values are within bounds when using them.
|
2008-01-29 |
reimar |
Do not pointlessly read data, just skip it.
|
2008-01-29 |
reimar |
Disable reading of flac metadata, mere metadata is not worth such a mess.
|
2008-01-29 |
reimar |
Properly check length of flac metadata.
|
2008-01-29 |
nicodvb |
dvd still menus and latm aac
|
2008-01-29 |
nicodvb |
show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore gmail com
|
2008-01-29 |
reimar |
Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape files.
|
2008-01-29 |
reimar |
Allow for larger fragment programs.
|
2008-01-29 |
reimar |
More places that should use SEEK_ABSOLUTE / SEEK_FACTOR
|
2008-01-29 |
reimar |
Use defines to give names to the different seek flags.
|