aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc
Commit message (Collapse)AuthorAge
* added format 0x706D for faac, compatible with ffmpegGravatar nicodvb2005-04-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15262 b3059339-0415-0410-9bf9-f77b7e298cf2
* Indeo2 (fourcc "RT21") decoder via lavcGravatar rtognimp2005-04-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15229 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support WMware video (fourcc VMnc) via binary dllGravatar rtognimp2005-04-10
| | | | | | | Patch by Tomas Simonaitis || haden |at| homelan |dot| lt || git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15105 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove flip form LOCOGravatar rtognimp2005-04-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15073 b3059339-0415-0410-9bf9-f77b7e298cf2
* LOCO support via lavcGravatar rtognimp2005-04-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15065 b3059339-0415-0410-9bf9-f77b7e298cf2
* Autodesk RLE decoder via lavcGravatar rtognimp2005-04-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15060 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support wnv1 natively via lavcGravatar rtognimp2005-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15022 b3059339-0415-0410-9bf9-f77b7e298cf2
* alac support via lavc decoderGravatar rtognimp2005-03-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14923 b3059339-0415-0410-9bf9-f77b7e298cf2
* options in config file have been using '-' instead of '_' for agesGravatar rathann2005-03-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14894 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the ogg fourcc nightmare!!!Gravatar rfelker2005-02-27
| | | | | | | | | | | | | | | | | The problem: once upon a time, windows idiots decided to try to store vorbis-in-ogg-in-avi. Of course this failed miserably, but they used the audio format tag 0xfffe for "extended" to do this. Later someone working on MPlayer somehow decided 0xfffe was the format for vorbis, which is nonsense, and now that's conflicting with real wav files with extended audio format. This patch changes demux_ogg (and mkv) to use sane fourcc's for vorbis and theora and gets rid of the 0xfffe nonsense so hopefully wav files with extended audio will work now. If there are problems, we'll have to find workarounds...and drive an 18-wheeler full of cola thru the house of whoever wrote this 0xfffe nonsense in MPlayer to begin with... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14844 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move native RealAudio 1.0 / 2.0 up in the list to prefer it over the binaryGravatar diego2005-02-27
| | | | | | | | codecs from Real and made the info line fit 80 characters. blessed by Roberto git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14842 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversed, as this breaks vorbis decoding! 1000l! someone figure out why this ↵Gravatar rfelker2005-02-27
| | | | | | is the case and fix it before re-committing git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14840 b3059339-0415-0410-9bf9-f77b7e298cf2
* Yet another fourcc for mpeg-4 (files should be made with Xvid)Gravatar rtognimp2005-02-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14836 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for 32-bit float WAV files and support for extended WAV filesGravatar ivo2005-02-26
| | | | | | | with 4, 6, 8, ... channels of audio. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14834 b3059339-0415-0410-9bf9-f77b7e298cf2
* swf adpcmGravatar alex2005-02-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14821 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert the flip part of vd_theora fixGravatar henry2005-02-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14781 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch from DIVX -> FMP4 fourcc for libavcodecGravatar michael2005-02-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14767 b3059339-0415-0410-9bf9-f77b7e298cf2
* Theora fixes:Gravatar henry2005-02-22
| | | | | | | | | - do not use negative stride (fixes -vf pp crash) - pass true image dimensions to VO, not the aligned ones (fixes incorrect aspect ratio bug & black bar under video) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14764 b3059339-0415-0410-9bf9-f77b7e298cf2
* proper output formats for ffduckGravatar alex2005-02-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14753 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for RealPlayer10 cook.so decoder in LinuxGravatar rtognimp2005-02-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14709 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mp3On4 demuxer supportGravatar rtognimp2005-02-15
| | | | | | | Patch by Larry Ruedisueli lwr at audioresearchlabs dot com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14707 b3059339-0415-0410-9bf9-f77b7e298cf2
* ./postproc contains libswscale.a not libpostproc.aGravatar wight2005-02-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14702 b3059339-0415-0410-9bf9-f77b7e298cf2
* Comment and info field spelling/grammar corrections.Gravatar diego2005-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14684 b3059339-0415-0410-9bf9-f77b7e298cf2
* BGR32 is now supported also by lavc tscc decoderGravatar rtognimp2005-01-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14630 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for 32 bit Camtasia samplesGravatar diego2005-01-31
| | | | | | | hint by Florian Mickler <deathmk at gmx dot net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14629 b3059339-0415-0410-9bf9-f77b7e298cf2
* Expose support for 444P and 422P raw video.Gravatar diego2005-01-30
| | | | | | | patch by Stuart Cunningham <stuart_hc at yahoo dot com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14615 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for the Linux RealPlayer 10 RV30/40 codec.Gravatar diego2005-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14581 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete options.Gravatar diego2005-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Decode MP3 in rm filesGravatar rtognimp2005-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14499 b3059339-0415-0410-9bf9-f77b7e298cf2
* Decode WV1F version of MPEG4 with libavcodecGravatar rtognimp2005-01-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14307 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -ao pcm suboptions and remove -aofile and -waveheader options.Gravatar reimar2005-01-02
| | | | | | | Base on idea by Olivier Rolland (billl at users dot sf dot net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14299 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support amr_nb and amr_wb via libavcodecGravatar rtognimp2004-12-29
| | | | | | | Add fourcc for H.263 used in 3gp files (s263) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14279 b3059339-0415-0410-9bf9-f77b7e298cf2
* TwinVQ decoder and demuxerGravatar rtognimp2004-12-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added rawy800 codec as according to the manpage it should be thereGravatar reimar2004-12-17
| | | | | | | (see -rawvideo). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14172 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for "NONE" audio in MOV files generated by Kodak CX6230Gravatar rtognimp2004-12-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14134 b3059339-0415-0410-9bf9-f77b7e298cf2
* new lavc codec: ffvhuffGravatar lorenm2004-11-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14058 b3059339-0415-0410-9bf9-f77b7e298cf2
* fl32: BE float32 PCM audio in mov filesGravatar rtognimp2004-11-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14056 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert useless uyvy planar->packed converterGravatar henry2004-11-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14016 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpeg2 4:2:2 decodingGravatar henry2004-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13996 b3059339-0415-0410-9bf9-f77b7e298cf2
* Vianet Lsvx video decoderGravatar rtognimp2004-11-14
| | | | | | | Patch by Cesar Ramos Lopez ( x-files at telefonica dot net ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13945 b3059339-0415-0410-9bf9-f77b7e298cf2
* Windows media video 9 image v2 supportGravatar rtognimp2004-11-14
| | | | | | | Patch by Cesar Ramos Lopez git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13943 b3059339-0415-0410-9bf9-f77b7e298cf2
* MSS2 can decode also MSS1Gravatar rtognimp2004-11-13
| | | | | | | xanim h261 codec does not work git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13930 b3059339-0415-0410-9bf9-f77b7e298cf2
* added fourcc of PNG-encoded Quicktime filesGravatar reimar2004-11-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13920 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove mac shlb support to use new helix codec for realvideo support on osxGravatar nplourde2004-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13861 b3059339-0415-0410-9bf9-f77b7e298cf2
* QuickDraw video decoding support via lavcGravatar rtognimp2004-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13826 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg mjpeg-b is workingGravatar rtognimp2004-10-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13801 b3059339-0415-0410-9bf9-f77b7e298cf2
* Miro VideoXL support via lavcGravatar rtognimp2004-10-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13781 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support WMV Screen Codec 2 (MSS2) with binary codecGravatar rtognimp2004-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13751 b3059339-0415-0410-9bf9-f77b7e298cf2
* Decode VDOWave (VDOM) with binary codecGravatar rtognimp2004-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13749 b3059339-0415-0410-9bf9-f77b7e298cf2
* Windows media video advanced profile (wmva) support via binary codecGravatar rtognimp2004-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13746 b3059339-0415-0410-9bf9-f77b7e298cf2