aboutsummaryrefslogtreecommitdiffhomepage
path: root/codec-cfg.c
Commit message (Expand)AuthorAge
* Add license header to all top-level files missing them.Gravatar diego2010-01-30
* Add support for YUV format with alpha and fix the codecs.conf entry for vp6aGravatar reimar2009-12-31
* Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
* Add support for 440p colorspace.Gravatar reimar2009-12-30
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableGravatar cehoyos2009-11-10
* make codec-cfg reuse the proper defined constants for all RGB/BGR formatsGravatar reimar2009-08-12
* 100l, fix compilation again and make codec-cfg.c use the predefined constantsGravatar reimar2009-08-12
* s/RG48xE/RGB48xEGravatar cehoyos2009-08-11
* Explain how formats must be ordered in fmt_list so the parser can handleGravatar reimar2009-08-11
* fmt_table should be const as well.Gravatar reimar2009-08-11
* Allow out-formats for IMGFMT_RGB48* in codecs.conf.Gravatar cehoyos2009-08-11
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Change type of first argument of the print_int_array function from int toGravatar diego2009-04-09
* Remove unnecessary linking hack, compilation works fine without.Gravatar diego2009-03-01
* Add support for image formats and codecs used by VDPAUGravatar reimar2009-02-14
* 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