log

age author description
2008-03-15 diego Do not disable all Mac OS X support when pthreads are unavailable.
2008-03-15 diego MACOSX_COREVIDEO --> corevideo
2008-03-15 diego Introduce a separate definition for Mac OS X coreaudio support.
2008-03-15 diego Fix wrong res_comment.
2008-03-15 diego Simplify preprocessor condition for QT codecs, configure already does the
2008-03-14 diego Remove duplicate #include of mpbswap.h.
2008-03-14 reimar Add FFmpeg DNxHD codec support
2008-03-14 diego #include config.h before all other headers.
2008-03-14 ptt synced with r26232
2008-03-13 ptt synced with r26014
2008-03-13 ptt added missing escapes
2008-03-13 ptt better syntax for A key
2008-03-13 ptt sync'ed to r26067
2008-03-13 ptt removed an english line left in
2008-03-12 diego typos
2008-03-12 reimar Fix and simplify lscale=2 (bicub_x) scaler, produced funny
2008-03-11 vayne removed redundant wincfg.h.
2008-03-11 vayne more header / declaration cleanups; fixes a lot of warnings as well as a preempt to removal of redundant wincfg.h.
2008-03-11 ptt 34% synced with r22753
2008-03-11 vayne mingw uses windows sockets.
2008-03-11 reimar Fix handling of comments in input.c, current code had useless ifs and in addition
2008-03-11 reimar Try to fix the description of what mbcmp influences, please fix if I misunderstood the code.
2008-03-11 diego Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
2008-03-10 diego Add missing header #include.
2008-03-10 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-10 diego sync with FFmpeg r12398
2008-03-10 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-10 diego Remove useless #include.
2008-03-10 diego Add missing header #include to fix 'make checkheaders'.
2008-03-10 diego af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that
2008-03-10 diego typo
2008-03-10 diego CONFIG_SWSCALER --> CONFIG_SWSCALE to match FFmpeg changes.
2008-03-10 benoit Make av_class a pointer to const.
2008-03-10 benoit define VOF as double of VOFW.
2008-03-10 zuxy Disable QTX emulation on win32; fix builds on cygwin and mingw32.
2008-03-10 diego Remove redundant swScaler: output from places where av_log()
2008-03-09 iive Fix wrong check for vidix usage.
2008-03-09 iive Don't use void * arithmetic.
2008-03-09 iive Handle vga_init() error and output error message.
2008-03-08 diego CONFIG_PP --> CONFIG_POSTPROC, sync with FFmpeg
2008-03-08 diego Move HP-UX SCSI header check from the internal libdvdread check to the
2008-03-08 diego cosmetics: Remove useless empty line.
2008-03-08 diego cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
2008-03-08 ben remove duplicated pci ids in nvidia vidix driver
2008-03-07 diego Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references
2008-03-07 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-07 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-07 diego This header uses parts of stdint.h, so #include it.
2008-03-07 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-07 mru simplify library version handling
2008-03-07 diego Remove unnecessary #ifdef nesting.
2008-03-07 diego cosmetics: Decrapify the indentation of the last few blocks of main().
2008-03-07 diego Add parentheses where necessary to fix || conditions to work as intended.
2008-03-07 diego Remove duplicate conditions in dvdread check.
2008-03-07 diego Set ASFLAGS in configure and initialize it as necessary for OS/2.
2008-03-07 diego sync with FFmpeg r12354
2008-03-06 mru consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-06 gpoirier sync w/r26067, patch by JRaSH jrash06 A 163 P com
2008-03-06 gpoirier sync w/r26057, patch by JRaSH jrash06 A 163 P com
2008-03-06 bcoudurier change sws_format_name to return const char*, supress many warnings
2008-03-06 bcoudurier remove redundant SwScaler text since av_log uses AVClass context
2008-03-06 diego Add some more paths to find tools on Slackware 12.
2008-03-06 diego Fix printf format string mismatch, eliminates the warning:
2008-03-06 diego Add necessary header #includes to fix 'make checkheaders'.
2008-03-06 uau ve_vfw.c: #include aviheader.h instead of wine avifmt.h
2008-03-06 diego Disable S3 VIDIX driver on non-x86 platforms.
2008-03-06 diego 10l: ENABLE_GRAY needs to be present for libavcodec to compile.
2008-03-05 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-05 diego Do not enable grayscale decoding in FFmpeg, it slows down the
2008-03-05 diego Add ENABLE_DECODERS/ENABLE_DEMUXERS alongside CONFIG_DECODERS/CONFIG_DEMUXERS
2008-03-05 reimar Yet another hdv fourcc
2008-03-05 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-05 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-05 diego Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.
2008-03-05 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-05 diego consistency cosmetics: Use #ifdef everywhere instead of #if defined().
2008-03-05 michael One more (forgotten) fix for fixing sws_flags.
2008-03-05 michael Turn ancient V offset numerical constants into named ones.
2008-03-05 ulion Fix ffvorbis decoder's output channel order with channel reordering function.
2008-03-04 diego Add necessary #includes to pass 'make checkheaders'.
2008-03-04 diego Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all
2008-03-04 diego Remove pointless extern keyword from function declaration.
2008-03-04 diego #include parser-cfg.h instead of declaring m_config_parse_config_file extern.
2008-03-04 diego Remove pointless extern keyword from function declaration.
2008-03-04 diego Add comments to #endif preprocessor directives.
2008-03-04 diego Simplify preprocessor conditionals: USE_LIBAV* is defined when compiling
2008-03-04 diego Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.
2008-03-03 nicodvb search channels.conf in mplayer's instdir if all other searches fail; patch by foxcore gmail com
2008-03-03 diego Remove ugly workaround for conflicting dca.h headers, it is no longer
2008-03-03 diego Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.
2008-03-03 diego Add directory names to libavcodec #includes.
2008-03-03 diego Remove unnecessary addition of -Ilibavformat to CFLAGS.
2008-03-03 diego cosmetics: prettyprinting and alphabetical order
2008-03-03 diego Move decision about whether or not to compile Windows emulation
2008-03-03 diego Move decision about whether or not to compile wrapper.S to configure.
2008-03-03 diego Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes care
2008-03-03 gpoirier replace all occurences of "M$" by "Microsoft" because it's what we really meant, and "M$" nickname is quite childish
2008-03-03 diego Add checkheaders target, ported from FFmpeg.
2008-03-03 diego Add ID_SEEKABLE information to -identify output.
2008-03-03 diego #include osdep/mman.h if sys/mman.h is not available.
2008-03-03 uau configure: Set CONFIG_ENCODERS=yes in config.mak unconditionally
2008-03-02 diego Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately
2008-03-01 reimar Fix comment, qclp fourcc is Qclp not QCLP
2008-03-01 Gabrov synced with r26138
2008-03-01 diego Fix illegal identifiers starting with _ and capital letters.
2008-03-01 diego Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
2008-03-01 diego Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.
2008-03-01 diego Remove va_start/vsnprintf workaround for OS/2.
2008-03-01 diego Merge two #ifdefs.
2008-03-01 diego cosmetics: reindent, detabify
2008-03-01 diego Remove duplicate extern declaration.
2008-02-29 ben fix bad function prototype
2008-02-29 ben Remove now deprecated Savage VIDIX driver sources
2008-02-29 ben Use MPlayer consistent define naming convention for newly introduce
2008-02-29 ben New S3 VIDIX driver.
2008-02-29 eugeni Add missing #include.
2008-02-29 eugeni Support switching to/from nosound in demux_lavf.
2008-02-29 eugeni Remove unused function.
2008-02-29 eugeni Reindent.
2008-02-29 eugeni Don't select audio stream in lavf and mkv demuxers.
2008-02-29 eugeni Select audio stream in mplayer and mencoder, overriding demuxer decision.
2008-02-29 eugeni Set audio->sh correctly when switching audio tracks. The same for video tracks.
2008-02-29 eugeni Don't select subtitle track in lavf and mkv demuxers.
2008-02-29 eugeni Demuxer-independent subtitle track selection.
2008-02-29 eugeni Demuxer-independent functions for selecting tracks based on language.
2008-02-29 eugeni Remove stupid checks of free() argument.
2008-02-29 eugeni Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
2008-02-29 eugeni Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track
2008-02-29 eugeni Add language info to sh_sub_t and sh_audio_t.
2008-02-28 reimar Attempt to fix -chapter broken for mkv in r25987
2008-02-28 diego joystick.c is only ever compiled on Linux, remove pointless #ifdef
2008-02-28 diego TARGET_OS2 is never set, use __OS2__ instead.
2008-02-28 diego Use _res_comment in joystick check.
2008-02-28 diego cache support for OS/2
2008-02-27 diego mmap() support for OS/2
2008-02-26 reimar Mention nvidia fix for vo gl and especially changed screensaver support
2008-02-26 diego Default to disabling VIDIX on platforms where it is not known to work.
2008-02-26 mru less preprocessor magic in version number macros
2008-02-26 uau configure: define ENABLE_ENCODERS for FFmpeg
2008-02-25 nicodvb in ds_fill_buffer() disabled the code that demuxes until the arrival of the right reference_clock
2008-02-25 compn sun rasterfile decoder
2008-02-25 diego FFmpeg now uses different (unified) #include paths.
2008-02-25 diego 10l: Revert nonsense commit.
2008-02-25 diego Fix outdated comment.
2008-02-25 diego Remove old EMU_OLD cruft.
2008-02-25 mru #include "libavutil/avutil.h" in swscale.h
2008-02-24 diego Replace silly check for config.h inclusion, just include it.
2008-02-24 diego Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.
2008-02-24 diego Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT is
2008-02-24 diego Enable SSE detection on OS/2.
2008-02-24 diego cosmetics: Break one unreadable long line.
2008-02-24 reimar __asm __volatile -> asm volatile part 3
2008-02-24 reimar Compile codec-cfg binary with -O, avoids problems due to compilers
2008-02-24 diego Add MPLAYER_ prefix to multiple inclusion guard of generated file.
2008-02-24 diego On OS/2, fall back on the directory where MPlayer is installed if both
2008-02-24 diego On Win32 and OS/2, 'x:filename' path style without '\' path separator
2008-02-24 diego Add missing #includes for Mac OS X, fixes the warning
2008-02-24 diego Add #include <sys/sysctl.h> for Mac OS X, fixes the warning
2008-02-24 reimar Do not use a global temps variable, this is ugly and does not compile with ICC.
2008-02-24 reimar Avoid a pointless special-case for opening a file
2008-02-24 reimar Get rid of pointless and confusing comments
2008-02-24 cehoyos Only icc 10.1 will be supported.
2008-02-24 cehoyos Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).
2008-02-23 diego Remove mistakenly committed hunk.
2008-02-23 diego Properly detect ARM mc acceleration.
2008-02-23 diego Add MPLAYER_ prefix to multiple inclusion guards.
2008-02-23 diego Merge two #ifdefs into one.
2008-02-23 diego #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.
2008-02-23 diego Move libdca definition to a better place in config.h.
2008-02-23 nicodvb warn to always include PMT and PCR pids in channels.conf (dvb)
2008-02-23 nicodvb removed nonsense in the dvbin section
2008-02-23 nicodvb reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE
2008-02-23 nicodvb read the PCR of the currently playing program (if available) in demuxer->reference_clock
2008-02-23 nicodvb New member in demuxer_t: reference_clock.
2008-02-22 eugeni Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.
2008-02-22 eugeni Check glyph bounding box before rasterizing and complain if it is too large.
2008-02-22 eugeni Some debugging routines.
2008-02-22 eugeni Better handling of behind-the-camera objects.
2008-02-22 eugeni Print FreeType version in libass init. Makes error logs slightly more helpful.
2008-02-22 diego Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.
2008-02-22 diego Add MPLAYER_ prefix to multiple inclusion guards.
2008-02-22 diego Add MPLAYER_ prefix to multiple inclusion guards.
2008-02-22 cehoyos Discard two symbols from libswscale.
2008-02-22 diego Fix continuous scrolling on OS/2 due to status line updates unless -quiet
2008-02-21 diego Create standard multiple inclusion guards.
2008-02-21 reimar Fix copy&paste typo in rgbtest documentation
2008-02-21 diego Remove misplaced #endif comment.
2008-02-21 gpoirier sync w/r26052
2008-02-21 gpoirier sync w/ r26019
2008-02-21 gpoirier improve DTD dection of MacPort-install docbook package
2008-02-21 reimar Document rgbtest arguments
2008-02-21 diego Replace Alpha MVI compiler workarounds by a proper configure check.
2008-02-21 diego Use standard multiple inclusion guard.
2008-02-21 diego Remove unused #define from config.h.
2008-02-21 diego OS/2 getch2() support
2008-02-21 diego Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.
2008-02-21 eugeni Fix r26032: wrong sub stream id assigned to dvdsub_id.
2008-02-21 diego Add multiple inclusion guard.
2008-02-21 diego Add missing multiple inclusion guards.
2008-02-21 diego Consistently use filename as multiple inclusion guard.
2008-02-20 gpoirier sync w/r25566, patch by mesecam %mesecam A gmail P com%
2008-02-20 gpoirier sync w/r25308, patch by mesecam %mesecam A gmail P com %
2008-02-20 reimar Fix compilation with ASS disabled
2008-02-20 diego Remove pointless #ifdefs around extern declarations.
2008-02-20 diego vf_sab mirrors coefficients past the edge of the picture instead of cropping:
2008-02-20 diego Add support for DOS-style file:///x:/path paths.
2008-02-19 diego cosmetics: Move definitions to a more standard place.
2008-02-19 diego Add standard license header and make copyright notices consistent.
2008-02-19 mru Clean up lib* version definitions
2008-02-19 gpoirier sync w/r24342, patch by jfallah mesecam at gmail dot com
2008-02-19 eugeni Support -slang in lavf demuxer.
2008-02-19 albeu Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.
2008-02-19 diego typo fixes, port of my patch for upstream libmpeg2
2008-02-19 diego Fix illegal identifiers, port of my patch to upstream libmpeg2.
2008-02-18 diego Refactor AltiVec macros as done for FFmpeg.
2008-02-18 diego Refactor AltiVec macros as done for FFmpeg.
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.
2008-01-29 reimar Make some assembler constants global instead of declaring them multiple times.
2008-01-29 reimar Make mov subtitles work with -ass
2008-01-28 ivo clarify comments/docs about lav* being the preferred place to implement new
2008-01-28 reimar Support CODEC_ID_MOV_TEXT
2008-01-28 reimar Simplify a condition that probably is not necessary at all
2008-01-28 kraymer sync with r25663 and misc. fixes, patch by JRaSH
2008-01-28 ivo copy note on new demuxers and codecs to the top of the array as well to be
2008-01-28 reimar Use DECLARE_ASM_CONST where possible in libswscale code
2008-01-28 gpoirier sync w/ r25821
2008-01-28 reimar vcd_read must read exactly VCD_SECTOR_DATA bytes.
2008-01-28 ivo note on new demuxers and codecs, add them to lav* instead of libmp*
2008-01-28 ivo port libmpdemux demuxers to libavformat or rewrite from scratch
2008-01-28 diego Get rid of redundant dbg_printf redefinition. Fixes some warnings:
2008-01-28 diego Consistently use uppercase filename as multiple inclusion guard.
2008-01-28 diego Fix compilation failure because bitfile was undefined:
2008-01-27 diego Add multiple inclusion guards.
2008-01-27 diego Replace with the output of the updated alaw-gen generator program.
2008-01-27 diego Add multiple inclusion guards to generated header file.
2008-01-27 diego Change format string so that the table is nicely aligned.
2008-01-27 diego The alaw tables should be const.
2008-01-27 diego Rename some identifiers to not use leading underscores.
2008-01-27 diego Fix illegal identifiers, names starting with __ are reserved for the system.
2008-01-27 diego Change #warning to FIXME comments.
2008-01-27 diego Fix illegal identifiers, names starting with __ are reserved for the system.
2008-01-27 diego Remove setting of ldconfig, it is unused.
2008-01-27 reimar Reindent
2008-01-27 reimar Simplify subtitle handling with -ass
2008-01-27 reimar Support mov subtitle format directly instead of converting to text in the demuxer
2008-01-27 ben reindent after r25881
2008-01-27 ben sub_scale command can now handle both ass and non-ass subs at a time
2008-01-27 reimar Make sure sub_font is freed.
2008-01-27 reimar Allow independent scaling of vo_font and sub_font.
2008-01-27 kraymer sync with r25821, patch by JRaSH (jrash06 163 com)
2008-01-27 reimar Remove $Id$ tags, they make diffs between different versions
2008-01-27 reimar Always use inline instead of _inline, the former is supported by all
2008-01-27 reimar Use the standard "static inline" instead of some broken ifdef mess
2008-01-27 reimar Prefer lavf mov demuxer over our own, it should work better most of the time now.
2008-01-26 reimar Simplify init_vobsub: pass palette via extradata.
2008-01-26 reimar Support vobsub palette in extradata, as exported by libavformat
2008-01-26 reimar 100l, inverted condition for AVSEEK_FLAG_BACKWARD
2008-01-26 reimar Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on
2008-01-26 reimar Cosmetics: remove some trailing whitespace
2008-01-26 reimar Add QDM2 codec identifier
2008-01-26 reimar Partially support vobsub subtitles from lavf demuxers (palette support missing)
2008-01-26 nicodvb in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we have at least a couple of SEQ/GOP startcodes
2008-01-26 nicodvb in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad can decode; re-added
2008-01-26 nicodvb added code to check and handle the presence of LATM streams in the init() and decode() functions
2008-01-26 nicodvb added AudioSpecificConfigFromBitfile() -that reads from an initizialized
2008-01-26 nicodvb generic functions and structures to parse and statekeep LATM streams
2008-01-26 nicodvb in GASpecificConfig 1 bit (extensionflag3) wasn't being read and the comment was misplaced, too
2008-01-26 ben factorize 2 tests
2008-01-26 ben Check for stream change in dvdnav.
2008-01-26 ben add a new state flag to dvdnav in order to notify if
2008-01-26 ben remove useless casts
2008-01-26 ben simplify by a one-liner
2008-01-26 ben remove the spu_set field, replaced by a flag
2008-01-26 ben this end brace was not correctly indented
2008-01-26 ben automatically set spu button highlight when nav cell has changed
2008-01-26 ben Add support for dvdnav still frames playback.
2008-01-25 ben set -vc=ffmpeg12 as dvdnav prefered decoder
2008-01-25 diego spelling cosmetics
2008-01-24 ben add documentation about switch_angle and switch_title slave commands
2008-01-24 ben array was defined for 6 elements while 7 were declared
2008-01-24 ben type expected by dvdnav_get_title_string() is const
2008-01-24 ben remove some redundant declarations
2008-01-24 ben Add new command to switch between dvdnav titles
2008-01-23 ben cosmetic: reindent code after r25843
2008-01-23 ben sub_scale command now works with ass subtitles renderer
2008-01-23 eugeni Add ass_use_margins command and property to shift subtitles to margins and back
2008-01-23 eugeni Add global ass_force_reload flag.
2008-01-23 diego Ignore compare.
2008-01-23 rtogni Zero codec_inited in the init() function, so that it's cleared everytime
2008-01-23 reimar Add a few const attributes
2008-01-23 iive Use the proper option name for constant quantizer
2008-01-23 iive Move Zoran video controller check after the libavcodec one.
2008-01-23 diego Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:
2008-01-23 diego Disable unused function test_heap, fixes the warning:
2008-01-23 diego Remove unused function exp_ftol_wrong, fixes the warning:
2008-01-23 diego Remove unused function fixup_address, fixes the warning:
2008-01-23 diego Remove unused DPRINTF__ macro.
2008-01-23 diego Move compare.c to TOOLS, add it to the Makefile and document it.
2008-01-21 reimar Fix typo in comment
2008-01-21 reimar Remove useless casts
2008-01-21 Gabrov synced with r25826
2008-01-21 diego Surround variable declarations by preprocessor conditionals to avoid warnings:
2008-01-21 diego Comment out unused variables, fixes the warnings:
2008-01-20 rtogni Prevent possible buffer overflow on album_title[]
2008-01-20 rtogni Clear tmp between ip6 check and string escape to prevent reuse of the
2008-01-20 diego Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a
2008-01-20 cehoyos Added missing single quotation mark.
2008-01-20 ulion Fix compilation failue:
2008-01-20 ulion Fix vobsub_seek use same reseek method as vobsub_get_packet did.
2008-01-20 ulion Fix auto-sub code to support filenames with any extension length.
2008-01-20 rtogni Allow overriding the codec_tag for audio codecs, and always override
2008-01-20 reimar Fragment programs must use unix eol.
2008-01-20 reimar Avoid some pointer conversion warnings (the code is messy but not wrong)
2008-01-20 reimar Add missing vo_w32_border prototype
2008-01-20 reimar Fix some function types from unspecified to empty argument list
2008-01-20 reimar Remove redundant declarations (already in video_out.h)
2008-01-19 iive Extend the precision of rationale conversion so
2008-01-19 reimar -panscan should also work for right and left borders
2008-01-19 reimar Some reindentation
2008-01-19 reimar Reindent
2008-01-19 reimar Simplify and keep terminating end-of-line
2008-01-19 reimar Remove a broken and useless hack to avoid a memcpy
2008-01-19 reimar Cached file must be 0-terminated since we use string processing functions on it
2008-01-19 reimar Make sure we do not write the terminating 0 out of bounds
2008-01-19 diego Add missing #include, fixes the warning:
2008-01-19 diego Use ld conversion specifier for long int argument, fixes the warning:
2008-01-19 diego Add missing #include, fixes the warning:
2008-01-19 reimar Fix endless loop if nAvgBytesPerSec is 0.
2008-01-19 reimar Avoid a division by 0 if i_bps is 0.
2008-01-19 reimar Fix usage example comment
2008-01-19 reimar Fix a coefficient for lscale=5 OpenGL mode
2008-01-19 diego Add name to email address.
2008-01-19 reimar Avoid warning:
2008-01-19 reimar Fix some types to const
2008-01-19 reimar audio_out / video_out structs should be treated as const
2008-01-19 reimar Fix warning:
2008-01-19 reimar Avoid void* arithmetic
2008-01-19 reimar Simplify and silence lots of warnings
2008-01-19 reimar Add the edge-enhancement filter based on edgedetect I had lying around.
2008-01-19 reimar Fix using both lscale and cscale 4
2008-01-18 gpoirier sync w/r25786
2008-01-18 reimar Add a fragment program for 5x5 unsharp masking
2008-01-18 reimar Remove leftover backslash
2008-01-18 reimar Simplify
2008-01-18 reimar Use the same unsharp filter template for 2D and RECT textures
2008-01-18 reimar Small typo in message
2008-01-18 diego Remove broken test program that likely never worked.
2008-01-17 benoit Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
2008-01-17 benoit Remove some useless parentheses.
2008-01-17 benoit Cosmetics: whitespaces
2008-01-17 benoit Remove non cosmetic spaces inside parentheses.
2008-01-17 benoit Description: remove superfluous parentheses.
2008-01-17 benoit Check param in sws_getCachedContext().
2008-01-17 ulion Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.
2008-01-16 reimar Fix OpenGL unsharp filter
2008-01-16 diego typo fix
2008-01-16 diego VIDIX is no longer a shared library.
2008-01-16 diego URL updates for contributed win32 stuff.
2008-01-16 diego better ao/vo profile examples
2008-01-16 diego misc markup fixes
2008-01-16 diego misc spelling fixes
2008-01-15 ptt removed a english part, left in here, sigh
2008-01-15 ptt little grammar fix
2008-01-15 ptt synced with r25757
2008-01-15 ptt added missing "&"
2008-01-15 ptt added missing escapes
2008-01-15 ptt syncet to r25663
2008-01-15 ptt updated my mail address
2008-01-15 compn add default deinterlace key