summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unify dep/depend targets.diego2006-11-2028-82/+30
* Uninstall should run all parts unconditionally.diego2006-11-201-2/+0
* Remove nonsense ifeq around MEncoder target and variable declaration.diego2006-11-201-2/+0
* Reorganize code to move more things out of main().uau2006-11-202-87/+94
* another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or atdiego2006-11-201-1/+1
* Some more cleanups for LDFLAGS handling.diego2006-11-201-6/+5
* 100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or atdiego2006-11-201-2/+2
* Some cleanups for LDFLAGS handling, next part.diego2006-11-201-60/+45
* in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)nicodvb2006-11-191-79/+33
* misc updatesdiego2006-11-191-1/+5
* Put libdvdcss under a separate ifeq.diego2006-11-191-0/+4
* misc small fixesdiego2006-11-191-12/+24
* in mp_property_{video,audio} permit uniniting of the corresponding chainnicodvb2006-11-191-6/+8
* during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'nicodvb2006-11-191-6/+20
* MSGTRs for libasskraymer2006-11-197-48/+106
* Remove settled FIXME.diego2006-11-191-1/+0
* Sync w/ help_mp-en.h r21001kraymer2006-11-191-3/+5
* Add a new MPEG encoding example using lavfgpoirier2006-11-191-0/+6
* add a link to Michael's de-interlacing filters, and replace the crappy gpoirier2006-11-191-4/+8
* Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,reimar2006-11-191-2/+1
* allows to de- and reactivate yadif on the flygpoirier2006-11-191-1/+18
* disable x11 gl support on osxnplourde2006-11-191-1/+1
* Reinitialize some variables on af_resample reinit, fixes crashuau2006-11-191-0/+2
* Fix printf format/argument count mismatch in mp_property_videouau2006-11-191-1/+1
* sync w/ r21026gpoirier2006-11-191-201/+157
* Move subtitle updating to a separate function, fix inverted conditionuau2006-11-191-64/+73
* Fix obvious typo, although the exact effect is still unclear to me, see also ...reimar2006-11-191-1/+1
* sync w/r21004gpoirier2006-11-191-38/+30
* sync w/ r20933, patch by Jerome Ferrarigpoirier2006-11-191-30/+12
* sync tag updatevoroshil2006-11-191-1/+1
* Translated section "DECODING/FILTERING OPTIONS"voroshil2006-11-191-264/+282
* Remove (now hopefully unnecessary) workarounds added in r21056reimar2006-11-193-18/+0
* synced with r21001Gabrov2006-11-191-1/+3
* directly insert ffreep %%st(0) opcode for compatibility with oldreimar2006-11-191-8/+1
* Use ASMALIGN macro for better compatibility and remove SYS_DARWINreimar2006-11-191-4/+2
* sync with r20876, patch by Jerome Ferrarigpoirier2006-11-191-19/+136
* Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up asreimar2006-11-191-16/+16
* synced with r21058Gabrov2006-11-197-359/+375
* new slave command: radio_step_freqvoroshil2006-11-196-0/+32
* Fix compilation error due to unescaped "s.reimar2006-11-191-1/+1
* fix mp3lib compilation on OSXnplourde2006-11-195-1/+28
* 10l, compilation error in r21054reimar2006-11-191-1/+1
* Generalize subtitle switching, demux_ogg does not need a special casereimar2006-11-194-46/+21
* translation/spelling fix.voroshil2006-11-191-8/+8
* Make -slang work again, sub->id is -2 by default, so -slang would be ignoredreimar2006-11-191-1/+1
* Create a sh_sub_t for ogg subtitles.reimar2006-11-191-1/+1
* riformatted after previous commitnicodvb2006-11-191-2/+2
* if in the list of pids appears at least one 8192 (while TS) remove all other ...nicodvb2006-11-191-1/+18
* Support multiple subs in movreimar2006-11-191-0/+7
* Make sure sh_video == NULL when reinit_video_chain fails.reimar2006-11-191-4/+7
* Do not just skip a file when vo init fails, instead try to play itreimar2006-11-191-1/+0
* 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/