aboutsummaryrefslogtreecommitdiffhomepage
path: root/codec-cfg.c
Commit message (Expand)AuthorAge
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Fix codec-cfg-test compilation.Gravatar diego2008-05-27
* Add missing #includes to pass 'make checkheaders' to codecs.conf.h.Gravatar diego2008-04-09
* 100l, free strdup'd stringsGravatar reimar2008-01-12
* Builtin codecs array can now be constGravatar reimar2008-01-12
* Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" withGravatar reimar2008-01-12
* Get rid of some useless extra ()Gravatar reimar2007-12-02
* Avoid short forms; has the added benefit of allowing compilation with gcc 2.95Gravatar diego2007-11-03
* Replace some Hungarian comments, thanks to Denes Balatoni for the translation.Gravatar diego2007-11-03
* C99 varargs in macros can not be empty, adjust definition so it compilesGravatar reimar2007-07-30
* Remove some more useless *alloc castsGravatar reimar2007-07-19
* Fix comment about test application compilation.Gravatar diego2007-03-12
* Remove support for obsolete and non-free divx4/odivx libraries.Gravatar diego2006-07-14
* Marks several string parameters as const when they are not modified in the fu...Gravatar reynaldo2006-07-09
* reverse previous patch which caused sig11.Gravatar rfelker2006-04-03
* 1000l: absolutely huge missing constGravatar rfelker2006-04-03
* remove mp_msg.c dependency when compiling codec-cfg binary.Gravatar reimar2006-03-12
* Fix compilation command in comment.Gravatar diego2006-03-07
* Comment out debug output.Gravatar diego2006-03-07
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'llGravatar ods152005-12-07
* another 100l, codec-cfg relied on mp_msg printing nothing....Gravatar ods152005-12-06
* 100l, codec-cfg needs fixing after -msgl patchGravatar ods152005-12-06
* Allow forcing of demuxers and codecs by prepending '+'Gravatar reimar2005-08-30
* codecs-status.html should be written to an existing path.Gravatar diego2005-05-01
* compilation fix for codecs2htmlGravatar diego2005-04-30
* 1l typoGravatar diego2005-04-30
* Fix wrong compilation instructions.Gravatar diego2005-04-30
* Allow Y8 and Y800 as OUT format in codecs.confGravatar reimar2004-12-17
* Reduce excessive verbosity.Gravatar diego2004-11-15
* fix crash when a "driver" line is missing in codecs.conf.Gravatar reimar2004-11-14
* Memory Free function Fix, based on patch by Wei Jiang <jiangw98@yahoo.com>Gravatar faust32004-10-30
* Translatable messages moved to help_mp-en.h.Gravatar diego2004-10-12
* removed loader/ dependancy, imported some files from g2, also used patches fr...Gravatar alex2004-04-28
* add -codecs-file for selecting a specific codecs.conf on the comand lineGravatar attila2004-01-08
* updates for new image formats for zoran mjpeg passthroughGravatar rik2003-11-04
* codecs-in.html moved to DOCS/tech/.Gravatar diego2003-09-12
* added nv12/nv21 and some other fourccs (still not synced)Gravatar alex2003-08-31
* FourCC is the preferred spelling according to iive and arpi.Gravatar diego2003-08-04
* spelling/grammar fixesGravatar diego2003-07-29
* removed our native svq1 and huffyuv implementation as libavcodec's implementa...Gravatar alex2003-07-13
* basic xvmc image supportGravatar iive2003-06-21
* Add missing language suffix to DOCS/ path.Gravatar diego2003-06-13
* 10lGravatar arpi2002-12-16
* Fallback to builtin (generated from etc/codecs.conf at compile time)Gravatar arpi2002-12-15
* - fixed vfw/vfwex/acm fm namesGravatar arpi2002-11-16
* This patch goes into the #ifdef CODECS2HTML section ofGravatar arpi2002-11-16
* - rgb1, rgb4 supportGravatar arpi2002-10-17
* new func: select_codec() - disables codec by nameGravatar arpi2002-09-26
* make -ac/-vc help look betterGravatar arpi2002-08-31