log

age author description
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
2008-01-15 reimar Create/allocate conversion textures before scaler textures.
2008-01-15 reimar Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.
2008-01-15 reimar Document vo gl lscale=3
2008-01-15 reimar Add a forgotten case to create_scaler_textures, avoids an incorrect warning.
2008-01-15 reimar Remove a useless cast
2008-01-14 diego The GUI requires font support.
2008-01-14 reimar Seems that all - should be escaped in the man page
2008-01-14 reimar Extend heartbeat-cmd man page entry
2008-01-13 rtogni Simplify/cleanup of real_calc_response_and_checksum()
2008-01-13 rtogni Don't oversize realchallenge buffers
2008-01-13 reimar Put bff_mask into muxer context instead of a global variable.
2008-01-13 reimar Fix the bug where the window would become smaller each time vo_ontop is toggled.
2008-01-13 reimar Make some radeon vidix driver tables static and const
2008-01-13 reimar Make mp_properties const
2008-01-13 reimar All the m_property stuff works fine with constant m_option_t
2008-01-13 reimar Make xpm arrays really const (I missed that they are not strings but
2008-01-13 reimar Make all gui xpm bitmaps const
2008-01-13 reimar gui_opts should be const for win32 gui as well (why, oh why, was all
2008-01-13 reimar Win32 gui has the same m_option_print error handling bug
2008-01-13 reimar Fix 100l: error check for m_option_print was unreachable
2008-01-13 reimar Make big gui_opts array const
2008-01-13 reimar Make several mapping tables related to input processing const.
2008-01-13 reimar Mark qt default palette tables as const
2008-01-13 reimar Make all demuxer_desc_t const, thus moving them to .rodata
2008-01-13 reimar First step towards making all demuxer_desc_t const
2008-01-13 reimar Remove a useless assignment (there is an if just a few lines above
2008-01-13 reimar Simplify cue-parsing
2008-01-13 reimar Get rid of quite useless inum variable
2008-01-13 reimar Add a forgotten #ifdef USE_ASS around ass_free_track
2008-01-13 reimar Use AV_WB*
2008-01-13 reimar Remove some useless () and {}
2008-01-13 reimar Simplify
2008-01-13 reimar Use AV_WB16 instead of ugly memcpy hacks
2008-01-13 reimar Use AV_RB* instead of custom variants.
2008-01-13 reimar Use sizeof instead of size variables/defines
2008-01-13 reimar Make some pnm data const
2008-01-13 reimar dvb_demuxdev etc. are only used in dvb_tune.c so make them static
2008-01-13 reimar Make several arrays const
2008-01-13 reimar Remove some unused extern variables
2008-01-13 reimar stream_opts should be const
2008-01-13 reimar stream_info_t opts and protocols point to constant data as well.
2008-01-13 reimar Make all tvi_info_t const
2008-01-13 reimar Make some tvi_functions_t pointers const that I forgot to change before
2008-01-13 reimar Remove useless ifdefs
2008-01-13 reimar Add type to extern declaration
2008-01-13 reimar Make dvd_audio_stream_types and dvd_audio_stream_channels const
2008-01-13 reimar tvi_functions_t should be const
2008-01-13 reimar Add forgotten const for pal_ireland.
2008-01-13 reimar Remove another 2 useless casts
2008-01-13 reimar Get rid of another useless cast
2008-01-13 reimar Remove a cast useless since r24425.
2008-01-13 reimar Move variable declaration into block where it is used.
2008-01-13 reimar Remove result from warning string, it has no useful meaning here.
2008-01-13 reimar Remove a useless cast
2008-01-13 nicodvb moved pes_header from file-static to send_mpeg_pes_packet_ll()
2008-01-13 rik fix bug in error message (found by Diego through a compiler warning)
2008-01-12 reimar Use a transform_color function to reduce code duplication
2008-01-12 reimar Write functions used by send_mpeg_*_packet may _not_ modify data
2008-01-12 reimar ps1_header and ps2_header should be const
2008-01-12 reimar Add a few "const" attributes.
2008-01-12 reimar Remove unused variable
2008-01-12 reimar Move uselessly global variables
2008-01-12 reimar Adjust list of colourspaces supported by vd_ijpg
2008-01-12 reimar Colourspace conversions do _not_ belong into a decoder!
2008-01-12 reimar Cosmetics: get rid of huge amounts of trailing whitespace
2008-01-12 reimar Remove an unused global variable
2008-01-12 reimar Avoid uselessly global variables
2008-01-12 reimar 100l, free strdup'd strings
2008-01-12 reimar Builtin codecs array can now be const
2008-01-12 reimar Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
2008-01-12 eugeni Do not try to guess font metrics based on its bounding box.
2008-01-12 eugeni Add libass support to demux_lavf.
2008-01-12 eugeni Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().
2008-01-12 eugeni Add demuxer interface for attachments.
2008-01-11 eugeni Remove global_ass_track. Instead create an ass_track for each 't' track.
2008-01-11 eugeni Move all subtitle parsing from mkv demuxer to update_subtitles().
2008-01-11 eugeni Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
2008-01-11 eugeni Set extradata for subtitle tracks in mkv demuxer.
2008-01-11 eugeni Add extradata to sh_sub_t.
2008-01-11 eugeni Factorize private data decoding for subtitle tracks in mkv demuxer.
2008-01-11 reimar Make code slightly less confusing to me
2008-01-11 reimar Slightly deobfuscate
2008-01-11 reimar Another small simplification. Slightly worse performance in the case
2008-01-11 reimar Slightly simplify read_buffer code
2008-01-11 reimar Simplify: use memset
2008-01-11 reimar Fix indentation
2008-01-11 reimar Remove useless cast
2008-01-11 ben document vo.* and ao.* playback profiles
2008-01-11 ulion Fix buffer overflow bug by calculate the buffer size accurately.
2008-01-10 ben allow profile loading per audio/video output
2008-01-10 reimar Add an extra check to avoid a case that cause black lines in scaled
2008-01-10 eugeni Clear demuxed data when subtitle track is changed.
2008-01-10 eugeni Use malloc for codecdata. Fixes segfault in free_sh_sub.
2008-01-10 ben updated english manpage with protocol/extension profile loading feature
2008-01-10 ben factorizes variable check
2008-01-10 ben add support for per protocol and per extension playback profile loading
2008-01-10 ben export m_config_set_profile()
2008-01-10 ben allow generation of ctags and etags
2008-01-10 ulion Deny the code using realpath().
2008-01-09 gpoirier sync w/r25657
2008-01-09 reimar Codecdata must always be malloc'd, fixes free being called with an
2008-01-09 compn dumpstream is NOT a better way to copy a dvd title
2008-01-09 compn dvd-device can specify iso files too
2008-01-09 uau Set CONFIG_SWSCALER in order to avoid imgresample
2008-01-09 uau Remove unnecessary <signal.h> includes
2008-01-08 reimar Use getppid instead of getpid and move a snprintf to where it is actually needed.
2008-01-08 reimar Simplify a needlessly complex use of snprintf
2008-01-08 reimar Do not use exit_player in the signal handler, this code just can not
2008-01-08 eugeni Clear fonts when the file is closed.
2008-01-08 eugeni Fix ass_clear_fonts not deallocating fontdata.
2008-01-08 diego Fix illegal identifiers, names starting with __ are reserved for the system.
2008-01-07 diego Fix illegal identifier, names starting with _ and uppercase are reserved.
2008-01-07 diego Fix illegal identifier, names starting with _ and uppercase are reserved.
2008-01-07 diego Fix #endif comment, sync with libdvdcss r208.
2008-01-07 eugeni No need to reinvent strdup...
2008-01-07 kraymer sync with r25158, patch by JRaSH
2008-01-07 eugeni Deallocate audio track codecdata.
2008-01-07 eugeni Copy font data to ass_library instead of referencing demuxer-owned memory.
2008-01-07 ulion Set freetype flag in the font_desc_t when using a freetype font.
2008-01-07 reimar Add heartbeat-cmd option
2008-01-07 reimar Remove some now unused screensaver stuff code.
2008-01-07 reimar Remove most of the messy screensaver code in favour of only XResetScreenSaver
2008-01-07 reimar Use a screensaver_off variable to save current state and avoid
2008-01-06 diego Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
2008-01-06 reimar Make some functions in mplayer.c static
2008-01-06 diego Relicense to GPL v2 or later with Reimar's permission.
2008-01-06 reimar Whitespace-only cosmetics: get rid of tabs
2008-01-06 diego Rename common.[ch], there are too many files by that name.
2008-01-06 diego cosmetics: alphabetical order
2008-01-06 diego Rename common.[ch] to gtk_common.[ch], there are too many files by that name.
2008-01-06 rtogni Don't overread audio data
2008-01-06 rtogni Don't dynamically allocate sub_packet_lengths[] in raac demuxing.
2008-01-06 rtogni Do not pass timestamp to realvideo binary decoder
2008-01-06 diego Remove unused definition.
2008-01-06 diego Remove changelog from file header, we have revision control for this.
2008-01-06 diego cosmetics: Whitespace changes, add comments to some #endif directives.
2008-01-06 diego Remove all test programs with 'make clean'.
2008-01-06 diego /usr/lib/win32 --> /usr/local/lib/codecs
2008-01-06 diego Remove compilation command comments.
2008-01-06 diego Ignore test programs.
2008-01-06 diego Comment out non-existing mp_msg_set_level function to fix linking.
2008-01-06 diego Fix compilation by replacing a broken macro with in-place code.
2008-01-06 diego Fix compilation due to conflicting type declaration:
2008-01-06 diego Add missing #include so that the header works standalone.
2008-01-06 diego Add proper compilation rules for qtx/list and qtx/qtxload and remove silly
2008-01-06 diego Get the dshow test program closer to linking.
2008-01-06 diego Fix warnings:
2008-01-06 diego Add missing #includes to fix compilation:
2008-01-05 eugeni Allow overriding [Script Info] parameters with -ass-force-style option.
2008-01-05 ben Give a sense to this sentence
2008-01-05 nicodvb angle switching in dvd
2008-01-05 nicodvb documented angle commands
2008-01-05 diego Fix typo, LIBNAME should be LIBNAME_COMMON.
2008-01-05 nicodvb properties to get and set angle; patch by oattila chello hu
2008-01-05 nicodvb properties to change angle; patch by oattila chello hu
2008-01-05 nicodvb wrapper functions to get/set angle: the wrapping is needed to RESYNC the demuxer; patch by oattila chello hu
2008-01-05 nicodvb implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
2008-01-05 nicodvb implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
2008-01-05 nicodvb NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE
2008-01-05 nicodvb in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn't decodable yet, removed
2008-01-05 lorenm remove code for colorspaces x264 doesn't support
2008-01-05 nicodvb fixed bug when playing multi-angle titles: the address field in the agli data
2008-01-05 lorenm fix artifacts in -vf fspp. regression in r23476.
2008-01-05 ulion Fix property audio_delay bug when step up/down with arg value NULL.
2008-01-04 gpoirier sync w/r25587
2008-01-03 Gabrov synced with r25592
2008-01-03 uau Add HAVE_SOCKLEN_T to config.h for FFmpeg
2008-01-02 diego Relicense file to GPL v2 or later with the permission of Rudolf Marek,
2008-01-02 diego Add proper license header.
2008-01-02 diego Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.
2008-01-02 diego Properly express dependencies for generated .c and .h files.
2008-01-02 nicodvb when {v|a}_o_mpegpes:card isn't specified by the user mplayer uses the first available card
2008-01-02 nicodvb when :card isn't specified by the user search the first available card
2008-01-02 cehoyos Add an example for dvdnav:// usage with path.
2008-01-02 diego Use _ISOC99_SOURCE instead of _GNU_SOURCE.
2008-01-02 zuxy Happy New Year!
2008-01-02 diego 10l: Replace #define with #endif where I really meant to write #endif.
2008-01-01 diego Add multiple inclusion guards to all header files that lack them.
2008-01-01 diego Add a comment that explains why this header has no multiple inclusion guards.
2008-01-01 diego Replace multiple inclusion guards with leading underscores by default names.
2008-01-01 diego Consistently use _H in multiple inclusion guard.
2008-01-01 diego consistency cosmetics: Do not #define multiple inclusion guards to 1.
2008-01-01 diego Consistently use just the name of the #ifdef directive in preprocessor comments.
2008-01-01 diego consistency cosmetics
2008-01-01 diego Consistently use just the name of the #ifdef directive in #endif comments.
2008-01-01 diego Fix wrong #endif comment that does not match the #ifdef directive.
2008-01-01 diego Port typo fixes from FFmpeg.
2008-01-01 diego Remove compilation command from source file, it is already in the Makefile.