summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage...compn2007-05-101-2/+2
* Don't deallocate font data if it will be used later.eugeni2007-05-091-1/+3
* remove the need of one extra shift in rgb16ToUVivo2007-05-091-6/+3
* Ignore comments where no '=' follows the comment name (otherwisereimar2007-05-091-1/+2
* Fix rgb15ToUV. Correct order of components and use one shift less.ivo2007-05-091-7/+4
* allow sis vidix driver to access registers and avoid segfaulting (patch by An...ben2007-05-091-0/+9
* cosmetic: indentben2007-05-081-1/+1
* cosmetic: use K&R coding style, as in reste of the fileben2007-05-081-10/+5
* added my latest contribution to VIDIX in AUTHORS fileben2007-05-081-0/+1
* take the lead on VIDIX, as pointed out by Diegoben2007-05-081-1/+1
* removed obsolete sectionben2007-05-081-8/+0
* 10l syntax errordiego2007-05-081-0/+1
* libdha is no more.diego2007-05-082-5/+5
* try to limit the mess from the svn moves by pointing to the new locationmichael2007-05-082-0/+10
* r23240: document lavc's 'level' option, patch by Carl Eugen Hoyosvoroshil2007-05-081-1/+10
* mention myself (besides Sascha) to VIDIX import and maintainshipben2007-05-081-1/+1
* libdha is gone now, don't mention it anymoreben2007-05-081-1/+1
* notify of pvr channel navigation feature in ChangeLogben2007-05-081-0/+1
* added Sven latest contribution to AUTHORS fileben2007-05-081-0/+1
* added proper GPL headers to new stream/pvr.h fileben2007-05-081-0/+23
* give credits to Sven for pvr channel navigationben2007-05-081-0/+1
* support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ...ben2007-05-083-23/+873
* description for -menu-keepdir optionben2007-05-082-0/+9
* These files are now in the separate NUT repository.diego2007-05-082-1202/+0
* add MPlayer's local changes introduced in r23258gpoirier2007-05-071-3/+3
* compile fix for regression introduced by r23254gpoirier2007-05-072-3/+3
* For DVR-MS:nicodvb2007-05-073-37/+277
* fix libmenu compilation with fridibi enabledben2007-05-071-3/+3
* cast to what's really expectedben2007-05-071-1/+1
* iWMMXt-accelerated DCT and motion compensation for ARM processorsgpoirier2007-05-078-0/+1205
* test for tab charactersivo2007-05-071-0/+18
* note about gui depending on libavcodec instead of libpngcompn2007-05-071-0/+1
* do not run stupid code checks if chfilelist is emptyivo2007-05-071-0/+2
* use already existing function to get utf8 char in libmenu (thx to reimar)ben2007-05-071-8/+4
* used FFMAX macro as pointed out by reimarben2007-05-071-1/+2
* removed useless casts as pointed out by reimarben2007-05-071-6/+6
* new -menu-keepdir option that allows libmenu file browser to always restart b...ben2007-05-072-1/+43
* support for hebrew through fribidi in libmenu (geexbox patch #580)ben2007-05-072-0/+68
* support for unicode/utf8 in libmenu (geexbox patch #545)ben2007-05-072-13/+40
* remove unused codereimar2007-05-071-8/+0
* Fix Gui colors for 32 bit png images after switch to libavcodec decodingreimar2007-05-071-8/+3
* Fix compilation after FFmpeg r8921cehoyos2007-05-071-1/+1
* document lavc's 'level' optioncehoyos2007-05-061-0/+5
* document lavc's 'level' option, patch by Carl Eugen Hoyosgpoirier2007-05-061-0/+5
* Play amr_nb and amr_wb with FFmpegs r8880cehoyos2007-05-061-2/+2
* mplayer.rc depends on version.hreimar2007-05-051-1/+1
* Fix "inline keyword not at beginning of declaration" warning.diego2007-05-051-1/+1
* r23225: The GUI no longer depends on libpng.voroshil2007-05-052-5/+4
* sync with r23028, patch by JRaSH % jrash06 A 163 P com%gpoirier2007-05-031-10/+49
* Move variables and a function under #ifdef FC_VERSION to avoid warnings.eugeni2007-05-031-10/+12
* Deallocate FontConfig objects.eugeni2007-05-031-9/+14
* Fix stupid bug in r23229.eugeni2007-05-031-1/+1
* Deallocate string.eugeni2007-05-031-0/+1
* In ass_font_new, allocate temporary ass_font_t on stack and return the pointereugeni2007-05-031-19/+17
* Make cache_*_add functions return the pointer to new (copied) value.eugeni2007-05-032-11/+12
* synced with r23227Gabrov2007-05-032-5/+4
* add "level" as lavc optioncehoyos2007-05-031-0/+3
* MJPEG decoding does not depend on libjpeg.diego2007-05-031-1/+1
* The GUI no longer depends on libpng.diego2007-05-033-3/+2
* Simplify libamr_nb test.diego2007-05-031-5/+2
* cosmetics: Rename remaining instances of amr_* to libamr_*.diego2007-05-031-8/+8
* Rename amr_nb and amr_wb options to libamr_*.diego2007-05-031-6/+6
* FFmpeg sync: Rename AMR config settings to LIBAMR.diego2007-05-031-13/+13
* cosmetics: Rename _amr* variables to _libamr*.diego2007-05-031-33/+33
* FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.diego2007-05-031-1/+1
* Use calloc instead of malloc+memsetreimar2007-05-021-2/+1
* Missing free on error in conv24to32reimar2007-05-021-0/+1
* Simplify bgr2rgbreimar2007-05-021-6/+1
* Remove unused functionreimar2007-05-021-26/+0
* Make functions and variables not used outside bitmap.c staticreimar2007-05-022-9/+7
* Simplify conv24to32 for-loopreimar2007-05-021-1/+1
* Remove useless extern before function prototypesreimar2007-05-021-4/+4
* Remove libpng dependency for Gui, use libavcodec insteadreimar2007-05-022-70/+43
* Disable internal vidix on PPC linux, it breaks compilation.reimar2007-05-021-1/+2
* Fix commit nick.diego2007-05-021-1/+1
* Always deallocate glyphs. Fixes memory leak.eugeni2007-05-021-5/+5
* cosmetics: indentation after previous patchbenoit2007-05-021-13/+13
* test if color conv fonction exists prior to using itbenoit2007-05-021-0/+3
* Fix NULL pointer dereference in demux_mkv that happens wheneugeni2007-05-011-2/+2
* sync w/ r23162gpoirier2007-05-011-3/+5
* dvdnav:// depends on our fork of libdvdnavnicodvb2007-05-011-0/+1
* reindented dvdread check blocknicodvb2007-05-011-3/+3
* libdvdnav now depends on our fork of the library; only the version without nicodvb2007-05-011-40/+35
* Reuse common Makefile infrastructure.diego2007-05-011-20/+9
* cosmetics: Move depend target (preparation for upcoming change).diego2007-05-011-4/+4
* Clarify whom to send translations to.diego2007-05-011-2/+2
* Update comments.eugeni2007-05-011-11/+25
* Cosmetics.eugeni2007-05-011-4/+4
* Move glyph_to_bitmap() call and outline glyph deallocation toeugeni2007-05-011-30/+22
* sync w/ r23152gpoirier2007-05-011-4/+35
* Minor code simplification.eugeni2007-05-011-14/+16
* Move get_bitmap_glyph() call to a separate loop.eugeni2007-05-011-1/+3
* Move transform_3d() call to get_bitmap_glyph().eugeni2007-05-011-10/+9
* Make a function static.eugeni2007-05-011-1/+1
* Don't recalculate rotation radius. eugeni2007-05-011-2/+2
* Bugfix: glyph cache depends on border width, because it contains outline_glypheugeni2007-05-012-0/+2
* Merge FFmpeg dependency handling into the individual tests.diego2007-05-011-39/+17
* cosmetics: Fix bogus indentation.diego2007-05-011-25/+25
* synced with upstream vidix, prevented some drivers to work on some configs/archsben2007-04-305-1/+11
* deprecated comment from the time the pvr code was half V4L2 and half IVTV spe...ben2007-04-301-2/+0
* one more spelling fixben2007-04-301-1/+1
* accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)ben2007-04-301-3/+3
* spelling fixben2007-04-301-2/+2
* synced with r23179Gabrov2007-04-303-32/+33
* cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.diego2007-04-301-2682/+2681
* r23161: Remove outdated and wrong references to codecs.conf.voroshil2007-04-302-14/+4
* sync tag updatevoroshil2007-04-301-1/+1
* 10l to Diego for breaking svn (again).iive2007-04-301-5/+0
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.diego2007-04-294-1445/+1449
* cosmetics: Fix stray wrongly indented line.diego2007-04-291-1/+1
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.diego2007-04-294-2498/+2497
* Fix several implicit declarations of functions warnings.diego2007-04-299-3/+20
* Remove duplicate #include.diego2007-04-291-2/+0
* Remove unused variable,reimar2007-04-291-1/+0
* (cosmetics) replace tabs with spacesvoroshil2007-04-291-970/+970
* typo fix.voroshil2007-04-291-1/+1
* (cosmetics) more indentation fixes.voroshil2007-04-281-59/+55
* add missing case value, fixes functionality when using some skins.vayne2007-04-281-0/+1
* compilation fix for disabling dvd functionality, patch by <bangbangbear at gm...vayne2007-04-282-6/+6
* update wishlistcompn2007-04-281-12/+13
* notify new Radeon chipsets supported by VIDIX driverben2007-04-281-0/+1
* updated manpages with new vidix subdevice namesben2007-04-2810-31/+20
* Remove outdated and wrong references to codecs.conf.diego2007-04-282-27/+5
* cosmetics: Fix one more stray wrongly indented line.diego2007-04-281-1/+1
* cosmetics: Remove all trailing whitespace and tabs, indentation fixes.diego2007-04-281-1095/+1089
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.diego2007-04-285-3081/+3074
* 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