summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r27184Uoti Urpala2008-07-0126-1207/+1592
|\
| * sync w/r27182gpoirier2008-07-011-3/+3
| * Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on eachdiego2008-07-011-7/+1
| * apply parameter name change of no-correct-pts from r26842 to man pagekraymer2008-07-011-2/+2
| * sync w/r27179 + misc fixes of untranslated chunksgpoirier2008-06-301-16/+17
| * r26502: Document rgbtest argumentskraymer2008-06-301-44/+164
| * remove two trailing whitespaceskraymer2008-06-301-2/+2
| * r25756: Document vo gl lscale=3kraymer2008-06-301-16/+30
| * r25385: Add new audio filter for encoding multi-channel audio into ac3 at run...kraymer2008-06-301-10/+111
| * r25179: Add missing forced linebreak, slight wording improvement.kraymer2008-06-301-21/+39
| * consistency fix: capitalize Windows Media Player, and add <application> tag a...gpoirier2008-06-301-2/+3
| * misc fixes, patch by Cédric Viougpoirier2008-06-301-18/+14
| * sync w/r27132, patch by JRaSHgpoirier2008-06-301-9/+19
| * sync w/r27169gpoirier2008-06-301-3/+3
| * Try to get frame rate information through VIDIOC_G_PARM ifvoroshil2008-06-301-0/+12
| * Fix division by zero in tvi_v4l2 which occures when capture devicevoroshil2008-06-301-8/+18
| * add missing escapes and full stops for scaletempo filterkraymer2008-06-301-4/+4
| * r24808: Add a space behind openal to get minimum length of 7kraymer2008-06-301-6/+98
| * r24772: DirectShow based tv:// driver for win32kraymer2008-06-301-3/+30
| * r24727: H.264 content can also be decoded with multiple threadskraymer2008-06-301-6/+21
| * version bump to 24719kraymer2008-06-301-6/+6
| * r27123: Add verbose messages about trying and searching for audio output driv...kraymer2008-06-301-1/+6
| * r27067: Remove pointless #ifdef.kraymer2008-06-301-5/+2
| * r27066: update comments, whitespace cosmeticskraymer2008-06-301-19/+13
| * r27065: whitespace consistency cosmeticskraymer2008-06-301-56/+16
| * r26863: make use of the new MGA_VID_VERSION ioctl to checkkraymer2008-06-301-3/+4
| * r25605: properties to get and set anglekraymer2008-06-301-3/+15
| * r24924: Add audio filter scaletempokraymer2008-06-301-1/+7
| * removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You...nicodvb2008-06-291-6/+0
| * r24790: Disable channel scanner when no tuner is present.kraymer2008-06-291-1/+13
| * remove trailing whitespaceskraymer2008-06-291-2/+2
| * Replace asserts by proper conditions to allow playback of some broken butreimar2008-06-291-4/+5
| * Half size for adpcm_indexreimar2008-06-291-4/+3
| * Simplify predictor updatesreimar2008-06-291-9/+3
| * Get rid of 16-bit sign extension macroreimar2008-06-291-9/+4
| * Simplify some imaadpcm macrosreimar2008-06-291-4/+3
| * Directly pass arrays into decode_nibblesreimar2008-06-291-16/+6
| * Use smaller types for tablesreimar2008-06-291-2/+2
| * Make imaadpcm tables constreimar2008-06-291-2/+2
| * Simplify code to read index/predictorreimar2008-06-291-57/+28
| * Add a few size checks to IMA decoder. The code is still a mess though,reimar2008-06-291-0/+12
| * Simplify ad_imaadpcm decode_audio functionreimar2008-06-291-16/+10
| * Make sure we do not use uninitialized data in case of a short read.reimar2008-06-291-0/+1
| * Do not use stdata before checking its lengthreimar2008-06-291-4/+5
| * mingw uses Windows sockets.vayne2008-06-281-1/+3
| * sync w/r27123, patch by JRaSH, %jrash06 A 163 P com%gpoirier2008-06-281-717/+663
| * sync w/r27132gpoirier2008-06-271-3/+8
| * one more wish, and an updatecompn2008-06-261-1/+3
| * r24772: DirectShow based tv:// driver for win32kraymer2008-06-251-1/+46
| * Fix the issue instead of revertinglu_zero2008-06-253-58/+56
| * Move rtsp_close away by simplification - avoids symbol clash with libnemesilu_zero2008-06-253-33/+33
| * some updatescompn2008-06-241-1/+4
| * add support for /game-formats/psx-str/compn2008-06-244-1/+19
| * Fix/restore the description of the rectangle video filter.diego2008-06-241-2/+6
| * Touch FFmpeg libraries after recursing into their subdirectories.diego2008-06-241-0/+1
| * Do not unconditionally recurse into FFmpeg subdirectories. Instead, justdiego2008-06-241-2/+8
| * Add missing 'struct input_id id' to Apple IR configure check.diego2008-06-241-0/+1
| * Check if the font set returned from FcFontSort in not NULL.eugeni2008-06-231-0/+2
| * Reindent.eugeni2008-06-231-35/+36
| * Only use application font dir if library->fonts_dir is not NULL.eugeni2008-06-231-0/+2
| * Dependency files need to get updated when any of their dependencies arediego2008-06-231-2/+2
| * Rename some definitions to avoid clashing with system headers, fixes:diego2008-06-231-4/+4
* | configure: fix --with-dvdread-configUoti Urpala2008-06-261-1/+0
* | Fix compilation with dvdnav enabledUoti Urpala2008-06-261-4/+7
* | Move global sub_font to OSD structUoti Urpala2008-06-244-17/+17
* | Remove unnecessary casts of sh_video->vfilterUoti Urpala2008-06-242-12/+12
* | Create a context struct for OSD stateUoti Urpala2008-06-2416-74/+123
* | Merge svn changes up to r27123Uoti Urpala2008-06-2343-512/+610
|\|
| * Add verbose messages about trying and searching for audio output drivers.corey2008-06-222-0/+16
| * Replace misuse of echores in libdvdnav check by _res_comment.diego2008-06-221-1/+1
| * 100l, bpp is bits per pixel, not bytesreimar2008-06-221-2/+2
| * revert non-acked r27106ben2008-06-211-2/+1
| * cosmetic: be consistentben2008-06-201-1/+1
| * fixes two bugs:ben2008-06-201-7/+18
| * fix obviously wrong option descriptionben2008-06-201-1/+1
| * remove useless typedef againstfor VDXContextben2008-06-203-33/+31
| * cosmetic: give a coherent indentationben2008-06-201-13/+13
| * remove some useless functions from vidix apiben2008-06-202-27/+0
| * remove useless 'else'ben2008-06-201-1/+1
| * renamed vidixlib.c to vidix.cben2008-06-202-1/+1
| * remove now useless vidixlib.h fileben2008-06-2019-59/+7
| * sync w/r27107, patch by Cédric Viougpoirier2008-06-201-42/+87
| * move content of vidixlib.h into vidix.hben2008-06-202-92/+96
| * cosmetic: give coherent indentationben2008-06-201-45/+44
| * use the new URL of NUT container websitegpoirier2008-06-201-1/+2
| * Only "pop" subtree params if they had previously been "pushed",ben2008-06-201-1/+2
| * sync w/r27102, patch by Cédric Viou and minor fixes by myselfgpoirier2008-06-201-62/+74
| * Add auto-close option to libmenu playlist handling part.ben2008-06-201-2/+8
| * allow conditionnal compilation of yuv4mpeg video out.ben2008-06-203-1/+21
| * fix a couple of broken URL linksgpoirier2008-06-202-4/+5
| * Keep old dvdnav sub-command options for a while in orderben2008-06-201-0/+13
| * Change DVDNAV command key names.ben2008-06-195-39/+66
| * Reorder some functions to avoid implicit declaration warnings.diego2008-06-191-27/+28
| * Group all input command defines in one big enumben2008-06-181-128/+130
| * Add copyright and license statement.diego2008-06-171-5/+20
| * It cannot hurt to add -E to the diff options to avoid whitespace changes.diego2008-06-171-1/+1
| * Add missing #includes that are required for things used in the header.diego2008-06-172-1/+4
| * sync w/r27057gpoirier2008-06-171-2/+2
| * Add missing #includes to fix 'make checkheaders'.diego2008-06-171-0/+3
* | Merge svn changes up to r27092Uoti Urpala2008-06-1760-1868/+2742
|\|
| * Try harder to honour CTRL+C etc. during dumpstreamreimar2008-06-161-1/+1
| * cosmetics: Remove useless parentheses, align.diego2008-06-161-3/+3
| * Chapter support for lavf demuxer.reimar2008-06-161-0/+7
| * Support NULL name parameter for demuxer_add_chapter.reimar2008-06-161-1/+1
| * cosmetics: Break overly long lines.diego2008-06-161-97/+178
| * cosmetics: indentation, whitespace changesdiego2008-06-161-648/+645
| * cosmetics: consistent * placementdiego2008-06-161-21/+21
| * cosmetics: one more if brace placement fixdiego2008-06-161-2/+1
| * M-x untabifydiego2008-06-161-24/+24
| * cosmetics: Remove all trailing whitespace.diego2008-06-161-4/+4
| * cosmetics: Split/join multiline statements.diego2008-06-161-4/+6
| * cosmetics: Consistently format all if, for, while constructs.diego2008-06-161-140/+170
| * Remove one more commented-out line.diego2008-06-161-1/+1
| * cosmetics: Make all function declarations consistent by moving the openingdiego2008-06-161-42/+90
| * Remove one more commented-out line.diego2008-06-161-1/+0
| * Remove pointless comments and commented-out code.diego2008-06-161-19/+6
| * Add missing string.h #include for memcpy prototype;diego2008-06-161-0/+1
| * Add missing #includes to fix 'make checkheaders'.diego2008-06-162-0/+2
| * cosmetics: Group internal codec library tests together.diego2008-06-151-21/+21
| * Document where the files vidix/dhahelperwin/ntverp.h anddiego2008-06-151-0/+7
| * cosmetics: Group entries by directory instead of randomly.diego2008-06-151-656/+652
| * Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings likediego2008-06-152-1/+4
| * cosmetics: Remove empty line for consistency.diego2008-06-151-1/+0
| * -alang/-slang do not depend on dvdread support.diego2008-06-151-1/+1
| * Remove pointless HELP_MP_DEFINE_STATIC definition.diego2008-06-152-4/+1
| * Remove pointless #ifdef.diego2008-06-151-4/+0
| * update comments, whitespace cosmeticsdiego2008-06-151-17/+9
| * whitespace consistency cosmeticsdiego2008-06-151-52/+12
| * Remove now unused messages.diego2008-06-154-4/+0
| * Move message about which adapter is used to verbose mode.diego2008-06-152-3/+3
| * spelling/wording fixesdiego2008-06-151-27/+26
| * Add parentheses to expression to avoid the warning:diego2008-06-151-1/+1
| * 6 months of changescompn2008-06-151-0/+23
| * standard license headers for mga_viddiego2008-06-143-17/+26
| * add MGA_VID_GET_VERSION ioctl to old mga_vid driver for compatibility with "n...attila2008-06-141-0/+8
| * Ability for specifying TV standard individually for each TV channel.voroshil2008-06-143-7/+33
| * Fix support for libnemesi installed on nonstandard pathslu_zero2008-06-131-0/+1
| * Unbreak audio, thanks to Uoti for the insightlu_zero2008-06-121-0/+1
| * sync w/r23225, plus misc fixesgpoirier2008-06-111-41/+104
| * fix w/r24604, misc fixesgpoirier2008-06-111-25/+132
| * sync w/r21537 and misc fixesgpoirier2008-06-111-92/+196
| * fix file to conform to French typographygpoirier2008-06-111-200/+182
| * add missing <application> tag around MPlayer,gpoirier2008-06-111-1/+2
| * sync w/r26997gpoirier2008-06-111-4/+10
| * sync w/r27044, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P...gpoirier2008-06-101-708/+1243
| * libdvdnav need libdvdread from the same repositorynicodvb2008-06-101-1/+9
| * Fix mencoder built from dvdnav enabled.ben2008-06-091-2/+2
| * Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.diego2008-06-091-1/+1
| * Add information about the mga_vid Subversion repository.diego2008-06-091-1/+6
| * Mention that svgalib_helper only works with kernel 2.4.x.diego2008-06-091-1/+2
| * Make a section out of the svgalib_helper paragraph.diego2008-06-091-0/+5
| * require latest x264 to enable MEncoder's x264 supportgpoirier2008-06-091-1/+1
| * Slightly reduce VIDIX video output verbosity.diego2008-06-0813-26/+2
| * sync w/r26853gpoirier2008-06-081-5/+17
| * Add standard license headers.diego2008-06-083-11/+63
| * Add comments to a few #endif preprocessor directives.diego2008-06-082-5/+5
| * Remove unused variable, fixes the warning:diego2008-06-081-1/+0
| * OBJS should end in .o, not .c.diego2008-06-081-1/+1
| * VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.diego2008-06-081-1/+1
| * Add missing #include, patch by Jan Knutar, jknutar nic fi.diego2008-06-081-0/+1
| * Add command to create dhahelper device to install-dhahelper target.diego2008-06-081-0/+1
| * Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h candiego2008-06-088-10/+10
| * Add dhahelper CFLAGS where appropriate if enabled.diego2008-06-081-1/+1
| * Add support for enabling VIDIX dhahelper.diego2008-06-081-0/+9
| * Remove pointless and commented-out #ifdef.diego2008-06-081-6/+0