summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Native ZMBV support via lavcrtognimp2006-02-121-0/+8
* delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 fram...nicodvb2006-02-121-1/+3
* bugfixes and new soft-teleciner in muxer_mpeg.cnicodvb2006-02-121-0/+2
* mention film2pal in -mpegoptsnicodvb2006-02-121-1/+9
* experimental film2pal and ntsc2pal soft telecinernicodvb2006-02-121-5/+67
* forgotten cast (blows on gcc4)henry2006-02-121-1/+1
* we cannot continue without a crash when read_asf_header fails, since somereimar2006-02-121-1/+2
* add some sanity checks to new/resize_demux_packetreimar2006-02-121-4/+9
* add a missing rule for libpostproc.ahenry2006-02-121-0/+3
* Sync with latest FFmpeg build system changes:diego2006-02-111-1/+3
* No sane person should encode last pass without at least 'mbd=2' and 'trell' (...gpoirier2006-02-111-8/+8
* Gives some examples of in which form MPEG* videos can comegpoirier2006-02-111-1/+4
* Remove all the sections that are now merged in the XML docgpoirier2006-02-111-681/+0
* init frame duration to 1/fps when we have a frame but not the enclosing seque...nicodvb2006-02-111-0/+2
* muxer_mpeg MUST be used with audio_preload=0nicodvb2006-02-111-0/+1
* Mention recent big-endian/AltiVec fixes in postproc/.diego2006-02-111-0/+1
* Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in justdiego2006-02-113-26/+28
* cosmetics: indentation fixesdiego2006-02-111-47/+47
* Fix big-endian color permutation problems.diego2006-02-112-11/+46
* Put index_ptr within index to avoid it popping out of nowhere.ods152006-02-111-7/+6
* Add syncpoint_checksum after frame headerods152006-02-111-0/+8
* tff wasn't correctly unset in soft_telecine()nicodvb2006-02-101-1/+1
* Attila and I are root@mphq.diego2006-02-101-1/+1
* Make sure maxlen is respected, instead of just failing the assert later on.reimar2006-02-101-0/+4
* add mpc extension so that playback starts faster.reimar2006-02-101-0/+1
* Clarify feature removal policy: it must be approved on the mailing list.rathann2006-02-101-2/+2
* Clarify policy on feature removal.rathann2006-02-101-3/+3
* change checksum to crc32ods152006-02-101-1/+8
* ALSA changescladisch2006-02-101-0/+1
* Small fixes: make all global variables static, remove some unusedcladisch2006-02-101-15/+9
* Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does itcladisch2006-02-101-13/+0
* Simplify get_delay(): we don't need to get the complete PCM status butcladisch2006-02-101-25/+10
* Fix get_space(): we don't need to differentiate between the various PCMcladisch2006-02-101-55/+3
* This adds support for more sample formats (U32, float BE, mu/A-law).cladisch2006-02-101-0/+15
* This replaces the hardcoded numbers for the sample format widths with acladisch2006-02-101-31/+3
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-0924-34/+33
* support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail....faust32006-02-092-5/+18
* I took over ao_alsa maintainership.cladisch2006-02-091-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-0986-208/+208
* include config.h as img_format.h needs endian definitions, noticed by Alan Cu...iive2006-02-091-0/+1
* fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)aurel2006-02-091-1/+1
* Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 eachdiego2006-02-091-3/+3
* Fix CSeq answer for keepalive OPTIONS requests during playbackrtognimp2006-02-081-2/+2
* Add support for grayscale [m]jpegrtognimp2006-02-082-0/+2
* altivec_yuv2packedX() ignores the requested output format and unconditionallydiego2006-02-081-2/+32
* expanded and improved NeoMagic TV-out sectiondiego2006-02-081-15/+20
* AltiVec operations need to have memory aligned on 16-byte boundaries.diego2006-02-082-5/+10
* vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrectdiego2006-02-081-4/+4
* 10l 1000 fps fixmichael2006-02-081-2/+2
* fftruespeech works now that the nBlockAlign issue is settled.diego2006-02-071-1/+1
* read data in nBlockAlign aligned chunksreimar2006-02-071-0/+3
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-0724-33/+34
* Fix mpng to work correctly with 16 bit png's. don't have any files to testods152006-02-071-0/+1
* EOR can only be (un)set for non delayed streams.ods152006-02-071-1/+1
* small syntax/upper-lowercase fixptt2006-02-071-2/+2
* synced with 1.1223gpoirier2006-02-071-4/+4
* Minor correction of last two updatesdanny2006-02-071-5/+6
* Allow headers to be repeated anywhereods152006-02-071-2/+7
* let osx sleep if video is pausednplourde2006-02-072-30/+30
* -fixed-vo shall no longer be called BETA-CODE.diego2006-02-071-1/+1
* ZMB decoderdiego2006-02-061-0/+1
* Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.diego2006-02-061-18/+18
* Mark ffrv20 as working.diego2006-02-061-1/+1
* Add support for Zip Motion-Block Video (ZMB), patch by Kostya.diego2006-02-061-0/+8
* removed unused variablesnicodvb2006-02-061-2/+2
* fixed wrong delta_frame calculation that would affect soft-telecinenicodvb2006-02-061-1/+1
* Build muxers only when MEncoder is enabled.diego2006-02-061-5/+9
* 1.221: Typo fixkraymer2006-02-051-2/+2
* 1.1222: cs and ls swscale parameters accept different value ranges now.kraymer2006-02-051-15/+12
* cs and ls swscale parameters accept different value ranges now.diego2006-02-051-2/+2
* reinitialize adapter_count to 0, EnumCallbackEx will not work otherwisereimar2006-02-051-0/+1
* Index repetitionods152006-02-041-7/+11
* add compare_tsods152006-02-041-0/+18
* EOR in indexods152006-02-041-4/+14
* change sws sharpen filter a littlemichael2006-02-042-31/+20
* synced with 1.1221gpoirier2006-02-031-14/+11
* Add -nocache option, -cache is not a flag option.diego2006-02-021-0/+4
* avoid conflicting types error on cygwinfaust32006-02-021-2/+2
* x264 tweakslorenm2006-02-021-12/+6
* typo fixesptt2006-02-011-2/+2
* Only compile libmpencoders if MEncoder has been enabled.diego2006-01-311-1/+6
* Move conditional compilation out of the code and into the build system.diego2006-01-3111-51/+39
* Move conditional compilation out of the code and into the build system.diego2006-01-312-4/+4
* sync up to 1.221ptt2006-01-311-7/+9
* sync up to 1.1216ptt2006-01-311-49/+136
* update for recent developmentsdiego2006-01-301-19/+25
* removed forgotten fprintf()nicodvb2006-01-301-1/+0
* when linking to external libav* try using pkg-config firstnicodvb2006-01-301-4/+19
* synced with 1.221gabrov2006-01-301-8/+13
* Typo fixgabrov2006-01-301-1/+1
* 1.218: typo, consistencykraymer2006-01-301-86/+86
* Synced with 1.1214jheryan2006-01-301-68/+246
* sync up to 1.202ptt2006-01-301-47/+116
* 1.219: More detailed description of brd_scale.kraymer2006-01-301-5/+18
* synced with 1.1219 + typo fixgpoirier2006-01-301-4/+9
* synced with 1.216gabrov2006-01-301-40/+69
* mention TOOLS/encode2mpeglightnicodvb2006-01-291-0/+1
* new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes...nicodvb2006-01-292-0/+1869
* More detailed description of brd_scale.corey2006-01-291-2/+7
* Update musepack entry: I actually implemented seeking and sometimes -af volum...reimar2006-01-291-2/+2
* added missing entries since the last release (approved by Diego with smallrathann2006-01-291-6/+59
* synced with 1.1218gpoirier2006-01-291-75/+75
* typo, consistencydiego2006-01-291-4/+4
* Try to only use a linebreak without hyphenation (\:) where it makes sense.diego2006-01-291-69/+69
* synced with 1.1216gpoirier2006-01-291-44/+104
* Unify the handling of escaped spaces.diego2006-01-291-38/+38
* Include MEncoder config files in list of files.diego2006-01-291-2/+10
* French MEncoder docs are not synced yet.diego2006-01-291-1/+1
* 10l: wrong syntaxgpoirier2006-01-282-5/+5
* SDL video out syntax has changed a while ago, but the XML was not updated sin...gpoirier2006-01-282-5/+5
* Also remove objects in subdirectories.diego2006-01-281-1/+5
* use mp_a52_framesize() when liba52 is not availablenicodvb2006-01-271-0/+6
* export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n...nicodvb2006-01-271-3/+6
* cosmetic, fix spacingods152006-01-271-1/+1
* MPlayer OSX port: Add a call to UDFFindFile to verify that we are opening a v...nplourde2006-01-271-0/+9
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-1/+2
* Make clean/distclean behave uniformly in all directories.diego2006-01-2725-51/+52
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-2619-43/+44
* updatesdiego2006-01-261-10/+16
* limits.h for INT_MAXmichael2006-01-251-0/+1
* correct block alignmichael2006-01-251-1/+1
* sync to 1.220kraymer2006-01-251-2/+7
* fix aac in mov/mp4michael2006-01-251-3/+4
* Fix the MSG?_FIXME and make the profiles help translatable.albeu2006-01-252-11/+16
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...michael2006-01-253-2/+30
* setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)michael2006-01-241-0/+2
* vglobal so the user can tell the encoder that she wants global headers ... on...michael2006-01-241-1/+11
* Typo fix: missing "by" in brd_scale recommendation.corey2006-01-241-2/+2
* Fix up new profiles section and the MPLAYER_VERBSE environment variable.diego2006-01-241-5/+7
* 1.212: Make -list-options work in both MPlayer and MEncoder.kraymer2006-01-241-6/+45
* 1.1206: sync to x264 r398.kraymer2006-01-241-1/+17
* major update of x264encopts, credits go to Alex Günsche < ag .ät. zirona.co...kraymer2006-01-241-251/+524
* Make -list-options work in both MPlayer and MEncoder.albeu2006-01-243-9/+17
* Profiles support.albeu2006-01-244-1/+275
* New option type to print help text with a function.albeu2006-01-242-0/+17
* Using INT_MAX without including limits.h breaks compilation on MinGW.diego2006-01-231-0/+1
* Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to doalbeu2006-01-231-2/+2
* Fix multiple help clauses on the command line with mencoder.albeu2006-01-231-0/+4
* Fix libav* linking order, libavutil needs to come after lavc/lavf.diego2006-01-231-2/+2
* 1.1210: support libavcodec's new sc_factor parameterkraymer2006-01-221-1/+13
* support libavcodec's new sc_factor parametercorey2006-01-222-0/+13
* proper support for shared libpostprocdiego2006-01-226-17/+63
* s/LIVE.COM/LIVE555/ + URL updategpoirier2006-01-221-1/+1
* s/LIVE.COM/LIVE555/ + URL updategpoirier2006-01-223-3/+3
* correcting sync version numberkraymer2006-01-221-1/+2
* add comment about sync status of this filekraymer2006-01-221-0/+1
* let configure find docbookx.dtd (version 4.4)kraymer2006-01-221-0/+1
* German man page review part XVIIkraymer2006-01-221-95/+130
* 100L m_option_copy should use the copy callback and not the set one.albeu2006-01-221-1/+1
* Interleave index to ease per-need decoding.ods152006-01-221-10/+11
* Quick&dirty compilation fix, needed after latest changes in ffmpeg buildrtognimp2006-01-221-0/+1
* 1.209: consistency fix over the previous consistency fixkraymer2006-01-221-4/+2
* consistency fix over the previous consistency fixgpoirier2006-01-211-1/+1
* consitency fixgpoirier2006-01-211-5/+5
* synced with 1.1208gpoirier2006-01-211-2/+10
* German man page review part XVIkraymer2006-01-211-53/+57
* 1.1207: MPLAYER_VERBOSE, new enviorment variable to control verbosity before ...kraymer2006-01-211-3/+13
* German man page review part XVkraymer2006-01-211-70/+72
* Cygwin compilation fixdiego2006-01-201-0/+2
* List Derek Lewis as AIX/Solaris maintainer, patch by himself.diego2006-01-201-1/+2
* Add Derek Lewis, patch by himself.diego2006-01-201-0/+4
* AIX compiler CPU-option improvementsdiego2006-01-201-2/+8
* AIX section for the ports descriptiondiego2006-01-201-0/+49
* some updatesods152006-01-201-0/+5
* MPLAYER_VERBOSE, new enviorment variable to control verbosity before initods152006-01-202-1/+12
* cosmetic change, shift stuff around to more logical placesods152006-01-201-24/+24
* change goals slightly..ods152006-01-201-37/+57
* bump dateods152006-01-201-20/+42
* Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.atmos42006-01-201-1/+21
* Also define FF_POSTPROCESS when using shared libavcodec.diego2006-01-201-0/+1
* German man page review part XIVkraymer2006-01-201-83/+77
* mention hwmpanicodvb2006-01-191-0/+1
* documented audio codec hwmpanicodvb2006-01-192-0/+30
* Implement XvMC lib autodetection for future use (currently disabled, but workingrathann2006-01-191-3/+4
* Remove rule to build shared libpostproc, it does not belong in MPlayer.diego2006-01-191-3/+0
* Use free instead of speex_free - since speex_free does not appear in thereimar2006-01-191-1/+1
* Typo fixes by Bounecgpoirier2006-01-191-2/+2
* Push "Building audio filter chain" up to verbose level.diego2006-01-191-1/+1
* sync to 1.219kraymer2006-01-181-2/+2
* Mention possible region setting requirement for some RPC-2 drives.rathann2006-01-181-1/+1
* FAQ about problems with playing DVDs on certain drives.rathann2006-01-182-1/+11
*