summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clarify that some of the non-SIMD code is now LGPLed.lucabe2006-11-197-34/+34
* Update section "AUDIO FILTERS"; Some sync w/ r21026; kraymer2006-11-191-142/+570
* Fix clobber list, half of the modified registers were missing.reimar2006-11-191-2/+2
* Collect all includes of mplayer headers in libass in a single file (mputils.h).eugeni2006-11-197-15/+16
* sync w/ r20876, patch by Jerome Ferrarigpoirier2006-11-181-9/+9
* sync with r20876, patch by Jerome Ferrarigpoirier2006-11-181-240/+108
* fix demux_nut to give proper (estimate) of percent position after a seekods152006-11-181-1/+3
* Add disabled EAGAIN testing code for libnutods152006-11-181-6/+16
* help_mp-ru.h sync with r21001voroshil2006-11-182-201/+155
* switch_audio and switch_video properties should be in the range -2..MAX_x_STR...nicodvb2006-11-181-2/+2
* Improve Id CIN description.diego2006-11-181-1/+1
* fix wrong 60000/10001 fractionkraymer2006-11-186-6/+6
* Fix double free in af_resample when reinited with suitable parametersuau2006-11-181-0/+1
* r20969: document new key binding for switching video streams in MPEG-TSkraymer2006-11-181-54/+58
* r21012: group together "quality" control optionskraymer2006-11-181-114/+114
* r20876: rename: XviD -> Xvid (man page part)kraymer2006-11-181-24/+24
* r21008: remove xvid3's mpeg_quant, replace it by xvid4's quant_typekraymer2006-11-181-52/+27
* When changing playback speed write the current speed to OSD only afteruau2006-11-181-3/+3
* move demux_nut priv calloc to init() instead of check_file()ods152006-11-181-2/+2
* TAB switches between programsnicodvb2006-11-181-0/+2
* mention switch_video and switch_programnicodvb2006-11-181-0/+4
* bind TAB to 'step_property switch_program'nicodvb2006-11-181-0/+1
* switch_program property to switch to/set a new programnicodvb2006-11-181-0/+24
* implemented DEMUXER_CTRL_IDENTIFY_PROGRAMnicodvb2006-11-181-0/+85
* new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)nicodvb2006-11-181-0/+6
* group together B-frames options with I,P frames optionsgpoirier2006-11-181-21/+21
* group together xvid's rate control optionsgpoirier2006-11-181-19/+19
* more mp_property_deinterlace simplification, patch byreimar2006-11-182-6/+5
* group together "quant_type" and quant_*_matrix since they are relatedgpoirier2006-11-181-10/+10
* implemented M_PROPERTY_SET in mp_property_{audio,video}nicodvb2006-11-181-4/+14
* group together "debug" and "psnr", note that "threads" option is featured on ...gpoirier2006-11-181-7/+7
* reinit_video_chain might set sh_video = NULL, so check against that.reimar2006-11-181-1/+1
* Move xvid 'grayscale' option close to 'interlacing'gpoirier2006-11-181-6/+6
* group together "quality" control optionsgpoirier2006-11-181-94/+94
* group together xvid's 'closed_gop' and 'packed' optionsgpoirier2006-11-181-17/+12
* remove xvid3's divx5bvop and replace it by xvid4's closed_gopgpoirier2006-11-181-14/+6
* r21004: remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options...kraymer2006-11-181-36/+26
* remove xvid3's mpeg_quant, replace it by xvid4's quant_typegpoirier2006-11-181-15/+5
* r21001: Add *BSD BT848 radio supportkraymer2006-11-182-26/+10
* support for XAN DPCM audiodiego2006-11-182-0/+8
* document new "D" keybinding for deinterlacing, introduced inkraymer2006-11-181-0/+2
* remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there i...gpoirier2006-11-181-32/+22
* Xvid3 support is no more: Remove Xvid3-specific optionsgpoirier2006-11-181-22/+0
* Mark some functions staticuau2006-11-181-3/+3
* Add *BSD BT848 radio supportvoroshil2006-11-186-4/+198
* Remove obsolete Xvid 3 support.diego2006-11-186-870/+2
* Drop some unnecessary local changes.diego2006-11-188-113/+9
* Make sure to pick up internal dvdcss.h before a globally installed one.diego2006-11-181-1/+1
* Rename libdvdread to dvdread. We really only include only the dvdreaddiego2006-11-1826-12/+12
* support for some more fringe formats, still buggy ..diego2006-11-172-0/+35
* Try reading palette for vobsubreimar2006-11-171-1/+18
* Support palette for general vobsubreimar2006-11-171-1/+5
* Since vobsub_lang and sub_select do the same, 'b' and 'j' were boundreimar2006-11-172-3/+2
* Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sa...reimar2006-11-171-0/+1
* consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.reimar2006-11-171-68/+65
* Minor mp_property_deinterlace simplificationreimar2006-11-171-3/+3
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-176-0/+52
* Adapt code to annoying ShowCursor semantics (increases/decreases and returnsreimar2006-11-171-2/+2
* missed piece in update to libnut API - non negative errorsods152006-11-171-2/+1
* r20972: defined MSGTR_OSDVideovoroshil2006-11-172-2/+5
* sync w/r20969gpoirier2006-11-171-6/+8
* add public wrapper for get_frequencyvoroshil2006-11-172-0/+16
* Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"voroshil2006-11-171-1/+1
* clarify syncpoint placement recommanditionsmichael2006-11-171-3/+13
* seekingmichael2006-11-171-0/+23
* dts & synchronous decodermichael2006-11-171-1/+2
* support flic video through lavfdiego2006-11-171-0/+1
* Put files fully owned by my under GPL v2 "or later"reimar2006-11-172-2/+2
* Fix AMD64 support, patch by Reimar Doffingergpoirier2006-11-171-24/+25
* some more updatesods152006-11-171-0/+3
* some updatesdiego2006-11-171-0/+23
* fix some mixed up usage messages and unify with master copykraymer2006-11-171-5/+5
* r20972: defined MSGTR_OSDVideokraymer2006-11-171-2/+3
* defined MSGTR_OSDVideonicodvb2006-11-171-0/+1
* COSMETICS: reformattednicodvb2006-11-161-4/+4
* restored circular looping when changing audio and video stream (previously br...nicodvb2006-11-161-2/+6
* document new key binding for switching video streams in MPEG-TSkraymer2006-11-161-0/+2
* reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIOnicodvb2006-11-161-0/+2
* implemented DEMUXER_CTRL_SWITCH_VIDEOnicodvb2006-11-161-1/+75
* associated _ to 'step_property switch_video'nicodvb2006-11-161-0/+1
* handle video stream switch using 'switch_video' property'nicodvb2006-11-161-0/+48
* added code to switch video streamnicodvb2006-11-162-0/+9
* moved video codec/filters/outdevice initialization code to specific functionnicodvb2006-11-161-87/+100
* forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actua...michael2006-11-161-11/+11
* fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsamplin...michael2006-11-161-91/+52
* cosmetics: Restore alphabetical order, align both tables.diego2006-11-161-11/+11
* Remove stray newline.diego2006-11-161-12/+12
* support for RoQ video and audio through libavformatdiego2006-11-161-0/+2
* support for Electronic Arts ADPCM audiodiego2006-11-162-0/+8
* support for Delphine CIN audio and videodiego2006-11-162-0/+17
* Mark internal lavf FourCCs as such.diego2006-11-161-9/+9
* update to libnut API, non-negative errorsods152006-11-161-12/+12
* Removing redundant entry, kraymer is doing all this work while maintaining tr...reynaldo2006-11-161-1/+0
* support for Interplay DPCM audiodiego2006-11-162-0/+8
* cosmetics: alphabetical order and prettyprinting for the CodecTag tablediego2006-11-161-8/+8
* support for Sierra VMD videodiego2006-11-162-0/+9
* Add support for Tiertex SEQ video.diego2006-11-162-0/+9
* synced with r20879torinthiel2006-11-161-47/+42
* Add support for Westwood IMA ADPCM audio.diego2006-11-152-0/+8
* Fix segfault with videos with unusual resolution, patch by Stanislav Maslovsk...gpoirier2006-11-151-1/+1
* When testing lame preset presence, use actuall lame_set_preset() function to ...iive2006-11-151-2/+2
* missing small update about libsmb in previous commitvoroshil2006-11-151-1/+2
* r20933: libvorbis is not necessary for Vorbis playback, small wording improve...voroshil2006-11-151-4/+1
* update to libnut, no nut_skip_packet()ods152006-11-151-1/+2
* update to libnut API, don't free the streamsods152006-11-151-3/+2
* Output UTF-8 instead of legacy encodings by default.diego2006-11-159-68/+7
* r20878: [cosmetics] (skipped)kraymer2006-11-152-14/+8
* revert last 2 commits on nut.txtods152006-11-151-16/+6
* Don't spam the console with timestamps (non-error messages printed every rtogni2006-11-141-2/+2
* Fix extradata passing to lavc RV20 decoderrtogni2006-11-144-82/+50
* [cosmetics] Fix indentationtorinthiel2006-11-141-49/+49
* Synced with r20933torinthiel2006-11-141-6/+2
* libvorbis is not necessary for Vorbis playback, small wording improvement.diego2006-11-141-4/+1
* add character encoding infokraymer2006-11-141-0/+1
* Introduce step_property command.reimar2006-11-144-0/+12
* Fix Unkown -> Unknown typoreimar2006-11-141-2/+2
* r20900: Missing : in -vf expand ar examplevoroshil2006-11-141-1/+1
* sync w/ 20637, patch by Francois franz A ephack P netgpoirier2006-11-141-86/+27
* bump date of NUT spec for previous commitods152006-11-141-1/+1
* allow info packets to appear in mid-stream, outside of main headers.ods152006-11-141-5/+15
* update to libnut, add cache_syncpointsods152006-11-141-1/+2
* MEMALIGN_HACK --> CONFIG_MEMALIGN_HACKdiego2006-11-141-1/+1
* 10l copy&Ãpaste bug in subtitle sh handlingreimar2006-11-141-2/+2
* Use vf control for reading pts from vf_vouau2006-11-143-14/+14
* remplace le tutoiement par le vouvoiement de l'utilisateur (qui n'ont pas gar...gpoirier2006-11-141-445/+445
* Fix statement-before-declaration warnings.reimar2006-11-141-3/+5
* Remove write-only variableuau2006-11-141-5/+0
* Update OSD contents only after the correct values for the frame are known.uau2006-11-144-19/+32
* Clarify messages for unavailable options.diego2006-11-143-24/+24
* Move xscreensaver_heartbeat call next to vo check_eventsuau2006-11-141-8/+7
* Replace sleep time calculation in main() with a separate function.uau2006-11-141-86/+60
* simplifyuau2006-11-141-8/+2
* Move -frames check out of frame flip code (like -endpos earlier)uau2006-11-141-4/+6
* Remove some unused code.uau2006-11-141-15/+0
* Move endpos handling from page flip code to a saner location, change < to <=uau2006-11-141-5/+5
* move vo event check together with gui event checkuau2006-11-141-3/+3
* update to libnut, rename nut.h->libnut.hods152006-11-142-2/+2
* Remove some incorrect codeuau2006-11-141-8/+1
* Update libao2 description, delete completely outdated "audio plugins" partuau2006-11-141-60/+19
* Try filling audio buffers more if they're very large, add some comments.uau2006-11-141-8/+19
* Move audio playing code from main() into a separate function.uau2006-11-141-62/+78
* Remove useless check.uau2006-11-141-1/+1
* Split some from main() into separate functions.uau2006-11-141-103/+116
* sync with r20900gpoirier2006-11-131-2/+2
* r20900: Missing : in -vf expand ar examplekraymer2006-11-131-2/+2
* Missing : in -vf expand ar examplereimar2006-11-131-1/+1
* rename: XviD -> Xvidgpoirier2006-11-134-25/+25
* sync with r20876gpoirier2006-11-131-31/+32
* r20872: Clarify -dumpaudio, it is not useful normallyvoroshil2006-11-131-33/+34
* Update missing tags of previous commitvoroshil2006-11-136-6/+6
* r20876: rename: XviD -> Xvidvoroshil2006-11-136-143/+204
* Try to handle oversized asf headers by ignoring anything beyond the first MBreimar2006-11-131-2/+6
* Incomplete support for vobsub (missing palette support) andreimar2006-11-131-0/+57
* Move sh_sub_t to stheader.h, where all the other sh structs are definedreimar2006-11-132-14/+14
* Support \t with acceleration.eugeni2006-11-131-1/+3
* Partial fix for semitransparent glyph outlines.eugeni2006-11-131-1/+1
* Add forgotten new_sh_subreimar2006-11-131-0/+2
* Make subtitle stream handling more similar to audio and video streams.reimar2006-11-134-8/+29
* Add missing translated stringsgpoirier2006-11-131-0/+129
* pts definition by mansmichael2006-11-131-4/+12
* Synced with 20876torinthiel2006-11-132-10/+10
* Partial sync with r20879torinthiel2006-11-131-140/+153
* -vop has been deprecated a long time ago.diego2006-11-132-3/+2
* vop --> vfdiego2006-11-131-1/+1
* Remove/fix outdated message.diego2006-11-132-2/+1
* typodiego2006-11-131-1/+1
* [small fixes]torinthiel2006-11-131-10/+10
* [cosmetics]torinthiel2006-11-131-104/+170
* r20866: Recommend gcc 3.4+.kraymer2006-11-137-44/+44
* rename: XviD -> Xvidkraymer2006-11-135-57/+57
* synced with r20873Gabrov2006-11-123-13/+15
* update to 0.6.2, patch by Giacomo Comes, comes naic edudiego2006-11-121-154/+303
* Misc issues noticed by Torinthiel.diego2006-11-121-6/+6
* Clarify -dumpaudio, it is not useful normallyreimar2006-11-121-1/+2
* Synced with r20870torinthiel2006-11-121-8/+4
* Restore PowerPC gcc note that I mistakenly removed.diego2006-11-121-1/+1
* Fix compilation with latest libavformat/avidec.c by adding ENABLE_ definesreimar2006-11-121-0/+5
* change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libn...ods152006-11-121-1/+1
* consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...nicodvb2006-11-124-15/+10
* Recommend gcc 3.4+.diego2006-11-121-2/+2
* Mac OS X Server supportdiego2006-11-121-1/+2