summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Workaround for fonts with zero ascender/descender in horizontal header.eugeni2007-08-031-0/+20
* Factor out common code from ass_font_new and ass_font_reselect.eugeni2007-08-032-58/+47
* More simple and correct font reselection.eugeni2007-08-034-58/+21
* Added missing newline.cehoyos2007-08-031-1/+1
* Revert setting audio output channel count for FFmpeguau2007-08-021-2/+0
* r23996: Hint at mf://@... syntaxvoroshil2007-08-021-2/+2
* Hint at mf://@... syntaxreimar2007-08-021-1/+1
* fix B-frame consistency pointed out by diego, add MPEG-1/2 speedupscompn2007-08-021-1/+2
* Set lavc_context->channels before opening the codec, it is sufficient toreimar2007-08-011-2/+2
* xan wc4 video decoding, removed bframe warning messagecompn2007-08-011-0/+2
* Define ENABLE_GRAY for FFmpeguau2007-08-011-0/+3
* better wording - thanx nico :)ptt2007-08-011-1/+1
* r23982: i_certify_that_my_video_stream_does_not_use_b_frames is gone.voroshil2007-08-012-13/+20
* 10l for committing untested changes, a test call was missing.diego2007-08-011-1/+1
* r23687: Implemented tv://[<channel>][/<input_id>] url syntaxkraymer2007-08-012-18/+94
* (cosmetics) Make TV detection code two spaces indentedvoroshil2007-08-011-48/+48
* Enable teletext for V4Lv1.voroshil2007-08-011-4/+5
* Fix detection of xan audio. -noidx or -forceidx still is necessaryreimar2007-08-011-0/+5
* Added FIXME skeletons for missing lavc options.diego2007-08-011-0/+16
* i_certify_that_my_video_stream_does_not_use_b_frames is gone.diego2007-08-011-3/+2
* i_certify_that_my_video_stream_does_not_use_b_frames is gone.diego2007-08-011-8/+0
* Ugly hack to make xanlib.dll work.reimar2007-08-012-1/+10
* r23897: Experimental negative panscan valuesvoroshil2007-08-011-4/+65
* r23891: typo fix: childs --> childrenvoroshil2007-08-011-1/+2
* add possibly incorrect subfont entrycompn2007-07-311-0/+5
* allow to specify the audio bitrate in bits (some codecs need that ...)michael2007-07-312-2/+5
* get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_framesmichael2007-07-311-14/+1
* make muxer store the provided timestampsmichael2007-07-311-4/+3
* make timestamps out of hot airmichael2007-07-311-0/+3
* make a few more parameters accessable from mplayermichael2007-07-311-1/+14
* mixer.afilter must be set to NULL when filter chain is destroyed on uninit.reimar2007-07-311-0/+1
* Make the printoption function take the default values from the variableivo2007-07-311-17/+17
* cosmetics, indentationivo2007-07-311-3/+3
* Shorten (un)setting of all test flagsivo2007-07-311-29/+7
* Much smaller command line parserivo2007-07-311-90/+21
* another little correctionsptt2007-07-311-1/+1
* added missing ":"'sptt2007-07-311-7/+7
* better wordingptt2007-07-311-1/+1
* sorry, left english phrase in...ptt2007-07-311-2/+2
* synced with r23962ptt2007-07-311-6/+63
* added missing ':' for separatorptt2007-07-311-1/+1
* synced to r23920ptt2007-07-311-1/+2
* Update copyright info and licenseivo2007-07-311-2/+15
* cosmetics, break overly long linesivo2007-07-311-6/+12
* replace ^I by $TAB now that TAB is globalivo2007-07-311-9/+9
* only test for stupid code and reserved identifiers if there are any .c or .hivo2007-07-311-4/+2
* 10l, forgot to make TAB globalivo2007-07-311-1/+2
* Test for reserved identifiers.ivo2007-07-311-3/+24
* Identifiers starting with underscores are reserved.diego2007-07-3115-44/+44
* UTF-8 conversiondiego2007-07-311-1/+1
* Make teletext depend on freetype. Fixes compilation failer (in sub.c).iive2007-07-301-1/+1
* 100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL testreimar2007-07-301-1/+1
* Extend OpenGL configure test to also check for glx/wgl and proper linking.reimar2007-07-301-1/+17
* sync w/23588gpoirier2007-07-301-2/+4
* remove GNUism (case range)ivo2007-07-301-11/+4
* Add test for GNUismsivo2007-07-301-0/+17
* Teletext support for V4Lv1voroshil2007-07-301-0/+174
* 10l: wrong pointer was initialized (causes crash during startup).voroshil2007-07-302-2/+2
* h/w -> hardwareben2007-07-301-2/+2
* Change V4L2 MPEG decoder check so it can actually failreimar2007-07-301-4/+6
* Comment out purely debugging printf that in addition uses __FUNCTION__ whichreimar2007-07-301-1/+1
* Fix hopefully final 150 sector offset VCD bug. Caused no noticeable problems ...reimar2007-07-301-1/+2
* Simplify sun SCSI command generationreimar2007-07-301-26/+6
* big 10L of r9888 located: passed fd instead of pointer to sun_vcd_readreimar2007-07-301-1/+1
* Move extern int audio_output_channels; to ad_internal.hreimar2007-07-306-9/+1
* Indicate desired number of output channels to ffmpeg audio decoder.reimar2007-07-301-0/+3
* Avoid void * arithmeticreimar2007-07-301-2/+2
* Use the standard inline instead of __inlinereimar2007-07-301-15/+15
* Another missed case-rangereimar2007-07-301-1/+8
* Do not use gnu case-range extension if it's easy to avoidreimar2007-07-301-1/+3
* Use goto instead of useless recursion that might fill up the stackreimar2007-07-301-2/+2
* Do not use a return value for a void functionreimar2007-07-301-1/+2
* C99 varargs in macros can not be empty, adjust definition so it compilesreimar2007-07-301-1/+1
* synced with r23928Gabrov2007-07-302-7/+48
* Subtraction should be done after & operation.voroshil2007-07-301-1/+1
* Drop out overlooked debug linevoroshil2007-07-301-2/+1
* update man page with v4l2 a/v outputsben2007-07-291-1/+18
* v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as...ben2007-07-296-1/+472
* Teletext supportvoroshil2007-07-294-0/+49
* Teletext supportvoroshil2007-07-294-0/+299
* More doxygen commentsreimar2007-07-291-0/+10
* Teletext supportvoroshil2007-07-291-0/+179
* Teletext support.voroshil2007-07-2910-0/+249
* Teletext support.voroshil2007-07-291-0/+1365
* Simplify and fix missing offset for Darwin vcd_get/set_msf functionsreimar2007-07-291-8/+2
* Document -rawvideo format="format string"reimar2007-07-291-1/+2
* Make VCD work on little-endian macsreimar2007-07-291-3/+4
* Make vcd_get_track_end actually return the end, not the start on Darwinreimar2007-07-291-1/+1
* Make the vcd seek and get track end functions actually have an effectreimar2007-07-291-0/+2
* punctuation, new sentences on new linesdiego2007-07-291-2/+3
* libdvdcss patch got committed.diego2007-07-291-1/+1
* Fix wrong return type in darwin VCD codereimar2007-07-291-1/+1
* Replacing global variables in radio:// withvoroshil2007-07-293-84/+88
* Removing global variables from tv://voroshil2007-07-294-121/+37
* Removing global variables from tv://voroshil2007-07-291-33/+33
* Removing global variables from tv://voroshil2007-07-291-61/+61
* Removing global variables from tv://voroshil2007-07-291-30/+30
* Removing global variables from tv://voroshil2007-07-291-49/+49
* Removing global variables from tv://voroshil2007-07-291-1/+1
* Removing global variables from tv://voroshil2007-07-296-28/+36
* Removing global variables from tv://voroshil2007-07-292-19/+102
* Removing forward declarations of routines used only in tv.cvoroshil2007-07-292-8/+2
* Cosmetics.voroshil2007-07-291-10/+10
* Cosmetics: move two routines upvoroshil2007-07-291-34/+34
* Set -vo gl slice-height default to 0, the current default of 4 seemsreimar2007-07-282-4/+2
* Experimental negative panscan valuesreimar2007-07-282-1/+5
* Use a new variable for user-supplied monitor-aspect so we can overwritereimar2007-07-282-3/+6
* make sure update_xinerama_info is always called even when using thereimar2007-07-281-1/+1
* Give message string a more meaningful name.diego2007-07-2813-13/+13
* cosmetics: misc typo fixesdiego2007-07-289-14/+14
* typo fix: childs --> childrendiego2007-07-282-19/+19
* typo fix: childs --> childrendiego2007-07-2813-14/+14
* Names starting with underscores are reserved.diego2007-07-281-3/+3
* typodiego2007-07-281-1/+1
* Fix some typos in commentsreimar2007-07-281-5/+5
* r23852: af channels example for ffdca to ALSA reorderingvoroshil2007-07-281-1/+3
* Remove extern index_mode, it is already in demuxer.hreimar2007-07-271-2/+0
* Make sure fformat is set before usereimar2007-07-271-1/+1
* Remove some unneeded extern variable declarationsreimar2007-07-271-8/+0
* Remove completely pointless extra return statementsreimar2007-07-271-9/+0
* Fix MSF -> sector conversion being 150 sectors ofreimar2007-07-271-1/+2
* Simplify track length calculationreimar2007-07-271-18/+11
* Some more *BSD vcd_read simplificationreimar2007-07-271-41/+31
* Fix several 100lreimar2007-07-271-3/+3
* Factor out some common codereimar2007-07-271-28/+36
* Somewhat unified *BSD vcd readingreimar2007-07-273-196/+90
* READ_TOC for making *BSD code more similarreimar2007-07-272-6/+8
* synced with r23225ptt2007-07-271-0/+507
* One ifdef lessreimar2007-07-271-3/+1
* Simplify NetBSD vcd_read codereimar2007-07-271-21/+6
* vcd_inc_msf function also for freebsd vcd_readreimar2007-07-271-9/+15
* More VCD cosmeticsreimar2007-07-271-16/+16
* 100l, return is missing a valuereimar2007-07-261-1/+1
* Cosmetics to reduce diff between Free- and netBSD vcd stuffreimar2007-07-262-61/+74
* 10l, fix vcd netbsd compilationreimar2007-07-261-1/+1
* TOCADDR macro as first step to common *BSD vcd reading codereimar2007-07-262-45/+50
* Disable building of vo_mga on all linux platforms despite not having Matrox c...iive2007-07-261-2/+2
* synced with r23856ptt2007-07-261-1/+3
* Intel Mac is fully supported these daysgpoirier2007-07-261-1/+1
* add Hitachi SuperH (SH3) supportgpoirier2007-07-262-2/+21
* Fix configure regexp for enabling FFmpeg featuresuau2007-07-251-1/+1
* Simplify: use FFMAXreimar2007-07-251-1/+1
* Remove some useless "extern" before function prototypesreimar2007-07-252-11/+11
* avoid ff_config_enable doing partial matches.reimar2007-07-251-1/+1
* subdata must be set to NULL when the corresponding data was freed.reimar2007-07-251-0/+2
* Do not set vo_sub to NULL on changing subtitles, update_subtitlesreimar2007-07-251-7/+0
* small wording improvementdiego2007-07-251-1/+1
* Fix for bugzilla #835rtogni2007-07-241-1/+1
* more Spanish man page updates by Fernando TarĂ­n (lists.im gmail com)kraymer2007-07-241-232/+251
* r23416: Drop the metadata stuff and replace it with generic property string e...kraymer2007-07-241-2/+8
* af channels example for ffdca to ALSA reorderingreimar2007-07-241-0/+2
* Compilation fix workaround for dca.h conflict (it exists in libavcodec rtogni2007-07-231-1/+1
* another correctionptt2007-07-231-2/+2
* a bunch of corrections, suggested by Nico Sabbi, tnxptt2007-07-231-28/+30
* synced with r21537ptt2007-07-231-0/+192
* now it's synced, to r23342ptt2007-07-231-0/+776
* my fault doesn't compile html docs...ptt2007-07-231-776/+0
* synced with r23342ptt2007-07-231-0/+776
* Make the assembler accept VIS instrucitions on ultraSPARC.diego2007-07-221-1/+1
* document "default" behaviour if CopyFromParent is passed as colormapattila2007-07-221-1/+1
* 10lattila2007-07-222-2/+2
* DTS decoding via libdcartogni2007-07-225-0/+383
* Update sync tagvoroshil2007-07-222-2/+2
* Remove unused definition.diego2007-07-211-2/+0
* (finally) synced with r23272ptt2007-07-211-263/+273
* Use --static flag for pkg-config if --enable-static was used.reimar2007-07-201-0/+3
* !00l, last commit mixed up "normal" ggi and ggiwmh tests.reimar2007-07-201-2/+2
* Change ggi and SDL tests so that linking problems with --enable-static are morereimar2007-07-201-2/+5
* Remove vo_syncfb, which was unused for 5 years.diego2007-07-2025-704/+0
* integrating blackfin optimized yuyvtoyv12 convertermhoffman2007-07-201-0/+23
* removing reference to bfin_sram.h its not used anylongermhoffman2007-07-201-1/+0
* adding blackfin optimized yuyvtoyv12 convertermhoffman2007-07-201-0/+70
* sync w/r23747, patch by JRaSH % jrash06 A 163 P com %gpoirier2007-07-191-2/+7
* Somewhat hackish fix for A-V desync with ao_oss and frame stepping:reimar2007-07-191-0/+9
* Get rid of a few more useless malloc castsreimar2007-07-191-6/+6
* Make sure all demuxer subtitles can be selected with 'j', evenreimar2007-07-191-1/+3
* Remove some more useless *alloc castsreimar2007-07-194-8/+8
* UltraSPARC VIS yuv2rgbbenoit2007-07-193-0/+219
* Explanation for CPUID flag 'ibs'zuxy2007-07-191-1/+1
* fixed bug introduced with the addition of get_ext_stream_properties()nicodvb2007-07-181-1/+1
* synced with r23747 with correctionsGabrov2007-07-181-6/+8
* synced with r23748Gabrov2007-07-181-6/+6
* r23748: Leave out (no) prefix from option names for consistency.voroshil2007-07-181-5/+4
* Rename mga_vid test to make it more descriptive.d