summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master'wm42012-07-281-495/+77
|\
| * video, audio: use lavc decoders without codecs.conf entriesUoti Urpala2012-07-241-105/+26
| * build, codec-cfg.c: simplify builtin codecs.conf handlingUoti Urpala2012-07-161-390/+51
* | libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPwm42012-03-251-1/+1
* | libmpcodecs: support planar GBR24 decodingcehoyos2012-03-251-0/+1
|/
* build: Revert "codec-cfg.c: avoid including aviheader.h"Uoti Urpala2011-07-071-3/+2
* codec-cfg.c: avoid including aviheader.hreimar2011-07-061-2/+3
* video/colorspaces: add new 9/10-bit formats from libavcodecUoti Urpala2011-06-261-0/+5
* cleanup: remove more warningsClément Bœsch2011-05-021-2/+4
* vo_zr2: drop Zoran supportUoti Urpala2011-01-311-71/+0
* cleanup: don't check for NULL before free()diego2010-11-081-12/+6
* Remove #warning preprocessor directivesdiego2010-11-021-3/+3
* codec-cfg.c: Remove unused parsehtml parameters.reimar2010-11-021-7/+6
* codec-cfg.c: Add static to functions used only locally.reimar2010-11-021-2/+2
* codec-cfg: set CODEC_CFG_MIN to the release value in codecs.confreimar2010-11-021-1/+8
* Merge svn change r31134Uoti Urpala2010-05-071-997/+992
|\
| * the great MPlayer tab removal: part IIdiego2010-05-031-997/+993
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-2/+18
|\|
| * Add license header to all top-level files missing them.diego2010-01-301-2/+18
* | Merge svn changes up to r30165Uoti Urpala2010-01-081-0/+11
|\|
| * Add support for YUV format with alpha and fix the codecs.conf entry for vp6areimar2009-12-311-0/+1
| * Add support for 16-bit per component YUV formats.reimar2009-12-311-0/+9
| * Add support for 440p colorspace.reimar2009-12-301-0/+1
| * Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capablecehoyos2009-11-101-0/+1
* | Support VDPAU MPEG4 hardware decodingUoti Urpala2009-11-161-0/+1
* | Merge svn changes up to r29532Uoti Urpala2009-08-181-15/+20
|\|
| * make codec-cfg reuse the proper defined constants for all RGB/BGR formatsreimar2009-08-121-14/+14
| * 100l, fix compilation again and make codec-cfg.c use the predefined constantsreimar2009-08-121-2/+2
| * s/RG48xE/RGB48xEcehoyos2009-08-111-2/+2
| * Explain how formats must be ordered in fmt_list so the parser can handlereimar2009-08-111-0/+3
| * fmt_table should be const as well.reimar2009-08-111-1/+1
| * Allow out-formats for IMGFMT_RGB48* in codecs.conf.cehoyos2009-08-111-0/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-28/+28
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-28/+28
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-29/+29
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-29/+29
* | Add temporary no-op translation function stubsUoti Urpala2009-07-061-0/+1
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-1/+1
|\|
| * Change type of first argument of the print_int_array function from int todiego2009-04-091-1/+1
* | codec-cfg.c: Remove bogus printf argumentUoti Urpala2009-03-071-2/+2
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-8/+0
|\|
| * Remove unnecessary linking hack, compilation works fine without.diego2009-03-011-8/+0
* | Merge svn changes up to r28610Uoti Urpala2009-02-161-0/+6
|\|
| * Add support for image formats and codecs used by VDPAUreimar2009-02-141-0/+6
* | Makefile, codec-cfg.c: Don't use EXTRA_INC flags for codec-cfg compileUoti Urpala2008-12-021-3/+5
|/
* Rename two GUI-related preprocessor directives:diego2008-07-301-1/+1
* Fix codec-cfg-test compilation.diego2008-05-271-2/+4
* Add missing #includes to pass 'make checkheaders' to codecs.conf.h.diego2008-04-091-0/+2
* 100l, free strdup'd stringsreimar2008-01-121-0/+2
* Builtin codecs array can now be constreimar2008-01-121-1/+1
* Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" withreimar2008-01-121-28/+22
* Get rid of some useless extra ()reimar2007-12-021-11/+11
* Avoid short forms; has the added benefit of allowing compilation with gcc 2.95diego2007-11-031-1/+1
* Replace some Hungarian comments, thanks to Denes Balatoni for the translation.diego2007-11-031-3/+3
* C99 varargs in macros can not be empty, adjust definition so it compilesreimar2007-07-301-1/+1
* Remove some more useless *alloc castsreimar2007-07-191-3/+3
* Fix comment about test application compilation.diego2007-03-121-1/+2
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-2/+0
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-091-1/+1
* reverse previous patch which caused sig11.rfelker2006-04-031-1/+1
* 1000l: absolutely huge missing constrfelker2006-04-031-1/+1
* remove mp_msg.c dependency when compiling codec-cfg binary.reimar2006-03-121-0/+7
* Fix compilation command in comment.diego2006-03-071-1/+1
* Comment out debug output.diego2006-03-071-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'llods152005-12-071-12/+0
* another 100l, codec-cfg relied on mp_msg printing nothing....ods152005-12-061-1/+1
* 100l, codec-cfg needs fixing after -msgl patchods152005-12-061-0/+12
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-301-5/+6
* codecs-status.html should be written to an existing path.diego2005-05-011-1/+1
* compilation fix for codecs2htmldiego2005-04-301-1/+1
* 1l typodiego2005-04-301-1/+1
* Fix wrong compilation instructions.diego2005-04-301-1/+2
* Allow Y8 and Y800 as OUT format in codecs.confreimar2004-12-171-0/+2
* Reduce excessive verbosity.diego2004-11-151-2/+2
* fix crash when a "driver" line is missing in codecs.conf.reimar2004-11-141-3/+4
* Memory Free function Fix, based on patch by Wei Jiang <jiangw98@yahoo.com>faust32004-10-301-11/+28
* Translatable messages moved to help_mp-en.h.diego2004-10-121-29/+31
* removed loader/ dependancy, imported some files from g2, also used patches fr...alex2004-04-281-1/+1
* add -codecs-file for selecting a specific codecs.conf on the comand lineattila2004-01-081-0/+2
* updates for new image formats for zoran mjpeg passthroughrik2003-11-041-0/+4
* codecs-in.html moved to DOCS/tech/.diego2003-09-121-1/+1
* added nv12/nv21 and some other fourccs (still not synced)alex2003-08-311-0/+2
* FourCC is the preferred spelling according to iive and arpi.diego2003-08-041-4/+4
* spelling/grammar fixesdiego2003-07-291-14/+14
* removed our native svq1 and huffyuv implementation as libavcodec's implementa...alex2003-07-131-2/+0
* basic xvmc image supportiive2003-06-211-0/+4
* Add missing language suffix to DOCS/ path.diego2003-06-131-2/+2
* 10larpi2002-12-161-3/+3
* Fallback to builtin (generated from etc/codecs.conf at compile time)arpi2002-12-151-4/+112
* - fixed vfw/vfwex/acm fm namesarpi2002-11-161-2/+4
* This patch goes into the #ifdef CODECS2HTML section ofarpi2002-11-161-6/+13
* - rgb1, rgb4 supportarpi2002-10-171-8/+23
* new func: select_codec() - disables codec by namearpi2002-09-261-0/+17
* make -ac/-vc help look betterarpi2002-08-311-4/+4
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-10/+10
* native DV audio/video decoders using libdvarpi2002-08-051-0/+2
* planar yuv 444 422 411 supportmichael2002-08-011-1/+4
* Support for Xvid using their new api. If divx4 compatiblity is disabeledalbeu2002-07-101-0/+1
* new global codec flag: align16arpi2002-06-251-0/+3
* yvu9 and if09 supportalex2002-06-231-0/+1
* SVQ1 addedarpi2002-06-221-0/+1
* yvu9 support, 0l to me becouse i forget to commit it (0l becouse i've drinken...alex2002-06-211-0/+1
* realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>arpi2002-06-081-0/+2
* codecs.conf versioning - patch by Joey Parrish <joey@yunamusic.com>arpi2002-05-261-3/+25
* 'static' outfmt-flag addedarpi2002-05-161-0/+1
* printf to mp_msgalbeu2002-05-021-33/+34
* mpegpes added... thx Mw3arpi2002-04-031-0/+1
* 100l :(arpi2002-03-251-2/+0
* use codec selectionarpi2002-03-251-0/+1
* tagging selected codec to avoid trying the same codec several timesarpi2002-03-251-0/+16
* added missing #include config.h, removed LIBVO2 ifdef.arpi2002-03-231-4/+2
* added zlib supportalex2002-03-221-0/+1
* query flag addedarpi2002-03-211-0/+1
* added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>melanson2002-03-211-0/+1
* MPlayer now has a Microsoft RLE decoder to call its own...only supportsmelanson2002-03-191-1/+1
* Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 vid...atmos42002-03-181-0/+1
* Add IJPG decoder.pontscho2002-03-101-0/+1
* fixed, strengthened, rewrote, and renamed a variety of the ADPCM decodersmelanson2002-02-251-2/+2
* fixed old testing partalex2002-02-121-8/+21
* added informat support (for encoding)alex2002-02-121-2/+9
* add initial mPNG supportpontscho2002-02-111-0/+1
* Added native codec support for QT RPZA data, courtesy of Roberto Tognimelanson2002-02-091-0/+1
* added skeleton decoders for RoQ audio and video format decodersmelanson2002-02-011-0/+2
* added skeleton for Duck Truemotion v1 decoder (doesn't do anything yet)melanson2002-01-221-0/+1
* added skeleton for QT SMC decodermelanson2002-01-181-0/+1
* 10l to Ivanarpi2002-01-071-8/+4
* integrated Tim Ferguson's native CYUV decodermelanson2002-01-041-0/+1
* added initial support for format 0x61 ADPCM (sounds good, but still pops)melanson2002-01-011-0/+1
* fix for imaadpcmacm sizenexus2001-12-311-2/+2
* added initial, not-yet-functional, support for fox62 audiomelanson2001-12-281-0/+1
* NuppelVideo decoder added, based on Panagiotis Issaris' patchalex2001-12-271-0/+1
* fixed few segfaults, make parse_codec_cfg() return intiive2001-12-271-15/+31
* implemented open source MS ADPCM decodermelanson2001-12-271-2/+2
* Initial support for unified ADPCM decodermelanson2001-12-261-0/+1
* This commit adds initial support for Quicktime Animation (RLE) video. Itmelanson2001-12-231-0/+1
* add support for priotity <int> in codecs.conf, higher numbers are betteratmos42001-12-231-0/+5
* native opensourec Cinepak (CVID) codec by im Ferguson <timf@mail.csse.monash....arpi2001-12-211-0/+1
* enabled validate_codec with some restrictionsalex2001-12-091-7/+15
* g72x and a52 addedarpi2001-12-091-0/+2
* support for FLI image decodingmelanson2001-11-281-0/+1
* Added proper #include's for libvo2mswitch2001-11-141-0/+4
* ms video1 (cram) codecs by Mike Melanson <melanson@pcisys.net>arpi2001-11-111-0/+1
* fourcc mapping fixed - 10l to someonearpi2001-11-041-3/+1
* ima4 addedarpi2001-10-231-0/+1
* libmad (ARM) patch by jeroen.dobbelaere@acunia.comarpi2001-10-231-0/+1
* xanim addedarpi2001-10-221-0/+1
* doens't requires loader.harpi2001-10-021-1/+1
* -Wall warnings fixedarpi2001-10-021-2/+2
* -av/-vc help display statusarpi2001-09-271-2/+11
* -ac help / -vc helparpi2001-09-271-0/+24
* native codec 'rle' addedarpi2001-09-241-0/+1
* Fixed vfwex section, null codec and other fourcc issues and improved codecs-i...atmos42001-09-231-5/+6
* added ffmpeg audio driverarpi2001-09-211-0/+1
* Mpeg PES addedarpi2001-09-081-0/+2
* OggVorbis support, ALPHA state!atmos42001-09-011-0/+1
* codecs.html renamed to codecs-status.htmlarpi2001-08-251-1/+1
* DOCS/codecs.conf -> etc/codecs.confarpi2001-08-211-2/+2
* ac3/spdif patch by German Gomez Garcia <german@piraos.com>arpi2001-08-151-0/+1
* raw (uncompressed) video codecarpi2001-08-111-0/+1
* support for null codecsarpi2001-07-261-1/+1
* DivX4Linux supportarpi2001-07-191-0/+1
* Use FOURCC macro to encode fcc values. Avoids accessing 32-bit data fromjkeil2001-07-121-4/+7
* VfwEx supportarpi2001-07-081-0/+1
* added new driver: nullarpi2001-07-081-3/+5
* optional libavcodec (ffmpeg) supportarpi2001-06-301-0/+1
* no codecs - segfault fixedarpi_esp2001-05-27<