summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix usage example commentreimar2008-01-191-1/+1
* Fix a coefficient for lscale=5 OpenGL modereimar2008-01-191-1/+1
* Add name to email address.diego2008-01-191-1/+2
* Avoid warning:reimar2008-01-191-1/+1
* Fix some types to constreimar2008-01-191-5/+6
* audio_out / video_out structs should be treated as constreimar2008-01-194-6/+6
* Fix warning:reimar2008-01-191-1/+1
* Avoid void* arithmeticreimar2008-01-191-15/+15
* Simplify and silence lots of warningsreimar2008-01-191-29/+29
* Add the edge-enhancement filter based on edgedetect I had lying around.reimar2008-01-191-0/+38
* Fix using both lscale and cscale 4reimar2008-01-191-15/+16
* sync w/r25786gpoirier2008-01-181-9/+66
* Add a fragment program for 5x5 unsharp maskingreimar2008-01-183-0/+37
* Remove leftover backslashreimar2008-01-181-1/+1
* Simplifyreimar2008-01-181-6/+3
* Use the same unsharp filter template for 2D and RECT texturesreimar2008-01-181-32/+21
* Small typo in messagereimar2008-01-181-1/+1
* Remove broken test program that likely never worked.diego2008-01-181-26/+0
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).benoit2008-01-173-19/+19
* Remove some useless parentheses.benoit2008-01-173-6/+6
* Cosmetics: whitespacesbenoit2008-01-176-69/+69
* Remove non cosmetic spaces inside parentheses.benoit2008-01-176-31/+31
* Description: remove superfluous parentheses.benoit2008-01-171-5/+5
* Check param in sws_getCachedContext().benoit2008-01-171-1/+6
* 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