summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More fastmemcpy.h removalreimar2007-05-272-2/+0
* Remove more pointless fastmemcpy.h includes in libvoreimar2007-05-274-6/+0
* Removed useless fastmemcpy.h includes in video decodersreimar2007-05-272-2/+0
* Remove two useless fastmemcpy.h includes in gui code.reimar2007-05-272-2/+0
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-2730-46/+0
* sync w/ r23370gpoirier2007-05-271-10/+10
* synced with r23388Gabrov2007-05-273-9/+10
* Partial sync with r23370, with only one section obsolete.gpoirier2007-05-271-557/+1871
* compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tablesrik2007-05-272-16/+16
* fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mpl...nicodvb2007-05-261-2/+2
* allow left key command to close text menus tooben2007-05-251-0/+1
* rename some menu open functions, to avoid confusion with libc native open()ben2007-05-253-6/+6
* Record what was produced by make_decode_table_MMX() and used that data tozuxy2007-05-254-164/+138
* Sync to 30.3.2007jheryan2007-05-2418-4800/+5750
* more sensless repo moving ..moving ...michael2007-05-242-2/+2
* remove unnecessary stubs which were not ever used.voroshil2007-05-244-26/+0
* ffmpeg -sws_flags command line option to set swscaler flagsivo2007-05-231-1/+34
* Remove hardcoded registerszuxy2007-05-231-67/+67
* synced with r23370Gabrov2007-05-221-12/+21
* Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic w...zuxy2007-05-221-11/+10
* Set i_bps for ASF video streams according to extended stream propertieszuxy2007-05-223-2/+7
* Remove unused synth_1to1_mono()zuxy2007-05-221-21/+0
* sync'ed up with r21654ptt2007-05-211-7/+26
* make v4l1 driver work properly.voroshil2007-05-211-43/+45
* sync'ed up with r21561ptt2007-05-211-19/+78
* added missing fpsptt2007-05-211-1/+1
* missed sync tag updatevoroshil2007-05-211-1/+1
* r23367: little alignment fixesvoroshil2007-05-211-2/+0
* little alignment fixesptt2007-05-211-3/+1
* sync'ed up with r23028ptt2007-05-211-1/+5
* little fixesptt2007-05-211-4/+2
* 10l: cosmetic: more trailing whitespaces removedzuxy2007-05-211-6/+6
* Cosmetic: remove trailing whitespaceszuxy2007-05-211-7/+7
* New tags introduced for AMD K10 and Intel Penrynzuxy2007-05-211-0/+12
* Add "uclinux" as an accepted system type in the linux() test.diego2007-05-211-1/+1
* Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly fas...zuxy2007-05-212-55/+37
* missed part of gui code change while introducing -subfont option (patch by Pi...ben2007-05-201-1/+1
* Fix #if condition.eugeni2007-05-201-1/+1
* FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.eugeni2007-05-201-0/+4
* add new -subfont option, that allows having a different font for OSD (control...ben2007-05-208-34/+53
* get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerfben2007-05-202-34/+9
* Move common ioctl outside of ifdefreimar2007-05-201-2/+1
* Clean up some unused code and #ifdef mess in ao_sun.creimar2007-05-201-5/+1
* Implement flushing of audio data. Fixes bug #754.reimar2007-05-201-7/+9
* Fix OpenBSD compilation: strndup is a GNU extension.reimar2007-05-201-2/+2
* Remove unused code, if it is ever needed it can be recovered from historyreimar2007-05-201-36/+0
* Add SSSE3 checkzuxy2007-05-201-0/+13
* buggy joystick initialization, works much better without thisben2007-05-191-1/+0
* -----mencoder.xml----voroshil2007-05-192-4/+4
* Correct font size in libass.eugeni2007-05-193-10/+28
* Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ave...mhoffman2007-05-191-0/+79
* Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPR...reimar2007-05-191-7/+7
* Fix compilation: Create CONFIG_*_BSF in config.makreimar2007-05-191-0/+1
* Add ID to example.diego2007-05-191-1/+1
* Fix bug in reference codezuxy2007-05-191-1/+1
* Revert y-axis rotation. Change order of rotations.eugeni2007-05-181-4/+5
* cosmetics: fix indentation for previous commitcorey2007-05-181-1/+1
* PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt getscorey2007-05-181-0/+1
* Clean up VIDIX test.diego2007-05-171-126/+50
* 10l: leftover line from incompletely split commitdiego2007-05-171-2/+0
* Remove awk test. awk is a basic Unix tool, any implementation is sufficient.diego2007-05-172-23/+1
* Move the internal VIDIX check from a random place into the VIDIX section.diego2007-05-171-35/+34
* Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,diego2007-05-171-1/+0
* Merge internal and external VIDIX checks.diego2007-05-171-8/+7
* ffdts is no more.diego2007-05-172-33/+0
* Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implemen...reimar2007-05-171-49/+4
* Make use of new AV_RL64reimar2007-05-171-1/+1
* Remove useless setting of dp->len, it is already set to that value byreimar2007-05-171-1/+0
* Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).corey2007-05-172-0/+2
* Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders cancorey2007-05-171-0/+1
* 1L to me: dv does not support YVU9.corey2007-05-171-1/+1
* "inline" is used elsewhere and more portable than "__inline"reimar2007-05-161-2/+2
* Include string.h for memcpy, fastmemcpy.h alone is not enough.reimar2007-05-166-0/+6
* Remove extern C declarations for C++.diego2007-05-161-8/+0
* Avoid passing test invalid arguments when string is empty.reimar2007-05-151-1/+1
* fix typokraymer2007-05-141-1/+1
* r23152: Add -ass-hinting option for setting font hinting method.kraymer2007-05-141-8/+37
* Support fractional font sizes.eugeni2007-05-146-17/+19
* Limit ass_font_set_transform to nonrotating transformations.eugeni2007-05-144-23/+30
* Make vd_raw VDCTRL_QUERY_FORMAT simpler to understandreimar2007-05-141-1/+2
* r23308: List dv in pixel formats lavc's dv encoder supports.voroshil2007-05-141-5/+7
* fix formating of lavcopts format suboptionscompn2007-05-141-3/+3
* Fix double free() in demux_asf.cuau2007-05-141-3/+1
* Output message fixuau2007-05-141-1/+1
* add svq1 lavcopts format colorspacecompn2007-05-131-1/+3
* Add standard license header, confirmed by Nick in private mail.diego2007-05-131-0/+15
* ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail comdiego2007-05-131-0/+18
* List dv in pixel formats lavc's dv encoder supports.corey2007-05-131-2/+2
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.gpoirier2007-05-137-1/+690
* Add DV fourcc.corey2007-05-131-0/+2
* Compilation fix after ffmpeg r9010 (bitstream filters optional rtogni2007-05-131-0/+3
* r23283: wrong suboption for vo gif89a, revision 16722 shows the problem, this...voroshil2007-05-121-4/+4
* r23271: libdha is no more.voroshil2007-05-122-6/+7
* Simplify -flip handling on vo_x11.creimar2007-05-121-6/+4
* Fix crash with -flip on 64 bit systems, the result ofreimar2007-05-121-1/+1
* Factor common code out of if in x11_common.creimar2007-05-121-2/+1
* Compile internal FFmpeg libraries only when configure enabled the staticdiego2007-05-111-4/+4
* help output typo noticed by Ramiro Polladiego2007-05-111-1/+1
* update changelog and bump codecs.conf release numbercompn2007-05-112-3/+3
* cosmetics; one test per line for all isXXX(x) macrosivo2007-05-112-31/+91
* Add correct boilerplate license headers.diego2007-05-112-3/+26
* prettyprinting cosmeticsdiego2007-05-111-22/+22
* new VIDIX driver for IVTV cards, original patch by Lutz Koschorreckben2007-05-104-1/+535
* add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronte...compn2007-05-102-0/+9
* update copyright year'compn2007-05-101-1/+1
* Fix indentation broken in r23287reimar2007-05-101-4/+4
* Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkvreimar2007-05-102-0/+2
* Avoid code duplication in mkv demuxer for standard fourcc/extradata handlingreimar2007-05-101-29/+23
* Fix track info being read for the wrong track introduced in r20598reimar2007-05-101-3/+3
* Missing -1 in the FreeBSD code to get the first CD track numberreimar2007-05-101-1/+1
* sync w/r23283, fix a French typogpoirier2007-05-101-4/+4
* Reuse linux code for reading png images for windows Gui,reimar2007-05-102-53/+19
* 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