aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ↵Gravatar michael2006-01-26
| | | | | | muxer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17488 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatesGravatar diego2006-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17487 b3059339-0415-0410-9bf9-f77b7e298cf2
* limits.h for INT_MAXGravatar michael2006-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17486 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct block alignGravatar michael2006-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17485 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to 1.220Gravatar kraymer2006-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17484 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix aac in mov/mp4Gravatar michael2006-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17483 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the MSG?_FIXME and make the profiles help translatable.Gravatar albeu2006-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17482 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this ↵Gravatar michael2006-01-25
| | | | | | | | | | is wrong/silly/10000000l then dont hesitate to flame / reverse) make a few things like mux_rate, mux_max_delay, ... user settable fixed buffer underflow errors when muxing to mpeg-ps git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17481 b3059339-0415-0410-9bf9-f77b7e298cf2
* setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)Gravatar michael2006-01-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17480 b3059339-0415-0410-9bf9-f77b7e298cf2
* vglobal so the user can tell the encoder that she wants global headers ... ↵Gravatar michael2006-01-24
| | | | | | one step closer to correct mov/mp4 muxing git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17479 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fix: missing "by" in brd_scale recommendation.Gravatar corey2006-01-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17478 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix up new profiles section and the MPLAYER_VERBSE environment variable.Gravatar diego2006-01-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17477 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.212: Make -list-options work in both MPlayer and MEncoder.Gravatar kraymer2006-01-24
| | | | | | | | | 1.211: Profiles support. man page finally in sync! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17476 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1206: sync to x264 r398.Gravatar kraymer2006-01-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17475 b3059339-0415-0410-9bf9-f77b7e298cf2
* major update of x264encopts, credits go to Alex Günsche < ag .ät. ↵Gravatar kraymer2006-01-24
| | | | | | zirona.com>, thank you! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17474 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make -list-options work in both MPlayer and MEncoder.Gravatar albeu2006-01-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17473 b3059339-0415-0410-9bf9-f77b7e298cf2
* Profiles support.Gravatar albeu2006-01-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17472 b3059339-0415-0410-9bf9-f77b7e298cf2
* New option type to print help text with a function.Gravatar albeu2006-01-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17471 b3059339-0415-0410-9bf9-f77b7e298cf2
* Using INT_MAX without including limits.h breaks compilation on MinGW.Gravatar diego2006-01-23
| | | | | | | patch by Gianluigi Tiesi, mplayer $$@$$ netfarm $$.$$ it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17470 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to doGravatar albeu2006-01-23
| | | | | | | with the type of data used by the option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17469 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix multiple help clauses on the command line with mencoder.Gravatar albeu2006-01-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17468 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix libav* linking order, libavutil needs to come after lavc/lavf.Gravatar diego2006-01-23
| | | | | | | patch by Brendan McCarthy < bmccarthy %%@%% iinet %%.%% net %%.%% au > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17467 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1210: support libavcodec's new sc_factor parameterGravatar kraymer2006-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17466 b3059339-0415-0410-9bf9-f77b7e298cf2
* support libavcodec's new sc_factor parameterGravatar corey2006-01-22
| | | | | | | Original idea from Michael; patch by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17465 b3059339-0415-0410-9bf9-f77b7e298cf2
* proper support for shared libpostprocGravatar diego2006-01-22
| | | | | | | patch by Nico Sabbi, fixes and consistency cleanups by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17464 b3059339-0415-0410-9bf9-f77b7e298cf2
* s/LIVE.COM/LIVE555/ + URL updateGravatar gpoirier2006-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17463 b3059339-0415-0410-9bf9-f77b7e298cf2
* s/LIVE.COM/LIVE555/ + URL updateGravatar gpoirier2006-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17462 b3059339-0415-0410-9bf9-f77b7e298cf2
* correcting sync version numberGravatar kraymer2006-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17461 b3059339-0415-0410-9bf9-f77b7e298cf2
* add comment about sync status of this fileGravatar kraymer2006-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17460 b3059339-0415-0410-9bf9-f77b7e298cf2
* let configure find docbookx.dtd (version 4.4)Gravatar kraymer2006-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17459 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part XVIIGravatar kraymer2006-01-22
| | | | | | | covers lines 5161-6316 (for complete review, only x264encopts are left!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17458 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100L m_option_copy should use the copy callback and not the set one.Gravatar albeu2006-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17457 b3059339-0415-0410-9bf9-f77b7e298cf2
* Interleave index to ease per-need decoding.Gravatar ods152006-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17456 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quick&dirty compilation fix, needed after latest changes in ffmpeg buildGravatar rtognimp2006-01-22
| | | | | | | system. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17455 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.209: consistency fix over the previous consistency fixGravatar kraymer2006-01-22
| | | | | | | 1.208: consitency fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17454 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistency fix over the previous consistency fixGravatar gpoirier2006-01-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17453 b3059339-0415-0410-9bf9-f77b7e298cf2
* consitency fixGravatar gpoirier2006-01-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17452 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1208Gravatar gpoirier2006-01-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17451 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part XVIGravatar kraymer2006-01-21
| | | | | | | covers lines 4101-5160 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17450 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1207: MPLAYER_VERBOSE, new enviorment variable to control verbosity before ↵Gravatar kraymer2006-01-21
| | | | | | init git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17449 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part XVGravatar kraymer2006-01-21
| | | | | | | covers lines 3547-4100 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17448 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cygwin compilation fixGravatar diego2006-01-20
| | | | | | | patch by Erik Lunchpail < erik_27can %%@%% yahoo %%.%% com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17447 b3059339-0415-0410-9bf9-f77b7e298cf2
* List Derek Lewis as AIX/Solaris maintainer, patch by himself.Gravatar diego2006-01-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17446 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Derek Lewis, patch by himself.Gravatar diego2006-01-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17445 b3059339-0415-0410-9bf9-f77b7e298cf2
* AIX compiler CPU-option improvementsGravatar diego2006-01-20
| | | | | | | patch by Derek E. Lewis < dlewis &&@&& solnetworks &&.&& net > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17444 b3059339-0415-0410-9bf9-f77b7e298cf2
* AIX section for the ports descriptionGravatar diego2006-01-20
| | | | | | | patch by Derek E. Lewis < dlewis &&@&& solnetworks &&.&& net > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17443 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updatesGravatar ods152006-01-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17442 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPLAYER_VERBOSE, new enviorment variable to control verbosity before initGravatar ods152006-01-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17441 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic change, shift stuff around to more logical placesGravatar ods152006-01-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17440 b3059339-0415-0410-9bf9-f77b7e298cf2