summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added faac audio encodernicodvb2005-04-258-0/+267
* fixed wrong function pointers definitionsnicodvb2005-04-252-9/+10
* synced with 1.79gabrov2005-04-241-2/+2
* synced with 1.24gabrov2005-04-241-2/+2
* synced with 1.73gabrov2005-04-241-1/+15
* synced with 1.55 (initial translation)gabrov2005-04-241-0/+2336
* explains how to fix the aspect ratio of an AVI filegpoirier2005-04-241-0/+14
* - preserve ordering of the sliceshenry2005-04-241-8/+37
* wrong framesize calculation for layers 1 and 2 with lsf setnicodvb2005-04-241-2/+3
* update to libogg 1.1.2 (needed for Theora)henry2005-04-244-44/+610
* check for negative strides before memcpyhenry2005-04-241-4/+4
* support for both orderings of the slices (top->down / bottom->up)henry2005-04-242-4/+29
* 16-bit unsigned (needed by Theora exp.)henry2005-04-241-0/+1
* use the documented default video device /dev/video0 instead of /dev/video tha...iive2005-04-231-1/+1
* Make "mplayer -- --a" play the file --a instead of bailing out with a uselessreimar2005-04-232-2/+2
* restore old lavc_find_atag to be used when compiling mplayer without libavformatnicodvb2005-04-221-0/+28
* Credits for Michael Behrischgpoirier2005-04-221-0/+3
* gcc 2.95 compilation fixreimar2005-04-221-1/+2
* Apply -srate and -channels only to the start of the filter chain, notreimar2005-04-221-3/+3
* macosx compilation fixnicodvb2005-04-225-0/+5
* mention vrc_eq, vrc_override. remove duplicate warning about 9/7 in lossless.lorenm2005-04-221-3/+2
* FreeBSD fixnexus2005-04-225-0/+5
* replace Carbon.h by coreFoundation.h, fix build with x11 enable on mac osx wi...nplourde2005-04-221-1/+1
* Remove § (paragraph) symbol, it's unavailable in non-latin charsets.diego2005-04-221-1/+1
* updatesdiego2005-04-221-2/+7
* audio encoding reworkednicodvb2005-04-2214-747/+948
* Some fixes. Patch by Bougiz.gpoirier2005-04-211-9/+9
* reversed broken linker option, it breaks compile on some systems. add a confi...rfelker2005-04-211-2/+2
* More fixes by The Wandererrtognimp2005-04-201-1/+1
* Sync with 1.941:gpoirier2005-04-201-8/+6
* Start changelog for next releasertognimp2005-04-201-0/+13
* Indeo2 (fourcc "RT21") decoder via lavcrtognimp2005-04-201-0/+8
* 'cvs admin -o' is dangerous and should be handled with extra care.diego2005-04-201-10/+10
* synced with 1.167rathann2005-04-201-20/+41
* proper fixrfelker2005-04-201-2/+2
* undo dominik's 1000l cvs admin -o (recommitting bad patch)rfelker2005-04-201-1/+1
* Link with -z noexecstack, fixes bug #258. Please test on all platforms!reimar2005-04-201-2/+2
* Correct description for -tv adevice=...reimar2005-04-201-1/+1
* Rich's tips regarding cropping and scalinggpoirier2005-04-201-1/+359
* 100l build fixesdiego2005-04-201-5/+3
* Translation synced with 1.52jheryan2005-04-201-0/+1961
* 100l to Jindrich! Changing the parameter name in the body, too.rathann2005-04-191-1/+1
* integer overflow when reading fps from h264 vui.lorenm2005-04-192-2/+2
* typowight2005-04-191-1/+1
* Fix MP3 detection (list of found MP3 headers was not kep sorted).reimar2005-04-181-2/+3
* mention the generic ratecontrol options (lmin,lmax,vqcomp,vratetol)lorenm2005-04-181-0/+5
* check the result of poll() before read()ing; 100lnicodvb2005-04-181-8/+8
* replace VO and VF numeric flags with #defined identifiershenry2005-04-1845-113/+117
* Compile fix when XF86VM is not definediive2005-04-181-0/+2
* Some fixeswight2005-04-181-5/+3
* Do not force real demuxer on x-pn-realaudio mimetypertognimp2005-04-171-1/+1
* synpaszczi2005-04-171-2/+2
* Fixes suggested by The Wandererrtognimp2005-04-171-3/+3
* Snow supports 3-pass mode and 9/7 wavelet doesn't work lossless mode.gpoirier2005-04-171-2/+4
* nico partially fixed the bug i reported; here's the rest of the fix.rfelker2005-04-171-0/+1
* skip framelen-4 bytes after having successfully detected an mpeg audio framenicodvb2005-04-171-0/+1
* First attempt to bring this howto closer to realityrtognimp2005-04-171-2/+22
* Sync with 1.940: 10l typogpoirier2005-04-171-2/+2
* newer versions of mingws gcc do not like terminating slahes when specifying e...faust32005-04-171-1/+1
* 10l typodiego2005-04-171-1/+1
* assign correct tag, dwScale and dwBlockAlign to mpeg audio; optionally assign...nicodvb2005-04-173-12/+25
* added missing initializer in URLProtocolo; mux packets only if len > 0; secon...nicodvb2005-04-171-12/+14
* Fix suggested by Diegogpoirier2005-04-161-2/+2
* Update for snow decoderrtognimp2005-04-161-0/+1
* GPL §2diego2005-04-161-0/+1
* FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl>diego2005-04-161-1/+1
* synced with 1.24paszczi2005-04-161-2/+2
* more colorkey w/ panscan woeshenry2005-04-161-1/+4
* change list traversal so the loop begins at the first filter after removinghenry2005-04-161-13/+12
* redraw colorkey on panscan changehenry2005-04-161-0/+4
* Snow 1.55 (and up) allows 2pass ratecontrol.gpoirier2005-04-161-0/+9
* bump up sync taggpoirier2005-04-161-1/+1
* Sync with 1.939.gpoirier2005-04-161-9/+50
* - fix black screen problem on reinital2005-04-162-2/+9
* synced with 1.939paszczi2005-04-161-5/+42
* Document af_gate, put af_gate and af_comp at the end, they're untested (broken).diego2005-04-161-7/+12
* All audio filters documented.diego2005-04-161-0/+1
* af_comp, af_center parameter, some af fixesdiego2005-04-161-5/+21
* Use define instead of hardcodec value for max streams numberrtognimp2005-04-161-2/+3
* af_center, af_sweep parameter, misc fixesdiego2005-04-161-3/+16
* We are using parts of mpg123 outside of the LGPL mpglib subdir.diego2005-04-161-3/+3
* Mark modified imported files as such to comply more closely with GPL §2a.diego2005-04-166-1/+32
* noluma suboption for vf_ppdiego2005-04-161-0/+2
* Clarify/correct TTF font usage description.diego2005-04-161-3/+3
* Security updatertognimp2005-04-151-0/+5
* spelling/wording fixesdiego2005-04-151-10/+12
* Fix potential buffer overflow for urls with more than 20 streamsrtognimp2005-04-151-0/+4
* Fix potential buffer overflow if server answers with too many linesrtognimp2005-04-151-1/+2
* releaseclean should now work as expected, crate of Coke going in my direction.diego2005-04-151-3/+10
* typodiego2005-04-151-1/+1
* nits and more missing entriesrathann2005-04-151-2/+3
* added missing ChangeLog entries, release name and daterathann2005-04-151-3/+32
* Mark modified imported files as such to comply with (L)GPL §2a.diego2005-04-1513-0/+74
* Mark modified imported files as such to comply with GPL §2a.diego2005-04-1529-0/+164
* Mark unrarlib imported files as changed to comply with GPL §2a.diego2005-04-152-0/+8
* Mark imported files from uCIFS library as changed for GPL §2a compliance.diego2005-04-152-0/+4
* cross-compilation fix: don't use target CFLAGS to compile host toolsaurel2005-04-151-1/+1
* when parsing one cmd argument, only un-escape _this_ argument, not the follow...aurel2005-04-151-1/+1
* Fix OSD when switching subtitles - set the osd buffer to Subtitle: offhenry2005-04-151-15/+15
* Some fixups and clarificationswight2005-04-151-12/+14
* synced with 1.935paszczi2005-04-141-36/+25
* --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:rik2005-04-141-6/+12
* Nits suggested by The Wanderergpoirier2005-04-141-4/+4
* Synced with 1.935danny2005-04-141-34/+25
* Online audio switching now supports Matroska toogpoirier2005-04-133-3/+3
* Online audio switching now supports Matroska too. Patch by Michael Behrischgpoirier2005-04-131-0/+26
* Nits, better formating and missed suggestionsgpoirier2005-04-131-9/+13
* Sync with 1.934gpoirier2005-04-131-41/+27
* messed ordering of switch branches, 10l for Ivanhenry2005-04-131-4/+3
* Make string_utf16 code behave almost the same with or without iconvrtognimp2005-04-131-0/+1
* remove x264 option "cabacidc", because the default is always best.lorenm2005-04-132-20/+0
* New section: "menc-feat-dvd-mpeg4-muxing" about how to mux a videogpoirier2005-04-131-0/+136
* misc corrections and clarifications in x264 options.lorenm2005-04-131-17/+22
* osx bundle optionnplourde2005-04-131-0/+1
* allows the Mac OS X version of MPlayer to look for its data files inside the ...nplourde2005-04-132-0/+63
* sync 1.62wight2005-04-131-4/+5
* sync 1.72wight2005-04-131-1/+17
* sync 1.932wight2005-04-131-11/+12
* Synced with 1.932danny2005-04-131-441/+1166
* credits for Jeff Claggdiego2005-04-131-0/+4
* Add missing <replaceable> tags.gpoirier2005-04-121-3/+3
* synced with 1.72gabrov2005-04-121-20/+40
* synced with 1.62gabrov2005-04-121-6/+5
* update site link and supported distributions listrathann2005-04-121-3/+3
* Typo fixgpoirier2005-04-121-1/+1
* credits for Luca Barbatodiego2005-04-121-0/+4
* Use wildcards to make path detection less version-specific, fixes Gentoo.diego2005-04-121-4/+2
* Break overly long lines into something more manageable.diego2005-04-111-7/+44
* Fix HTML generation, <equation> is more elaborate in most DTDs.diego2005-04-111-7/+7
* Typogpoirier2005-04-111-1/+1
* Typo noticed by Richgpoirier2005-04-111-1/+1
* allow sub_select and vobsub_lang to select particular subtitlehenry2005-04-113-7/+13
* Sync with 1.932gpoirier2005-04-111-12/+21
* Support syntax checking onlywight2005-04-112-3/+14
* hrtf typo fixhenry2005-04-111-2/+2
* More HRTF enhancementshenry2005-04-112-21/+56
* colorkey,xvmc panscan, obsolete audioiive2005-04-111-1/+3
* Fixes suggested by The Wanderer.gpoirier2005-04-111-6/+7
* VMndiego2005-04-111-0/+1
* Add a starting point for people to implement stream quality selection.diego2005-04-111-2/+2
* Make the -priority warning obey the standard formatting.diego2005-04-111-3/+3
* Use | for alternatives and - for ranges in option parameter descriptions.diego2005-04-111-7/+7
* Initial commit.gpoirier2005-04-101-0/+58
* -pre7 features an improved guide based on Rich's draft, and a guide writtengpoirier2005-04-101-0/+1
* better wording, suggested by Diegogpoirier2005-04-101-1/+1
* New section "Constraints for efficient encoding",gpoirier2005-04-101-0/+119
* Removes the section "menc-feat-fix-avi" as part of it was wrong and the othergpoirier2005-04-101-53/+24
* Move here the entry "How can I fix an AVIs with broken index or interleaving?"gpoirier2005-04-101-0/+16
* silence gcc warning:rathann2005-04-101-2/+2
* sync 1.929wight2005-04-101-2/+11
* override memory size detection bug on rage 128 RL/VRaurel2005-04-101-0/+1
* add support for one more radeon 9200 model (the one included in the Mac Mini)aurel2005-04-102-0/+3
* HRTF updatehenry2005-04-101-1/+10
* update for hrtf and mp3lib layer1henry2005-04-101-0/+2
* sync 1.69wight2005-04-101-137/+83
* Support WMware video (fourcc VMnc) via binary dllrtognimp2005-04-101-0/+8
* Use proper parameter range in stereo testhenry2005-04-101-2/+2
* incorporate all image drawing in single function and use fixed vo_xv_draw_col...iive2005-04-101-12/+16
* Add releaseclean target to remove generated files but keep the HTML.diego2005-04-101-2/+5
* fix vo_xv_draw_colorkey to a workable stateiive2005-04-102-12/+13
* fix displaying of the subtitles when using sliceshenry2005-04-101-3/+19
* sync 1.12wight2005-04-101-1/+7
* sync 1.79wight2005-04-101-2/+2
* sync 1.61wight2005-04-101-2/+2
* sync 1.21wight2005-04-101-1/+9
* sync 1.11wight2005-04-101-4/+4
* sync 1.167wight2005-04-101-4/+23
* Remove some ^M at end-of-linewight2005-04-100-0/+0
* Remove invalid character, causing compile to failwight2005-04-101-1/+1
* Consistency run on 'default' and 'see also'.wight2005-04-101-119/+119
* sync 1.928wight2005-04-101-7/+23
* Sync with 1.928: Changed :vaspect option to float typegpoirier2005-04-101-2/+2
* Reviev, part Iwight2005-04-103-16/+16
* revert the previous commit, gl needs to reload the font immediatelyhenry2005-04-101-0/+4
* defer loading of the font after display size change to avoid uselesshenry2005-04-101-4/+26
* changed :vaspect option to float typenicodvb2005-04-101-1/+1
* changed :vaspect option to CONF_TYPE_FLOATnicodvb2005-04-101-8/+11
* HRTF filter updates:henry2005-04-102-76/+316
* Update for pnmrtognimp2005-04-091-0/+1
* remove force_load_font stuff moved to sub.chenry2005-04-091-4/+0
* remove force_load_font stuff moved to sub.chenry2005-04-091-8/+0
* reload font on each change of the display sizehenry2005-04-091-1/+4
* "Fix" for pnm EOF detection (stop on read errors)rtognimp2005-04-091-0/+1
* Stop streaming if we got a server error or message on pnm streaming.rtognimp2005-04-091-4/