summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add a new state flag to dvdnav in order to notify ifben2008-01-262-0/+21
* remove useless castsben2008-01-261-10/+10
* simplify by a one-linerben2008-01-261-2/+1
* remove the spu_set field, replaced by a flagben2008-01-261-3/+4
* this end brace was not correctly indentedben2008-01-261-1/+1
* automatically set spu button highlight when nav cell has changedben2008-01-261-0/+3
* Add support for dvdnav still frames playback.ben2008-01-265-33/+345
* set -vc=ffmpeg12 as dvdnav prefered decoderben2008-01-251-0/+4
* spelling cosmeticsdiego2008-01-251-4/+4
* add documentation about switch_angle and switch_title slave commandsben2008-01-241-0/+10
* array was defined for 6 elements while 7 were declaredben2008-01-241-1/+1
* type expected by dvdnav_get_title_string() is constben2008-01-241-1/+1
* remove some redundant declarationsben2008-01-241-3/+0
* Add new command to switch between dvdnav titlesben2008-01-245-0/+18
* cosmetic: reindent code after r25843ben2008-01-231-7/+7
* sub_scale command now works with ass subtitles rendererben2008-01-231-0/+27
* Add ass_use_margins command and property to shift subtitles to margins and backeugeni2008-01-233-0/+32
* Add global ass_force_reload flag.eugeni2008-01-234-2/+17
* Ignore compare.diego2008-01-230-0/+0
* Zero codec_inited in the init() function, so that it's cleared everytime rtogni2008-01-231-0/+1
* Add a few const attributesreimar2008-01-231-2/+2
* Use the proper option name for constant quantizer iive2008-01-231-1/+1
* Move Zoran video controller check after the libavcodec one.iive2008-01-231-25/+26
* Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:diego2008-01-231-0/+4
* Disable unused function test_heap, fixes the warning:diego2008-01-231-2/+4
* Remove unused function exp_ftol_wrong, fixes the warning:diego2008-01-231-6/+0
* Remove unused function fixup_address, fixes the warning:diego2008-01-231-12/+0
* Remove unused DPRINTF__ macro.diego2008-01-231-9/+0
* Move compare.c to TOOLS, add it to the Makefile and document it.diego2008-01-233-0/+11
* Fix typo in commentreimar2008-01-211-1/+1
* Remove useless castsreimar2008-01-211-2/+2
* synced with r25826Gabrov2008-01-214-32/+88
* Surround variable declarations by preprocessor conditionals to avoid warnings:diego2008-01-211-0/+5
* Comment out unused variables, fixes the warnings:diego2008-01-211-2/+2
* Prevent possible buffer overflow on album_title[]rtogni2008-01-201-2/+5
* Clear tmp between ip6 check and string escape to prevent reuse of the rtogni2008-01-201-0/+1
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and adiego2008-01-2044-347/+347
* Added missing single quotation mark.cehoyos2008-01-201-1/+1
* Fix compilation failue:ulion2008-01-201-0/+1
* Fix vobsub_seek use same reseek method as vobsub_get_packet did.ulion2008-01-201-12/+13
* Fix auto-sub code to support filenames with any extension length.ulion2008-01-201-4/+9
* Allow overriding the codec_tag for audio codecs, and always override rtogni2008-01-201-3/+13
* Fragment programs must use unix eol.reimar2008-01-200-0/+0
* Avoid some pointer conversion warnings (the code is messy but not wrong)reimar2008-01-201-2/+2
* Add missing vo_w32_border prototypereimar2008-01-201-0/+1
* Fix some function types from unspecified to empty argument listreimar2008-01-201-3/+3
* Remove redundant declarations (already in video_out.h)reimar2008-01-201-5/+0
* Extend the precision of rationale conversion soiive2008-01-191-1/+1
* -panscan should also work for right and left bordersreimar2008-01-191-0/+2
* Some reindentationreimar2008-01-191-2/+2
* Reindentreimar2008-01-191-2/+2
* Simplify and keep terminating end-of-linereimar2008-01-191-4/+4
* Remove a broken and useless hack to avoid a memcpyreimar2008-01-191-3/+1
* Cached file must be 0-terminated since we use string processing functions on itreimar2008-01-191-2/+3
* Make sure we do not write the terminating 0 out of boundsreimar2008-01-191-1/+1
* Add missing #include, fixes the warning:diego2008-01-191-0/+1
* Use ld conversion specifier for long int argument, fixes the warning:diego2008-01-191-1/+1
* Add missing #include, fixes the warning:diego2008-01-191-0/+1
* Fix endless loop if nAvgBytesPerSec is 0.reimar2008-01-191-0/+1
* Avoid a division by 0 if i_bps is 0.reimar2008-01-191-1/+1
* 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 codereimar