log

age author description
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.
2008-01-01 diego Fix license header to read Lesser General Public License 2.1,
2008-01-01 diego unrarlib.o no longer exists, link against unrar_exec.o.
2008-01-01 diego Add explanatory comments to #endif preprocessor directives.
2008-01-01 nicodvb include dvdnav.h from its installation directory rather than appending
2008-01-01 gpoirier update copyright year to 2008
2008-01-01 nicodvb removed inclusion of unneeded header (forgotten in previous commit)
2008-01-01 nicodvb private structures belong to the C file using them, not to header files included somewhere else
2007-12-31 diego Add explanatory comments to the #endif part of multiple inclusion guards.
2007-12-31 diego Add comments to some #endif directives.
2007-12-31 diego Remove superfluous README file, its content is in the Copyright file.
2007-12-31 diego Comment out the correct #endif directive.
2007-12-31 diego Relicense files marked as GPL v2 to GPL v2 or later.
2007-12-31 diego Fix typo in multiple inclusion guard comment.
2007-12-31 diego Relicense GPL v2 files as GPL v2+ and add proper license headers.
2007-12-31 ulion Default use the dir where the current playing file located if path not set.
2007-12-30 diego Relicense files written by Nick Kurshev and marked as "GPL v2" to
2007-12-30 diego Add proper license header.
2007-12-30 diego Add missing #include, fixes the warning:
2007-12-30 diego Remove unused variable, fixes the warning:
2007-12-30 diego Remove redundant extern declarations, fixes the warnings:
2007-12-30 gpoirier sync w/r25529, patch by JRaSH: jrash06 A 163 P com
2007-12-30 diego Remove unused static variables, fixes the warnings:
2007-12-30 diego Remove unused variables, fixes the warnings:
2007-12-30 diego Disable unused code, fixes the warning:
2007-12-30 diego Add missing #include for vo_draw_text.
2007-12-30 diego Do not duplicate MJpegContext struct, #include the proper header instead.
2007-12-30 diego Add missing #include, fixes the warning:
2007-12-30 diego typo
2007-12-30 eugeni Improve comments for ass_process_* functions.
2007-12-30 eugeni Return from ass_start_frame immediately if the track is empty.
2007-12-29 Gabrov synced with r25539
2007-12-28 diego Use proper length specifiers in mp_msg calls, fixes the warnings:
2007-12-28 diego Fix warnings when compiling test application.
2007-12-28 eugeni Fix update_subtitles() checking subtitle type for the wrong track.
2007-12-28 ptt synced with r25455
2007-12-28 eugeni Add detection of *lrint* and round* functions to configure.
2007-12-28 diego Make windres binary name configurable, useful for cross-compiling.
2007-12-28 ulion Remove redundant option 'auto-close' from cmdlist and filesel.
2007-12-27 diego typo in preprocessor condition
2007-12-27 diego Remove unused static variable pass, fixes the warning:
2007-12-26 ulion From now on, libmenu does not steal all input keys from input modules.
2007-12-26 ulion Support ?(!NAME:TEXT) format for expanding string by property.
2007-12-25 reimar Add a missing free of the avctx
2007-12-25 ulion Use '-' instead of '_' in option name.
2007-12-25 ulion Remove useless scope.
2007-12-25 ulion Change the default osd menu command for AR_MENU in comment of input.conf.
2007-12-25 ulion Simplify the condition code.
2007-12-24 reimar Add some const/static qualifiers as appropriate
2007-12-24 reimar Use realloc_struct in more places for consistency
2007-12-24 reimar Get rid of some of the more excessive () and casts.
2007-12-24 diego pci_db2c.awk creates more than just two .c files, add the rest to the rule.
2007-12-24 diego Skip unnecessary (debug) output; obey the rule of silence.
2007-12-24 lu_zero Make sure we have an rtsp session
2007-12-23 diego typo: begining --> beginning
2007-12-23 reimar Replace LOAD_LE32 etc. by AV_RL32 etc.
2007-12-23 reimar Add a read_varlen function to reduce some code duplication
2007-12-23 iive Fix compilation of liba52/test.c testing and benchmarking application.
2007-12-22 reimar Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour
2007-12-22 diego cosmetics: Remove trailing whitespace, reformat one comment.
2007-12-22 diego Add proper copyright/license headers.
2007-12-22 reimar Add missing X11/extensions/scrnsaver.h include
2007-12-22 diego Remove wrong and misleading comments.
2007-12-22 diego typos
2007-12-22 diego cosmetics: grammar/spelling
2007-12-22 reimar 100l, fix compilation.
2007-12-22 ulion Grammar fix.
2007-12-22 ulion Add copyright info for s/pdif code from VideoLAN.
2007-12-22 diego Add missing #include, fixes
2007-12-22 diego cosmetics: Remove trailing whitespace.