summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stream_opts should be constreimar2008-01-1313-13/+13
* stream_info_t opts and protocols point to constant data as well.reimar2008-01-131-2/+2
* Make all tvi_info_t constreimar2008-01-136-10/+10
* Make some tvi_functions_t pointers const that I forgot to change beforereimar2008-01-131-5/+5
* Remove useless ifdefsreimar2008-01-131-8/+0
* Add type to extern declarationreimar2008-01-131-1/+1
* Make dvd_audio_stream_types and dvd_audio_stream_channels constreimar2008-01-131-2/+2
* tvi_functions_t should be constreimar2008-01-132-2/+2
* Add forgotten const for pal_ireland.reimar2008-01-131-1/+1
* Remove another 2 useless castsreimar2008-01-131-2/+2
* Get rid of another useless castreimar2008-01-131-1/+1
* Remove a cast useless since r24425.reimar2008-01-131-1/+1
* Move variable declaration into block where it is used.reimar2008-01-131-1/+1
* Remove result from warning string, it has no useful meaning here.reimar2008-01-131-1/+1
* Remove a useless castreimar2008-01-131-1/+1
* moved pes_header from file-static to send_mpeg_pes_packet_ll()nicodvb2008-01-131-2/+1
* fix bug in error message (found by Diego through a compiler warning)rik2008-01-131-1/+1
* Use a transform_color function to reduce code duplicationreimar2008-01-121-28/+14
* Write functions used by send_mpeg_*_packet may _not_ modify datareimar2008-01-124-10/+10
* ps1_header and ps2_header should be constreimar2008-01-121-2/+2
* Add a few "const" attributes.reimar2008-01-121-2/+2
* Remove unused variablereimar2008-01-121-3/+0
* Move uselessly global variablesreimar2008-01-121-3/+2
* Adjust list of colourspaces supported by vd_ijpgreimar2008-01-121-1/+1
* Colourspace conversions do _not_ belong into a decoder!reimar2008-01-121-42/+12
* Cosmetics: get rid of huge amounts of trailing whitespacereimar2008-01-121-13/+13
* Remove an unused global variablereimar2008-01-121-3/+0
* Avoid uselessly global variablesreimar2008-01-121-2/+4
* 100l, free strdup'd stringsreimar2008-01-121-0/+2
* Builtin codecs array can now be constreimar2008-01-121-1/+1
* Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" withreimar2008-01-124-47/+49
* Do not try to guess font metrics based on its bounding box.eugeni2008-01-121-8/+2
* Add libass support to demux_lavf.eugeni2008-01-121-2/+12
* Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().eugeni2008-01-122-44/+14
* Add demuxer interface for attachments.eugeni2008-01-122-0/+36
* Remove global_ass_track. Instead create an ass_track for each 't' track.eugeni2008-01-113-6/+6
* Move all subtitle parsing from mkv demuxer to update_subtitles().eugeni2008-01-112-30/+25
* Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.eugeni2008-01-112-40/+19
* Set extradata for subtitle tracks in mkv demuxer.eugeni2008-01-111-0/+4
* Add extradata to sh_sub_t.eugeni2008-01-112-0/+3
* Factorize private data decoding for subtitle tracks in mkv demuxer.eugeni2008-01-111-20/+12
* Make code slightly less confusing to mereimar2008-01-111-3/+3
* Slightly deobfuscatereimar2008-01-111-2/+3
* Another small simplification. Slightly worse performance in the casereimar2008-01-111-3/+3
* Slightly simplify read_buffer codereimar2008-01-111-6/+6
* Simplify: use memsetreimar2008-01-111-4/+3
* Fix indentationreimar2008-01-111-2/+2
* Remove useless castreimar2008-01-111-1/+1
* document vo.* and ao.* playback profilesben2008-01-111-0/+6
* Fix buffer overflow bug by calculate the buffer size accurately.ulion2008-01-111-3/+20
* allow profile loading per audio/video outputben2008-01-101-0/+22
* Add an extra check to avoid a case that cause black lines in scaledreimar2008-01-101-0/+2
* Clear demuxed data when subtitle track is changed.eugeni2008-01-101-0/+1
* Use malloc for codecdata. Fixes segfault in free_sh_sub.eugeni2008-01-101-1/+2
* updated english manpage with protocol/extension profile loading featureben2008-01-101-0/+19
* factorizes variable checkben2008-01-101-3/+5
* add support for per protocol and per extension playback profile loadingben2008-01-102-0/+50
* export m_config_set_profile()ben2008-01-102-1/+10
* allow generation of ctags and etagsben2008-01-101-2/+10
* Deny the code using realpath().ulion2008-01-101-0/+2
* sync w/r25657gpoirier2008-01-091-4/+2
* Codecdata must always be malloc'd, fixes free being called with anreimar2008-01-091-2/+4
* dumpstream is NOT a better way to copy a dvd titlecompn2008-01-091-2/+0
* dvd-device can specify iso files toocompn2008-01-091-1/+1
* Set CONFIG_SWSCALER in order to avoid imgresampleuau2008-01-091-0/+2
* Remove unnecessary <signal.h> includesuau2008-01-097-7/+0
* Use getppid instead of getpid and move a snprintf to where it is actually nee...reimar2008-01-081-2/+2
* Simplify a needlessly complex use of snprintfreimar2008-01-081-2/+1
* Do not use exit_player in the signal handler, this code just can notreimar2008-01-083-2/+10
* Clear fonts when the file is closed.eugeni2008-01-081-0/+2
* Fix ass_clear_fonts not deallocating fontdata.eugeni2008-01-081-0/+3
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-082-15/+15
* Fix illegal identifier, names starting with _ and uppercase are reserved.diego2008-01-072-44/+44
* Fix illegal identifier, names starting with _ and uppercase are reserved.diego2008-01-071-3/+3
* Fix #endif comment, sync with libdvdcss r208.diego2008-01-072-2/+2
* No need to reinvent strdup...eugeni2008-01-071-2/+1
* sync with r25158, patch by JRaSHkraymer2008-01-071-32/+37
* Deallocate audio track codecdata.eugeni2008-01-071-0/+1
* Copy font data to ass_library instead of referencing demuxer-owned memory.eugeni2008-01-072-3/+26
* Set freetype flag in the font_desc_t when using a freetype font.ulion2008-01-071-0/+1
* Add heartbeat-cmd optionreimar2008-01-073-0/+29
* Remove some now unused screensaver stuff code.reimar2008-01-071-65/+0
* Remove most of the messy screensaver code in favour of only XResetScreenSaverreimar2008-01-071-83/+2
* Use a screensaver_off variable to save current state and avoidreimar2008-01-071-0/+7
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-0616-33/+33
* Make some functions in mplayer.c staticreimar2008-01-061-3/+3
* Relicense to GPL v2 or later with Reimar's permission.diego2008-01-062-2/+2
* Whitespace-only cosmetics: get rid of tabsreimar2008-01-061-94/+94
* Rename common.[ch], there are too many files by that name.diego2008-01-065-3/+3
* cosmetics: alphabetical orderdiego2008-01-061-21/+21
* Rename common.[ch] to gtk_common.[ch], there are too many files by that name.diego2008-01-0611-10/+10
* Don't overread audio datartogni2008-01-061-1/+14
* Don't dynamically allocate sub_packet_lengths[] in raac demuxing.rtogni2008-01-061-3/+1
* Do not pass timestamp to realvideo binary decoderrtogni2008-01-061-1/+1
* Remove unused definition.diego2008-01-061-2/+0
* Remove changelog from file header, we have revision control for this.diego2008-01-062-156/+0
* cosmetics: Whitespace changes, add comments to some #endif directives.diego2008-01-062-3/+3
* Remove all test programs with 'make clean'.diego2008-01-061-2/+1
* /usr/lib/win32 --> /usr/local/lib/codecsdiego2008-01-062-2/+2
* Remove compilation command comments.diego2008-01-062-4/+0
* Ignore test programs.diego2008-01-060-0/+0
* Comment out non-existing mp_msg_set_level function to fix linking.diego2008-01-061-1/+1
* Fix compilation by replacing a broken macro with in-place code.diego2008-01-061-3/+1
* Fix compilation due to conflicting type declaration:diego2008-01-061-2/+0
* Add missing #include so that the header works standalone.diego2008-01-061-0/+2
* Add proper compilation rules for qtx/list and qtx/qtxload and remove sillydiego2008-01-062-4/+11
* Get the dshow test program closer to linking.diego2008-01-061-2/+2
* Fix warnings:diego2008-01-061-0/+1
* Add missing #includes to fix compilation:diego2008-01-061-0/+3
* Allow overriding [Script Info] parameters with -ass-force-style option.eugeni2008-01-052-1/+12
* Give a sense to this sentenceben2008-01-051-1/+1
* angle switching in dvdnicodvb2008-01-051-0/+1
* documented angle commandsnicodvb2008-01-052-0/+7
* Fix typo, LIBNAME should be LIBNAME_COMMON.diego2008-01-051-1/+1
* properties to get and set angle; patch by oattila chello hunicodvb2008-01-052-0/+65
* properties to change angle; patch by oattila chello hunicodvb2008-01-052-0/+3
* wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu...nicodvb2008-01-052-0/+55
* implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu nicodvb2008-01-051-0/+27
* implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu nicodvb2008-01-051-0/+19
* NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTR...nicodvb2008-01-051-0/+3
* in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn...nicodvb2008-01-051-1/+0
* remove code for colorspaces x264 doesn't supportlorenm2008-01-051-26/+1
* fixed bug when playing multi-angle titles: the address field in the agli datanicodvb2008-01-051-1/+2
* fix artifacts in -vf fspp. regression in r23476.lorenm2008-01-051-2/+2
* Fix property audio_delay bug when step up/down with arg value NULL.ulion2008-01-051-5/+5
* sync w/r25587gpoirier2008-01-041-2/+9
* synced with r25592Gabrov2008-01-032-4/+12
* Add HAVE_SOCKLEN_T to config.h for FFmpeguau2008-01-031-0/+2
* Relicense file to GPL v2 or later with the permission of Rudolf Marek,diego2008-01-021-2/+2
* Add proper license header.diego2008-01-021-3/+20
* Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.diego2008-01-023-13/+8
* Properly express dependencies for generated .c and .h files.diego2008-01-021-4/+8
* when {v|a}_o_mpegpes:card isn't specified by the user mplayer uses the first ...nicodvb2008-01-021-0/+2
* when :card isn't specified by the user search the first available cardnicodvb2008-01-022-2/+32
* Add an example for dvdnav:// usage with path.cehoyos2008-01-021-0/+6
* Use _ISOC99_SOURCE instead of _GNU_SOURCE.diego2008-01-021-1/+1
* Happy New Year!zuxy2008-01-023-3/+3
* 10l: Replace #define with #endif where I really meant to write #endif.diego2008-01-022-2/+2
* Add multiple inclusion guards to all header files that lack them.diego2008-01-0160-10/+256
* Add a comment that explains why this header has no multiple inclusion guards.diego2008-01-011-0/+3
* Replace multiple inclusion guards with leading underscores by default names.diego2008-01-0110-30/+30
* Consistently use _H in multiple inclusion guard.diego2008-01-011-3/+3
* consistency cosmetics: Do not #define multiple inclusion guards to 1.diego2008-01-011-1/+1
* Consistently use just the name of the #ifdef directive in preprocessor comments.diego2008-01-016-11/+11
* consistency cosmeticsdiego2008-01-016-6/+6
* Consistently use just the name of the #ifdef directive in #endif comments.diego2008-01-014-5/+5
* Fix wrong #endif comment that does not match the #ifdef directive.diego2008-01-011-1/+1
* Port typo fixes from FFmpeg.diego2008-01-011-9/+9
* Remove compilation command from source file, it is already in the Makefile.diego2008-01-011-1/+0
* Fix license header to read Lesser General Public License 2.1,diego2008-01-011-1/+1
* unrarlib.o no longer exists, link against unrar_exec.o.diego2008-01-011-1/+1
* Add explanatory comments to #endif preprocessor directives.diego2008-01-012-3/+2
* include dvdnav.h from its installation directory rather than appendingnicodvb2008-01-012-2/+2
* update copyright year to 2008gpoirier2008-01-0119-13/+23
* removed inclusion of unneeded header (forgotten in previous commit)nicodvb2008-01-011-2/+0
* private structures belong to the C file using them, not to header files inclu...nicodvb2008-01-012-11/+11
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-31103-122/+107
* Add comments to some #endif directives.diego2007-12-311-3/+4
* Remove superfluous README file, its content is in the Copyright file.diego2007-12-311-3/+0
* Comment out the correct #endif directive.diego2007-12-311-2/+2
* Relicense files marked as GPL v2 to GPL v2 or later.diego2007-12-312-2/+2
* Fix typo in multiple inclusion guard comment.diego2007-12-311-2/+1
* Relicense GPL v2 files as GPL v2+ and add proper license headers.diego2007-12-312-4/+38
* Default use the dir where the current playing file located if path not set.ulion2007-12-311-2/+16
* Relicense files written by Nick Kurshev and marked as "GPL v2" todiego2007-12-303-3/+3
* Add proper license header.diego2007-12-301-4/+22
* Add missing #include, fixes the warning:diego2007-12-301-0/+1
* Remove unused variable, fixes the warning:diego2007-12-301-1/+1
* Remove redundant extern declarations, fixes the warnings:diego2007-12-301-4/+0
* sync w/r25529, patch by JRaSH: jrash06 A 163 P comgpoirier2007-12-301-16/+19
* Remove unused static variables, fixes the warnings:diego2007-12-301-1/+1
* Remove unused variables, fixes the warnings:diego2007-12-301-3/+1
* Disable unused code, fixes the warning:diego2007-12-301-0/+2
* Add missing #include for vo_draw_text.diego2007-12-301-0/+1
* Do not duplicate MJpegContext struct, #include the proper header instead.diego2007-12-301-14/+1
* Add missing #include, fixes the warning:diego2007-12-301-0/+1
* typodiego2007-12-302-2/+2
* Improve comments for ass_process_* functions.eugeni2007-12-301-2/+2
* Return from ass_start_frame immediately if the track is empty.eugeni2007-12-301-0/+3
* synced with r25539Gabrov2007-12-292-19