summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2360-194/+196
* Merge two #ifdefs into one.diego2008-02-232-9/+5
* #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.diego2008-02-233-12/+4
* Move libdca definition to a better place in config.h.diego2008-02-231-1/+3
* warn to always include PMT and PCR pids in channels.conf (dvb)nicodvb2008-02-231-3/+5
* removed nonsense in the dvbin sectionnicodvb2008-02-231-3/+1
* reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUEnicodvb2008-02-231-4/+6
* read the PCR of the currently playing program (if available) in demuxer->refe...nicodvb2008-02-231-3/+45
* New member in demuxer_t: reference_clock.nicodvb2008-02-232-0/+10
* Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.eugeni2008-02-222-1/+2
* Check glyph bounding box before rasterizing and complain if it is too large.eugeni2008-02-222-0/+17
* Some debugging routines.eugeni2008-02-222-0/+27
* Better handling of behind-the-camera objects.eugeni2008-02-221-2/+3
* Print FreeType version in libass init. Makes error logs slightly more helpful.eugeni2008-02-221-0/+7
* Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.diego2008-02-221-9/+9
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2224-72/+74
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-22194-618/+589
* Discard two symbols from libswscale.cehoyos2008-02-225-23/+18
* Fix continuous scrolling on OS/2 due to status line updates unless -quietdiego2008-02-221-1/+1
* Create standard multiple inclusion guards.diego2008-02-211-9/+9
* Fix copy&paste typo in rgbtest documentationreimar2008-02-211-1/+1
* Remove misplaced #endif comment.diego2008-02-211-1/+1
* sync w/r26052gpoirier2008-02-211-0/+9
* sync w/ r26019gpoirier2008-02-211-2/+24
* improve DTD dection of MacPort-install docbook packagegpoirier2008-02-211-1/+1
* Document rgbtest argumentsreimar2008-02-211-1/+10
* Replace Alpha MVI compiler workarounds by a proper configure check.diego2008-02-215-76/+14
* Use standard multiple inclusion guard.diego2008-02-211-1/+1
* Remove unused #define from config.h.diego2008-02-211-5/+0
* OS/2 getch2() supportdiego2008-02-214-5/+212
* Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.diego2008-02-213-3/+3
* Fix r26032: wrong sub stream id assigned to dvdsub_id.eugeni2008-02-211-1/+1
* Add multiple inclusion guard.diego2008-02-211-0/+5
* Add missing multiple inclusion guards.diego2008-02-215-0/+23
* Consistently use filename as multiple inclusion guard.diego2008-02-214-12/+12
* sync w/r25566, patch by mesecam %mesecam A gmail P com%gpoirier2008-02-201-19/+9
* sync w/r25308, patch by mesecam %mesecam A gmail P com %gpoirier2008-02-201-46/+691
* Fix compilation with ASS disabledreimar2008-02-201-1/+1
* Remove pointless #ifdefs around extern declarations.diego2008-02-2012-126/+0
* vf_sab mirrors coefficients past the edge of the picture instead of cropping:diego2008-02-201-3/+3
* Add support for DOS-style file:///x:/path paths.diego2008-02-201-0/+6
* cosmetics: Move definitions to a more standard place.diego2008-02-191-9/+9
* Add standard license header and make copyright notices consistent.diego2008-02-1911-79/+206
* Clean up lib* version definitionsmru2008-02-191-2/+4
* sync w/r24342, patch by jfallah mesecam at gmail dot comgpoirier2008-02-191-84/+105
* Support -slang in lavf demuxer.eugeni2008-02-191-1/+10
* Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.albeu2008-02-191-1/+3
* typo fixes, port of my patch for upstream libmpeg2diego2008-02-191-2/+2
* Fix illegal identifiers, port of my patch to upstream libmpeg2.diego2008-02-191-8/+8
* Refactor AltiVec macros as done for FFmpeg.diego2008-02-181-14/+7
* Refactor AltiVec macros as done for FFmpeg.diego2008-02-182-35/+21
* This header should not have multiple inclusion guards, it is meantdiego2008-02-181-4/+3
* cosmetics: indent, remove trailing whitespacediego2008-02-181-12/+12
* Merge the two conditional definitions of get_current_dir_name.diego2008-02-181-3/+1
* sync w/r26017gpoirier2008-02-181-3/+3
* basic support for OS/2 in configurediego2008-02-181-3/+21
* Set SYS_BEOS for libdvdcss compilation on BeOS.diego2008-02-181-0/+1
* Allow specifying a size for -vf rgbtestreimar2008-02-171-6/+14
* Document af-*, copied from vf-*reimar2008-02-171-0/+21
* Make -af-pre, -af-add, -af-del and -af-clr available.reimar2008-02-171-1/+1
* removed wrong examplecompn2008-02-171-0/+6
* synced with r26015Gabrov2008-02-172-14/+10
* Document that framedrop needs -no-correct-ptsreimar2008-02-171-2/+2
* -dumpstream will not dump chapters anymorecompn2008-02-171-6/+0
* remove duplicate AV_STRINGIFY() definitionmru2008-02-171-3/+0
* Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.diego2008-02-164-8/+8
* Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.diego2008-02-161-1/+1
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksdiego2008-02-163-4/+16
* Avoid reinit of vo with the exactly same parameters over and over.reimar2008-02-161-6/+20
* when seeking in H264 an SPS *should* be a valid entry point; feel free to cha...nicodvb2008-02-161-1/+1
* cosmeticsnicodvb2008-02-161-4/+2
* in ts_detect_streams() try to identify the program found based on vpid and ap...nicodvb2008-02-161-0/+7
* libvo: change asm syntax to use ASMALIGN and " # nop"uau2008-02-152-5/+5
* Support icyx://.reimar2008-02-151-1/+1
* Always display Icy-Metadata if available, whether we recognize an ICY-Serverreimar2008-02-151-1/+2
* Move printing of Icy-Metadata into an extra functionreimar2008-02-151-14/+18
* Remove useless codereimar2008-02-151-6/+6
* Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),reimar2008-02-151-1/+2
* More explicit unsupported pixel format error messages.benoit2008-02-151-2/+2
* Try to make fps float -> AVRational conversion work better.reimar2008-02-141-1/+2
* Change force_fps and force_ofps to doublereimar2008-02-147-8/+8
* Change mf_fps to doublereimar2008-02-143-4/+4
* Revert accidentially committed line of r25994.cehoyos2008-02-141-1/+1
* typo fix: inited --> initializeddiego2008-02-1444-198/+198
* add ffpcx decoder, works on my samples.compn2008-02-132-0/+9
* Fix typo.cehoyos2008-02-131-1/+1
* typodiego2008-02-131-1/+1
* Translate stray Italian term.diego2008-02-131-1/+1
* Implement test for system byteswap.h header file.iive2008-02-121-0/+18
* Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.reimar2008-02-122-6/+3
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadnicodvb2008-02-115-40/+24
* sync w/ r25984gpoirier2008-02-111-3/+3
* Try harder to find OpenGL functions on Windows.reimar2008-02-111-1/+5
* Slightly document alpha for OSD colorreimar2008-02-112-3/+3
* Support alpha for vo gl osdcolorreimar2008-02-111-4/+4
* Remove an extern for a variable that no longer existsreimar2008-02-111-1/+0
* Remove left-over extern definitions that should not be therereimar2008-02-111-2/+0
* #include just libavutil/common.h, not all of libavutil/intreadwrite.h.diego2008-02-111-1/+1
* sync w/r25973gpoirier2008-02-101-1/+4
* Make some variables static.reimar2008-02-101-6/+6
* Avoid a useless extra pointer variable.reimar2008-02-101-1/+1
* Do not uselessly erase background, OpenGL will take care of drawing everything.reimar2008-02-101-2/+5
* Disable v4l2 if pthreads are not available, fixes bug #1015.diego2008-02-101-2/+2
* Avoid -wid message processing blocking MPlayer.reimar2008-02-101-1/+1
* Hint about possible libmpeg2 problems with -hardframedropreimar2008-02-101-0/+2
* Forward mouse messages to -wid Window.reimar2008-02-101-1/+15
* r25770: URL updates for contributed win32 stuff.voroshil2008-02-102-11/+6
* Sync tag update: changes in original text arevoroshil2008-02-101-1/+1
* Sync tag updatevoroshil2008-02-101-1/+1
* r25605: properties to get and set angle; patch by oattila chello huvoroshil2008-02-101-1/+5
* Make dither4 & dither8 const.cehoyos2008-02-092-4/+4
* Make sure the -wid window does not get notified when we destroy our attached ...reimar2008-02-091-1/+1
* Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)reimar2008-02-091-8/+10
* cosmetic typo fix, geneate > generatecompn2008-02-091-1/+1
* Use AV_RB*, reduces x86_64 code size by almost 1kB.reimar2008-02-091-18/+12
* in some still unknown system format 0x82 identifies AUDIO_DTSnicodvb2008-02-081-0/+1
* example for setting WMP user-agent string, helps when playlistsreimar2008-02-081-0/+4
* Disable http->mmshttp rewriting hack introduced in r25168,reimar2008-02-081-0/+4
* Add aspect_fit declaration missing for w32_common.reimar2008-02-071-0/+1
* Add speex tagreimar2008-02-061-0/+1
* Check buffer index while reading to avoid sig11rtogni2008-02-051-2/+25
* sync w/r25955gpoirier2008-02-051-2/+2
* typo fix, noticed by JRaSHgpoirier2008-02-051-1/+1
* It seems that mencoder can not handle correct-pts (lots of "No pts ..." messa...reimar2008-02-051-0/+2
* Add dv50 fourcc to libdv and ffdv, fixing the following sample:diego2008-02-041-0/+2
* Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessaryreimar2008-02-031-1/+0
* Allow demuxers to choose a default value for correct_ptsreimar2008-02-036-9/+22
* Implement keepaspect for Windows OpenGL vos.reimar2008-02-021-0/+12
* Make aspect adjustment calculation simpler and more flexible.reimar2008-02-021-24/+19
* synced with r25947Gabrov2008-02-021-1/+2
* Add windows cp1256 encoding for arabic, fixes bug #1007reimar2008-02-012-0/+2
* Update the test for ivtv output driver.iive2008-02-011-2/+8
* ao_functions_t should be const, part 1reimar2008-02-015-10/+10
* Redraw display on toggling borderreimar2008-02-011-0/+1
* Always redraw video on resize.reimar2008-01-311-2/+2
* Remove unused variable.reimar2008-01-301-1/+1
* Fix get_space calculation to always leave some space, esp. for the currently ...reimar2008-01-301-1/+3
* Change code to also work with different outburst sizesreimar2008-01-301-2/+2
* Reduce number of UnqueueBuffer callsreimar2008-01-301-3/+9
* alSourceRewindv seems to be broken in particular in Creatives Windows-Impleme...reimar2008-01-301-1/+1
* Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-I...reimar2008-01-301-1/+1
* Update for security fixesrtogni2008-01-301-0/+9
* Avoid a MANGLE, there is no register pressure and the generated codereimar2008-01-302-3/+3
* mark constants as suchreimar2008-01-301-9/+9
* Simplify: use DECLARE_ASM_CONSTreimar2008-01-301-14/+15
* Add support for attachments in lavf demuxer.eugeni2008-01-301-0/+7
* Split osd related stuff from mp_core.h into new header file mp_osd.h.ulion2008-01-302-20/+28
* Stream IDs must be written as hex numbers. Fixes rtogni2008-01-291-2/+2
* Consistently give all libass multiple inclusion guards a LIBASS_ prefix.diego2008-01-2910-30/+30
* Add a comment to the #if 0reimar2008-01-291-1/+1
* Ben co-maintains stream_dvdnav.cnicodvb2008-01-291-1/+1
* clarification about dvd still menusnicodvb2008-01-291-1/+1
* Check that index is still within bounds of samples array.reimar2008-01-291-0/+4
* Make sure chunkmap values are within bounds when using them.reimar2008-01-291-2/+3
* Do not pointlessly read data, just skip it.reimar2008-01-291-2/+1
* Disable reading of flac metadata, mere metadata is not worth such a mess.reimar2008-01-291-1/+3
* Properly check length of flac metadata.reimar2008-01-291-0/+2
* dvd still menus and latm aacnicodvb2008-01-291-0/+2
* show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore ...nicodvb2008-01-291-2/+2
* Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f...reimar2008-01-291-3/+6
* Allow for larger fragment programs.reimar2008-01-291-3/+10
* More places that should use SEEK_ABSOLUTE / SEEK_FACTORreimar2008-01-291-5/+5
* Use defines to give names to the different seek flags.reimar2008-01-2926-64/+65
* Make some assembler constants global instead of declaring them multiple times.reimar2008-01-296-60/+43
* Make mov subtitles work with -assreimar2008-01-291-1/+1
* clarify comments/docs about lav* being the preferred place to implement newivo2008-01-285-10/+18
* Support CODEC_ID_MOV_TEXTreimar2008-01-281-0/+2
* Simplify a condition that probably is not necessary at allreimar2008-01-281-1/+1
* sync with r25663 and misc. fixes, patch by JRaSHkraymer2008-01-281-37/+40
* copy note on new demuxers and codecs to the top of the array as well to beivo2008-01-283-0/+9
* Use DECLARE_ASM_CONST where possible in libswscale codereimar2008-01-283-73/+73
* sync w/ r25821gpoirier2008-01-281-2/+2
* vcd_read must read exactly VCD_SECTOR_DATA bytes.reimar2008-01-281-1/+1
* note on new demuxers and codecs, add them to lav* instead of libmp*ivo2008-01-285-0/+12
* port libmpdemux demuxers to libavformat or rewrite from scratchivo2008-01-281-0/+10
* Get rid of redundant dbg_printf redefinition. Fixes some warnings:diego2008-01-282-23/+14
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-2817-51/+51
* Fix compilation failure because bitfile was undefined:diego2008-01-281-0/+1
* Add multiple inclusion guards.diego2008-01-273-2/+11
* Replace with the output of the updated alaw-gen generator program.diego2008-01-271-64/+69
*