summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.ulion2008-01-171-2/+1
* Fix OpenGL unsharp filterreimar2008-01-161-2/+3
* typo fixdiego2008-01-163-4/+4
* VIDIX is no longer a shared library.diego2008-01-161-5/+1
* URL updates for contributed win32 stuff.diego2008-01-161-2/+2
* better ao/vo profile examplesdiego2008-01-161-3/+3
* misc markup fixesdiego2008-01-161-7/+8
* misc spelling fixesdiego2008-01-161-13/+13
* removed a english part, left in here, sighptt2008-01-151-2/+0
* little grammar fixptt2008-01-151-2/+2
* synced with r25757ptt2008-01-151-7/+79
* added missing "&"ptt2008-01-151-2/+2
* added missing escapesptt2008-01-151-1/+1
* syncet to r25663ptt2008-01-151-1/+4
* updated my mail addressptt2008-01-152-2/+2
* add default deinterlace keycompn2008-01-151-0/+1
* Create/allocate conversion textures before scaler textures.reimar2008-01-151-2/+2
* Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.reimar2008-01-154-0/+39
* Document vo gl lscale=3reimar2008-01-152-0/+3
* Add a forgotten case to create_scaler_textures, avoids an incorrect warning.reimar2008-01-151-0/+1
* Remove a useless castreimar2008-01-151-1/+1
* The GUI requires font support.diego2008-01-141-0/+2
* Seems that all - should be escaped in the man pagereimar2008-01-141-3/+3
* Extend heartbeat-cmd man page entryreimar2008-01-141-0/+5
* Simplify/cleanup of real_calc_response_and_checksum()rtogni2008-01-131-8/+2
* Don't oversize realchallenge buffersrtogni2008-01-131-6/+6
* Put bff_mask into muxer context instead of a global variable.reimar2008-01-131-6/+7
* Fix the bug where the window would become smaller each time vo_ontop is toggled.reimar2008-01-131-3/+1
* Make some radeon vidix driver tables static and constreimar2008-01-131-6/+6
* Make mp_properties constreimar2008-01-131-1/+1
* All the m_property stuff works fine with constant m_option_treimar2008-01-132-34/+34
* Make xpm arrays really const (I missed that they are not strings butreimar2008-01-1352-52/+52
* Make all gui xpm bitmaps constreimar2008-01-137-7/+7
* gui_opts should be const for win32 gui as well (why, oh why, was allreimar2008-01-131-1/+1
* Win32 gui has the same m_option_print error handling bugreimar2008-01-131-2/+4
* Fix 100l: error check for m_option_print was unreachablereimar2008-01-131-2/+5
* Make big gui_opts array constreimar2008-01-131-1/+1
* Make several mapping tables related to input processing const.reimar2008-01-131-4/+4
* Mark qt default palette tables as constreimar2008-01-131-5/+5
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-1336-88/+88
* First step towards making all demuxer_desc_t constreimar2008-01-132-4/+4
* Remove a useless assignment (there is an if just a few lines abovereimar2008-01-131-1/+1
* Simplify cue-parsingreimar2008-01-131-13/+12
* Get rid of quite useless inum variablereimar2008-01-131-3/+2
* Add a forgotten #ifdef USE_ASS around ass_free_trackreimar2008-01-131-0/+2
* Use AV_WB*reimar2008-01-131-10/+3
* Remove some useless () and {}reimar2008-01-131-16/+13
* Simplifyreimar2008-01-131-1/+1
* Use AV_WB16 instead of ugly memcpy hacksreimar2008-01-131-10/+3
* Use AV_RB* instead of custom variants.reimar2008-01-131-19/+11
* Use sizeof instead of size variables/definesreimar2008-01-131-16/+10
* Make some pnm data constreimar2008-01-131-2/+2
* dvb_demuxdev etc. are only used in dvb_tune.c so make them staticreimar2008-01-131-6/+6
* Make several arrays constreimar2008-01-131-7/+7
* Remove some unused extern variablesreimar2008-01-131-1/+0
* 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
*