summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.diego2007-04-281-43/+43
* Mention change to monitorpixelaspect=1 default in Changelogreimar2007-04-281-0/+2
* r23152: Add -ass-hinting option for setting font hinting method.voroshil2007-04-281-3/+27
* Make -monitorpixelaspect 1 the default.cehoyos2007-04-274-10/+11
* Do not set VFCAP_EOSD_UNSCALED if we use scaled-osdreimar2007-04-271-1/+1
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-2712-11/+67
* Fix division by zero in "\t" parsing.eugeni2007-04-271-3/+6
* Add configures arguments to its outputcehoyos2007-04-271-1/+1
* Fix compilation with *_PROTOCOLs in libavformatcehoyos2007-04-271-0/+2
* Mark loader as unmaintained.diego2007-04-261-1/+1
* cosmetics: Remove trailing whitespace.diego2007-04-2614-314/+313
* 100l: Fix another round of copy and paste typos.diego2007-04-261-5/+5
* Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.diego2007-04-261-1/+1
* 10l: Remove stray 'fi'.diego2007-04-261-1/+0
* onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77@kezdi...ben2007-04-261-0/+7
* support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)ben2007-04-261-0/+1
* header / declarations cleanup, also fixes broken compilation.vayne2007-04-264-18/+2
* Don't declare -lm as a dependency of swscale-example.diego2007-04-261-1/+2
* Simplify preprocessor directives: There is a general variable fordiego2007-04-264-6/+6
* Simplify #include directives.diego2007-04-261-3/+1
* Add config.h variables for static FFmpeg libraries.diego2007-04-262-8/+16
* Ooops, variable names got confused during copy and paste:diego2007-04-261-4/+2
* Merge config.h variable declarations into libpostproc test.diego2007-04-261-9/+5
* Remove unused libavformat #define.diego2007-04-261-3/+0
* Merge config.h variable declarations into libavformat test.diego2007-04-261-17/+8
* Merge config.h variable declarations into libavcodec test.diego2007-04-261-18/+18
* Merge config.h variable declarations into libavutil test.diego2007-04-261-8/+4
* indentation cosmeticsdiego2007-04-261-2/+2
* Remove redundant comments.diego2007-04-261-3/+0
* Clean up static libavcodec check, just checking for a file is enough.diego2007-04-261-19/+0
* Fix typo in _libavcodec vs _libavcodec_a variable name.diego2007-04-261-1/+1
* cosmetics: Fix indentation, merge some lines in the FFmpeg checks.diego2007-04-261-12/+7
* Merge static and shared libpostproc checks.diego2007-04-261-12/+6
* Merge static and shared libavformat checks.diego2007-04-261-23/+18
* Move misplaced res_comment to where it actually takes effect.diego2007-04-261-2/+1
* Merge static and shared libavcodec checks.diego2007-04-261-32/+25
* 10l elif syntax errordiego2007-04-261-1/+1
* Merge checks for static and shared libavutil.diego2007-04-261-30/+25
* Add general variables for either static or shared FFmpeg libraries.diego2007-04-264-14/+20
* Give variable names for static FFmpeg libraries a '_a' suffix.diego2007-04-261-46/+46
* Remove large automatics from stack.diego2007-04-261-3/+3
* Add CXX include flags to dependency file generation CFLAGS to generate correctdiego2007-04-261-0/+2
* synced with r23100Gabrov2007-04-261-20/+4
* AMR-NB fixed-point mode external library support was removed from FFmpeg.diego2007-04-251-33/+3
* make -really-quiet hide the mencoder version tags. patch copied from michaelcompn2007-04-251-0/+5
* cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.diego2007-04-252-25/+25
* cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.diego2007-04-253-3/+3
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.diego2007-04-256-28/+28
* Consistently use quotes instead of angled brackets in #includediego2007-04-259-51/+55
* typo: mingw --> mingw32diego2007-04-251-1/+1
* Declarations and code should not be mixed.diego2007-04-253-6/+5
* Add support for Bethesda Software VID video.diego2007-04-251-0/+1
* CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now calledcehoyos2007-04-241-2/+2
* Do not use FT_Glyph_Copy with NULL glyphs.eugeni2007-04-241-2/+5
* r23028: with -identify show audio and video idkraymer2007-04-241-1/+5
* compilation fix, manually include help_mp.hods152007-04-241-0/+2
* r23100: Update AMR instructions.voroshil2007-04-241-21/+4
* Update AMR instructions.diego2007-04-231-19/+3
* allows cross-compilation for PPC target when using a toolchain defined as pow...ben2007-04-231-2/+2
* r19039 was missed in first sync (r19631). fixed.voroshil2007-04-231-10/+3
* Use proper GPL header.diego2007-04-2313-247/+273
* spelling cosmeticsdiego2007-04-2314-17/+17
* Gui --> guidiego2007-04-23135-20/+20
* Mark incompletely translated file as such.diego2007-04-231-1/+2
* Set _audio_input to yes for V4L2 as well.diego2007-04-231-0/+1
* Use standard GPL header.diego2007-04-232-42/+44
* cosmetics: Sort PARTS.diego2007-04-221-16/+16
* Cosmetics: remove duplicate space in ifdefreimar2007-04-221-2/+2
* Remove duplicate entries from PARTS.diego2007-04-221-3/+0
* Add Makefile variable for audio input that is enabled by V4L or radio capture.diego2007-04-222-7/+4
* demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SOnicodvb2007-04-221-0/+2
* Add Makefile variable for either internal or external VIDIX.diego2007-04-222-3/+3
* Readd an explicit rule for Objective C files. Apparently only Apple's fork ofdiego2007-04-221-0/+3
* include inttypes.h in the check for dvdnavnicodvb2007-04-221-0/+1
* u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)ben2007-04-221-1/+1
* remove useless include that breaks MinGW (patch by Xuebin Wu)ben2007-04-221-1/+0
* fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyosben2007-04-221-2/+2
* Add .mp4 to gmplayer list of known video formatsreimar2007-04-221-2/+2
* spelling, wordingvoroshil2007-04-221-5/+6
* simplified depth definitionben2007-04-227-33/+7
* declare variables as staticben2007-04-221-6/+6
* removed useless varsben2007-04-221-3/+0
* declare variables and functions as staticben2007-04-221-7/+7
* declare variables as staticben2007-04-221-2/+2
* declare variable as staticben2007-04-221-1/+1
* removed old code, that has been commented out for too long timeben2007-04-221-91/+0
* declare variable as staticben2007-04-221-1/+1
* useless else caseben2007-04-221-1/+0
* removed never called functionben2007-04-221-23/+0
* declare variables as staticben2007-04-221-5/+5
* simplified depth definitionben2007-04-221-5/+1
* removed useless code from vidix driversben2007-04-227-323/+5
* Suggest svn diff command that does not show most cosmeticsreimar2007-04-221-0/+4
* updated vidix files headers whenever it's possible to have a clear GPL statementben2007-04-2222-344/+536
* kill a few warningsben2007-04-221-0/+4
* updated the ati vidix driver with the one from upstream vidix, it now support...ben2007-04-222-641/+2106
* after a DVDNAV_VTS_CHANGE event report the title being playednicodvb2007-04-221-0/+2
* r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bi...voroshil2007-04-221-1/+5
* synced with r23028Gabrov2007-04-211-1/+5
* fix for mingw: u_long becomes unsigned longben2007-04-211-1/+1
* added a new value for alpha colorkey (will be needed by further ati vidix dri...ben2007-04-211-0/+1
* u_char is broken under mingw, use unsigned char instead, fix by aurelben2007-04-211-1/+1
* better fix for r23001, u_int becomes unsigned int, dont force it to uin32_tben2007-04-211-11/+11
* Deallocate glyphs in a separate loop.eugeni2007-04-211-0/+3
* Always deallocate glyphs. Fixes a memory leak.eugeni2007-04-211-3/+4
* Reset outline glyph cache when configuration changes.eugeni2007-04-211-0/+1
* Scale camera distance.eugeni2007-04-211-3/+4
* update year of mencoder version linecompn2007-04-211-1/+1
* Remove unused variables.eugeni2007-04-201-2/+0
* Cosmetics.eugeni2007-04-201-6/+5
* Allow caching of rotated glyphs.eugeni2007-04-201-4/+0
* Add shift_[xy] (vector that is added to the glyph before transformation) toeugeni2007-04-202-3/+12
* Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.eugeni2007-04-201-16/+19
* Remove bbox and advance vector from bitmap cache.eugeni2007-04-202-8/+0
* Store outline_glyph (glyph border) in glyph cache.eugeni2007-04-203-8/+12
* Cosmetics: reindentation.eugeni2007-04-201-4/+4
* Because of the outline glyph cache it is now possible for glyph_info_t to haveeugeni2007-04-201-1/+3
* Make get_*_glyph return void.eugeni2007-04-201-13/+5
* Move outline glyph generation to a separate function, using outline glypheugeni2007-04-201-34/+60
* Oops, fix compilation broken in r23037.eugeni2007-04-201-1/+1
* Collect hit/miss statistic in hash map, and print in -v mode.eugeni2007-04-201-2/+11
* Add outline glyph cache (unused yet).eugeni2007-04-202-0/+68
* Rename glyph cache to bitmap cache.eugeni2007-04-203-41/+40
* Add generic hash map implementation.eugeni2007-04-202-120/+179
* A meaningless cosmetic change.eugeni2007-04-201-1/+1
* Add perspective projection.eugeni2007-04-201-0/+12
* Applying transformation matrix to the glyph and the shift vector separately iseugeni2007-04-201-26/+20
* Cosmetics: reindentation.eugeni2007-04-201-7/+7
* Disable caching of rotated glyphs.eugeni2007-04-201-0/+4
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...nicodvb2007-04-207-1/+20
* Intel's Conroe-L makes use of extended models, so adjust CPU detectiondiego2007-04-202-3/+2
* r22985: Move translatable strings from tv.c to help_mp*voroshil2007-04-201-1/+37
* Sync'd up to r23003ptt2007-04-191-1/+35
* Mono audio should be supported by NAS, too.reimar2007-04-191-1/+1
* update release number and add atrac3 in wav format, works on /samples/a-codec...compn2007-04-181-1/+2
* preserve alpha channel when converting rgb32 to bgr32 in plain Civo2007-04-181-1/+1
* fix red_15mask and green_15mask. the previous values were wrong and causedivo2007-04-181-2/+2
* FFmpeg Atrac 3diego2007-04-181-0/+7
* Bethesda software VID video decoderdiego2007-04-181-0/+9
* test widths all down to one. this tests whether the scalers correctly switchivo2007-04-181-1/+1
* Merge both USE_DVDREAD sections.diego2007-04-181-5/+2
* Fix preprocessor conditionals: libdvdnav includes libdvdread and configurediego2007-04-181-2/+2
* skip MMX code in rgb24tobgr24 if the size of the input is smaller than theivo2007-04-181-0/+3
* skip MMX code in rgb32to16 if the size of the input is smaller than theivo2007-04-181-0/+2
* skip MMX code in rgb32to15 if the size of the input is smaller than theivo2007-04-181-0/+2
* slightly faster rgb32tobgr32; avoid one add and one cmpivo2007-04-171-18/+17
* big surprise.. uau broke gcc 2.95 as usualrfelker2007-04-171-1/+3
* 5l: don't die when config file contains dvd options and dvd support is missingrfelker2007-04-171-2/+2
* New implementation of rgb32tobgr32ivo2007-04-161-41/+58
* Ignore mp4a audio tag, it is meaningless since we get it for all mp4 filesreimar2007-04-161-0/+3
* cosmetics: tabs --> spacesdiego2007-04-161-17/+17
* minor fixes for r23004kraymer2007-04-161-4/+4
* synced with r23003Gabrov2007-04-164-133/+109
* r22985: Move translatable strings from tv.c to help_mp*kraymer2007-04-161-1/+35
* Remove duplicated linevoroshil2007-04-161-1/+0
* bad prototype for driver init functionben2007-04-151-1/+1
* u_int seems unknown under mingwben2007-04-151-11/+11
* lowres supports some h264 filescompn2007-04-151-0/+1
* add entry for recently fixed "device" and "adevice" suboptions in *BSD BT848 tvvoroshil2007-04-151-0/+1
* Report if internal, external of dvdnav version of dvdread is used.diego2007-04-151-5/+11
* Disabled VCD support under Cygwin, it fails to link.diego2007-04-151-1/+1
* Remove unused variable.diego2007-04-151-1/+0
* Update amr-nb and amr-wb checks for changes in FFmpeg.diego2007-04-151-12/+18
* improve horizontal chroma resolution with palmichael2007-04-152-6/+7
* convert palette to yuv instead of converting each pixel after pal->rgbmichael2007-04-152-14/+25
* added vidix driver for Permedia2 cards from upstream vidixben2007-04-145-1/+1683
* added conditional vidix drivers compilationben2007-04-143-5/+151
* Use lavf_preferred mechanism to replace more extension-based detection hacksreimar2007-04-142-4/+2
* Add lavf_preferred demuxer for lavf formats we want to be probedreimar2007-04-144-5/+42
* typovoroshil2007-04-141-1/+1
* cosmetics. restore empty line removed in r22985.voroshil2007-04-131-0/+1
* Fix a stupid bug in r22473: bbox is zero-filled everytime when a glypheugeni2007-04-131-5/+1
* Move translatable strings from tv.c to help_mp*voroshil2007-04-132-51/+79
* Remove redundant setting of variables when compiling FFmpeg libraries,diego2007-04-121-5/+5
* cosmetics, expand all tabs to four spaces.ivo2007-04-121-112/+112
* Replace huge switch statement by a lookup table.ivo2007-04-121-174/+46
* r22975: cosmetics: remove trailing white spacevoroshil2007-04-121-2/+2
* Revert previous broken removal of partial dependency list.diego2007-04-121-0/+49
* cosmetics after last commit; remove superfluous bracesivo2007-04-111-6/+4
* Remove code duplication in sws_rgb2rgb_init.ivo2007-04-112-116/+36
* r22845: Clarify -xineramascreen -2 behaviourkraymer2007-04-