aboutsummaryrefslogtreecommitdiffhomepage
path: root/codec-cfg.h
Commit message (Collapse)AuthorAge
* Require latest version of codecs.confGravatar rtogni2006-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20368 b3059339-0415-0410-9bf9-f77b7e298cf2
* Marks several string parameters as const when they are not modified in the ↵Gravatar reynaldo2006-07-09
| | | | | | function, Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18985 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reject codecs.conf files older than 20060501Gravatar rtogni2006-06-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18582 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
| | | | | | | | | | | | | | | | | | | | | | patch replaces '()' for the correct '(void)' in function declarations/prototypes which have no parameters. The '()' syntax tell thats there is a variable list of arguments, so that the compiler cannot check this. The extra CFLAG '-Wstrict-declarations' shows those cases. Comments about a similar patch applied to ffmpeg: That in C++ these mean the same, but in ANSI C the semantics are different; function() is an (obsolete) K&R C style forward declaration, it basically means that the function can have any number and any types of parameters, effectively completely preventing the compiler from doing any sort of type checking. -- Erik Slagter Defining functions with unspecified arguments is allowed but bad. With arguments unspecified the compiler can't report an error/warning if the function is called with incorrect arguments. -- Måns Rullgård git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow forcing of demuxers and codecs by prepending '+'Gravatar reimar2005-08-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16322 b3059339-0415-0410-9bf9-f77b7e298cf2
* require some up to date codecs.confGravatar alex2005-07-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16133 b3059339-0415-0410-9bf9-f77b7e298cf2
* Memory Free function Fix, based on patch by Wei Jiang <jiangw98@yahoo.com>Gravatar faust32004-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13808 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation on mingwGravatar faust32004-10-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make it compile on mingw again. Now it is finally possible to include ↵Gravatar faust32004-04-30
| | | | | | windows.h in mplayer.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12359 b3059339-0415-0410-9bf9-f77b7e298cf2
* bumped version numberGravatar alex2003-07-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10468 b3059339-0415-0410-9bf9-f77b7e298cf2
* time to ++versionGravatar arpi2003-01-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9035 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs.conf min. version bumpedGravatar arpi2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7773 b3059339-0415-0410-9bf9-f77b7e298cf2
* new func: select_codec() - disables codec by nameGravatar arpi2002-09-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7506 b3059339-0415-0410-9bf9-f77b7e298cf2
* version number bumpedGravatar arpi2002-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7358 b3059339-0415-0410-9bf9-f77b7e298cf2
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and ↵Gravatar arpi2002-08-30
| | | | | | makes dlopen()'ing possible git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7181 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs.conf min. version bumpedGravatar arpi2002-08-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6936 b3059339-0415-0410-9bf9-f77b7e298cf2
* native DV audio/video decoders using libdvGravatar arpi2002-08-05
| | | | | | | based on patch by Alexander Neundorf <neundorf@kde.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6928 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for Xvid using their new api. If divx4 compatiblity is disabeledGravatar albeu2002-07-10
| | | | | | | in xvid it can be used along with divx4. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6702 b3059339-0415-0410-9bf9-f77b7e298cf2
* new global codec flag: align16Gravatar arpi2002-06-25
| | | | | | | | it means that width/height should be round up to n*16 (some buggy codec needs it to avoid sig11 / image distortions) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6566 b3059339-0415-0410-9bf9-f77b7e298cf2
* time to ++ timestampGravatar arpi2002-06-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6562 b3059339-0415-0410-9bf9-f77b7e298cf2
* SVQ1 addedGravatar arpi2002-06-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6507 b3059339-0415-0410-9bf9-f77b7e298cf2
* realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>Gravatar arpi2002-06-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6344 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs.conf versioning - patch by Joey Parrish <joey@yunamusic.com>Gravatar arpi2002-05-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6201 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'static' outfmt-flag addedGravatar arpi2002-05-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6104 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpegpes added... thx Mw3Gravatar arpi2002-04-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5479 b3059339-0415-0410-9bf9-f77b7e298cf2
* use codec selectionGravatar arpi2002-03-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5327 b3059339-0415-0410-9bf9-f77b7e298cf2
* tagging selected codec to avoid trying the same codec several timesGravatar arpi2002-03-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5326 b3059339-0415-0410-9bf9-f77b7e298cf2
* added zlib supportGravatar alex2002-03-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5264 b3059339-0415-0410-9bf9-f77b7e298cf2
* query flag addedGravatar arpi2002-03-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5250 b3059339-0415-0410-9bf9-f77b7e298cf2
* added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>Gravatar melanson2002-03-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5236 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer now has a Microsoft RLE decoder to call its own...only supportsGravatar melanson2002-03-19
| | | | | | | 8-bit right now, but 4-bit is forthcoming git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5194 b3059339-0415-0410-9bf9-f77b7e298cf2
* Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 ↵Gravatar atmos42002-03-18
| | | | | | video in qt to ffmpeg4 although it's still buggy in decoding git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5191 b3059339-0415-0410-9bf9-f77b7e298cf2
* status numbers changed to fit our detection orderGravatar arpi2002-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5178 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add IJPG decoder.Gravatar pontscho2002-03-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5030 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed, strengthened, rewrote, and renamed a variety of the ADPCM decodersGravatar melanson2002-02-25
| | | | | | | (including MS, DK4 and DK3 ADPCM) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4855 b3059339-0415-0410-9bf9-f77b7e298cf2
* added informat support (for encoding)Gravatar alex2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4676 b3059339-0415-0410-9bf9-f77b7e298cf2
* add initial mPNG supportGravatar pontscho2002-02-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4657 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added native codec support for QT RPZA data, courtesy of Roberto TogniGravatar melanson2002-02-09
| | | | | | | <rtogni@freemail.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4616 b3059339-0415-0410-9bf9-f77b7e298cf2
* added skeleton decoders for RoQ audio and video format decodersGravatar melanson2002-02-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4451 b3059339-0415-0410-9bf9-f77b7e298cf2
* added skeleton for Duck Truemotion v1 decoder (doesn't do anything yet)Gravatar melanson2002-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4302 b3059339-0415-0410-9bf9-f77b7e298cf2
* added skeleton for QT SMC decoderGravatar melanson2002-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4228 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for Xwid (exceed 16 fourcc)Gravatar nexus2002-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4217 b3059339-0415-0410-9bf9-f77b7e298cf2
* integrated Tim Ferguson's native CYUV decoderGravatar melanson2002-01-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3970 b3059339-0415-0410-9bf9-f77b7e298cf2
* added initial support for format 0x61 ADPCM (sounds good, but still pops)Gravatar melanson2002-01-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3934 b3059339-0415-0410-9bf9-f77b7e298cf2
* added initial, not-yet-functional, support for fox62 audioGravatar melanson2001-12-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3827 b3059339-0415-0410-9bf9-f77b7e298cf2
* NuppelVideo decoder added, based on Panagiotis Issaris' patchGravatar alex2001-12-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3805 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed few segfaults, make parse_codec_cfg() return intGravatar iive2001-12-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3799 b3059339-0415-0410-9bf9-f77b7e298cf2
* implemented open source MS ADPCM decoderGravatar melanson2001-12-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3788 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial support for unified ADPCM decoderGravatar melanson2001-12-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3757 b3059339-0415-0410-9bf9-f77b7e298cf2
* This commit adds initial support for Quicktime Animation (RLE) video. ItGravatar melanson2001-12-23
| | | | | | | also fixes a FLI function name (FLI is not an AVI decoder). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3688 b3059339-0415-0410-9bf9-f77b7e298cf2