| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of some useless extra () | reimar | 2007-12-02 | 1 | -11/+11 |
* | Avoid short forms; has the added benefit of allowing compilation with gcc 2.95 | diego | 2007-11-03 | 1 | -1/+1 |
* | Replace some Hungarian comments, thanks to Denes Balatoni for the translation. | diego | 2007-11-03 | 1 | -3/+3 |
* | C99 varargs in macros can not be empty, adjust definition so it compiles | reimar | 2007-07-30 | 1 | -1/+1 |
* | Remove some more useless *alloc casts | reimar | 2007-07-19 | 1 | -3/+3 |
* | Fix comment about test application compilation. | diego | 2007-03-12 | 1 | -1/+2 |
* | Remove support for obsolete and non-free divx4/odivx libraries. | diego | 2006-07-14 | 1 | -2/+0 |
* | Marks several string parameters as const when they are not modified in the fu... | reynaldo | 2006-07-09 | 1 | -1/+1 |
* | reverse previous patch which caused sig11. | rfelker | 2006-04-03 | 1 | -1/+1 |
* | 1000l: absolutely huge missing const | rfelker | 2006-04-03 | 1 | -1/+1 |
* | remove mp_msg.c dependency when compiling codec-cfg binary. | reimar | 2006-03-12 | 1 | -0/+7 |
* | Fix compilation command in comment. | diego | 2006-03-07 | 1 | -1/+1 |
* | Comment out debug output. | diego | 2006-03-07 | 1 | -1/+1 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -1/+1 |
* | Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'll | ods15 | 2005-12-07 | 1 | -12/+0 |
* | another 100l, codec-cfg relied on mp_msg printing nothing.... | ods15 | 2005-12-06 | 1 | -1/+1 |
* | 100l, codec-cfg needs fixing after -msgl patch | ods15 | 2005-12-06 | 1 | -0/+12 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 | 1 | -5/+6 |
* | codecs-status.html should be written to an existing path. | diego | 2005-05-01 | 1 | -1/+1 |
* | compilation fix for codecs2html | diego | 2005-04-30 | 1 | -1/+1 |
* | 1l typo | diego | 2005-04-30 | 1 | -1/+1 |
* | Fix wrong compilation instructions. | diego | 2005-04-30 | 1 | -1/+2 |
* | Allow Y8 and Y800 as OUT format in codecs.conf | reimar | 2004-12-17 | 1 | -0/+2 |
* | Reduce excessive verbosity. | diego | 2004-11-15 | 1 | -2/+2 |
* | fix crash when a "driver" line is missing in codecs.conf. | reimar | 2004-11-14 | 1 | -3/+4 |
* | Memory Free function Fix, based on patch by Wei Jiang <jiangw98@yahoo.com> | faust3 | 2004-10-30 | 1 | -11/+28 |
* | Translatable messages moved to help_mp-en.h. | diego | 2004-10-12 | 1 | -29/+31 |
* | removed loader/ dependancy, imported some files from g2, also used patches fr... | alex | 2004-04-28 | 1 | -1/+1 |
* | add -codecs-file for selecting a specific codecs.conf on the comand line | attila | 2004-01-08 | 1 | -0/+2 |
* | updates for new image formats for zoran mjpeg passthrough | rik | 2003-11-04 | 1 | -0/+4 |
* | codecs-in.html moved to DOCS/tech/. | diego | 2003-09-12 | 1 | -1/+1 |
* | added nv12/nv21 and some other fourccs (still not synced) | alex | 2003-08-31 | 1 | -0/+2 |
* | FourCC is the preferred spelling according to iive and arpi. | diego | 2003-08-04 | 1 | -4/+4 |
* | spelling/grammar fixes | diego | 2003-07-29 | 1 | -14/+14 |
* | removed our native svq1 and huffyuv implementation as libavcodec's implementa... | alex | 2003-07-13 | 1 | -2/+0 |
* | basic xvmc image support | iive | 2003-06-21 | 1 | -0/+4 |
* | Add missing language suffix to DOCS/ path. | diego | 2003-06-13 | 1 | -2/+2 |
* | 10l | arpi | 2002-12-16 | 1 | -3/+3 |
* | Fallback to builtin (generated from etc/codecs.conf at compile time) | arpi | 2002-12-15 | 1 | -4/+112 |
* | - fixed vfw/vfwex/acm fm names | arpi | 2002-11-16 | 1 | -2/+4 |
* | This patch goes into the #ifdef CODECS2HTML section of | arpi | 2002-11-16 | 1 | -6/+13 |
* | - rgb1, rgb4 support | arpi | 2002-10-17 | 1 | -8/+23 |
* | new func: select_codec() - disables codec by name | arpi | 2002-09-26 | 1 | -0/+17 |
* | make -ac/-vc help look better | arpi | 2002-08-31 | 1 | -4/+4 |
* | -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make... | arpi | 2002-08-30 | 1 | -10/+10 |
* | native DV audio/video decoders using libdv | arpi | 2002-08-05 | 1 | -0/+2 |
* | planar yuv 444 422 411 support | michael | 2002-08-01 | 1 | -1/+4 |
* | Support for Xvid using their new api. If divx4 compatiblity is disabeled | albeu | 2002-07-10 | 1 | -0/+1 |
* | new global codec flag: align16 | arpi | 2002-06-25 | 1 | -0/+3 |
* | yvu9 and if09 support | alex | 2002-06-23 | 1 | -0/+1 |
* | SVQ1 added | arpi | 2002-06-22 | 1 | -0/+1 |
* | yvu9 support, 0l to me becouse i forget to commit it (0l becouse i've drinken... | alex | 2002-06-21 | 1 | -0/+1 |
* | realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net> | arpi | 2002-06-08 | 1 | -0/+2 |
* | codecs.conf versioning - patch by Joey Parrish <joey@yunamusic.com> | arpi | 2002-05-26 | 1 | -3/+25 |
* | 'static' outfmt-flag added | arpi | 2002-05-16 | 1 | -0/+1 |
* | printf to mp_msg | albeu | 2002-05-02 | 1 | -33/+34 |
* | mpegpes added... thx Mw3 | arpi | 2002-04-03 | 1 | -0/+1 |
* | 100l :( | arpi | 2002-03-25 | 1 | -2/+0 |
* | use codec selection | arpi | 2002-03-25 | 1 | -0/+1 |
* | tagging selected codec to avoid trying the same codec several times | arpi | 2002-03-25 | 1 | -0/+16 |
* | added missing #include config.h, removed LIBVO2 ifdef. | arpi | 2002-03-23 | 1 | -4/+2 |
* | added zlib support | alex | 2002-03-22 | 1 | -0/+1 |
* | query flag added | arpi | 2002-03-21 | 1 | -0/+1 |
* | added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it> | melanson | 2002-03-21 | 1 | -0/+1 |
* | MPlayer now has a Microsoft RLE decoder to call its own...only supports | melanson | 2002-03-19 | 1 | -1/+1 |
* | Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 vid... | atmos4 | 2002-03-18 | 1 | -0/+1 |
* | Add IJPG decoder. | pontscho | 2002-03-10 | 1 | -0/+1 |
* | fixed, strengthened, rewrote, and renamed a variety of the ADPCM decoders | melanson | 2002-02-25 | 1 | -2/+2 |
* | fixed old testing part | alex | 2002-02-12 | 1 | -8/+21 |
* | added informat support (for encoding) | alex | 2002-02-12 | 1 | -2/+9 |
* | add initial mPNG support | pontscho | 2002-02-11 | 1 | -0/+1 |
* | Added native codec support for QT RPZA data, courtesy of Roberto Togni | melanson | 2002-02-09 | 1 | -0/+1 |
* | added skeleton decoders for RoQ audio and video format decoders | melanson | 2002-02-01 | 1 | -0/+2 |
* | added skeleton for Duck Truemotion v1 decoder (doesn't do anything yet) | melanson | 2002-01-22 | 1 | -0/+1 |
* | added skeleton for QT SMC decoder | melanson | 2002-01-18 | 1 | -0/+1 |
* | 10l to Ivan | arpi | 2002-01-07 | 1 | -8/+4 |
* | integrated Tim Ferguson's native CYUV decoder | melanson | 2002-01-04 | 1 | -0/+1 |
* | added initial support for format 0x61 ADPCM (sounds good, but still pops) | melanson | 2002-01-01 | 1 | -0/+1 |
* | fix for imaadpcmacm size | nexus | 2001-12-31 | 1 | -2/+2 |
* | added initial, not-yet-functional, support for fox62 audio | melanson | 2001-12-28 | 1 | -0/+1 |
* | NuppelVideo decoder added, based on Panagiotis Issaris' patch | alex | 2001-12-27 | 1 | -0/+1 |
* | fixed few segfaults, make parse_codec_cfg() return int | iive | 2001-12-27 | 1 | -15/+31 |
* | implemented open source MS ADPCM decoder | melanson | 2001-12-27 | 1 | -2/+2 |
* | Initial support for unified ADPCM decoder | melanson | 2001-12-26 | 1 | -0/+1 |
* | This commit adds initial support for Quicktime Animation (RLE) video. It | melanson | 2001-12-23 | 1 | -0/+1 |
* | add support for priotity <int> in codecs.conf, higher numbers are better | atmos4 | 2001-12-23 | 1 | -0/+5 |
* | native opensourec Cinepak (CVID) codec by im Ferguson <timf@mail.csse.monash.... | arpi | 2001-12-21 | 1 | -0/+1 |
* | enabled validate_codec with some restrictions | alex | 2001-12-09 | 1 | -7/+15 |
* | g72x and a52 added | arpi | 2001-12-09 | 1 | -0/+2 |
* | support for FLI image decoding | melanson | 2001-11-28 | 1 | -0/+1 |
* | Added proper #include's for libvo2 | mswitch | 2001-11-14 | 1 | -0/+4 |
* | ms video1 (cram) codecs by Mike Melanson <melanson@pcisys.net> | arpi | 2001-11-11 | 1 | -0/+1 |
* | fourcc mapping fixed - 10l to someone | arpi | 2001-11-04 | 1 | -3/+1 |
* | ima4 added | arpi | 2001-10-23 | 1 | -0/+1 |
* | libmad (ARM) patch by jeroen.dobbelaere@acunia.com | arpi | 2001-10-23 | 1 | -0/+1 |
* | xanim added | arpi | 2001-10-22 | 1 | -0/+1 |
* | doens't requires loader.h | arpi | 2001-10-02 | 1 | -1/+1 |
* | -Wall warnings fixed | arpi | 2001-10-02 | 1 | -2/+2 |
* | -av/-vc help display status | arpi | 2001-09-27 | 1 | -2/+11 |
* | -ac help / -vc help | arpi | 2001-09-27 | 1 | -0/+24 |
* | native codec 'rle' added | arpi | 2001-09-24 | 1 | -0/+1 |
* | Fixed vfwex section, null codec and other fourcc issues and improved codecs-i... | atmos4 | 2001-09-23 | 1 | -5/+6 |
* | added ffmpeg audio driver | arpi | 2001-09-21 | 1 | -0/+1 |
* | Mpeg PES added | arpi | 2001-09-08 | 1 | -0/+2 |
* | OggVorbis support, ALPHA state! | atmos4 | 2001-09-01 | 1 | -0/+1 |
* | codecs.html renamed to codecs-status.html | arpi | 2001-08-25 | 1 | -1/+1 |
* | DOCS/codecs.conf -> etc/codecs.conf | arpi | 2001-08-21 | 1 | -2/+2 |
* | ac3/spdif patch by German Gomez Garcia <german@piraos.com> | arpi | 2001-08-15 | 1 | -0/+1 |
* | raw (uncompressed) video codec | arpi | 2001-08-11 | 1 | -0/+1 |
* | support for null codecs | arpi | 2001-07-26 | 1 | -1/+1 |
* | DivX4Linux support | arpi | 2001-07-19 | 1 | -0/+1 |
* | Use FOURCC macro to encode fcc values. Avoids accessing 32-bit data from | jkeil | 2001-07-12 | 1 | -4/+7 |
* | VfwEx support | arpi | 2001-07-08 | 1 | -0/+1 |
* | added new driver: null | arpi | 2001-07-08 | 1 | -3/+5 |
* | optional libavcodec (ffmpeg) support | arpi | 2001-06-30 | 1 | -0/+1 |
* | no codecs - segfault fixed | arpi_esp | 2001-05-27 | 1 | -2/+3 |
* | fixed start!=NULL in find_codec() | arpi_esp | 2001-04-24 | 1 | -1/+5 |
* | duplitated check fixed | szabii | 2001-04-24 | 1 | -2/+1 |
* | added html generation | arpi_esp | 2001-04-24 | 1 | -4/+174 |
* | missing braces around initializer warning fixed | szabii | 2001-04-14 | 1 | -19/+19 |
* | - applied overlay patch by Jens H | atmosfear | 2001-04-14 | 1 | -34/+31 |
* | DVD PCM audio support | arpi_esp | 2001-04-14 | 1 | -0/+1 |
* | dunno :) | szabii | 2001-04-11 | 1 | -60/+111 |
* | guid | szabii | 2001-04-10 | 1 | -8/+13 |
* | find_codec() modified | szabii | 2001-04-10 | 1 | -23/+39 |
* | validate disabled | szabii | 2001-04-10 | 1 | -0/+2 |
* | lots of changes again | szabii | 2001-04-10 | 1 | -226/+294 |
* | flags seekable | szabii | 2001-04-09 | 1 | -2/+4 |
* | status | szabii | 2001-04-09 | 1 | -4/+4 |
* | lots of changes | szabii | 2001-04-09 | 1 | -193/+194 |
* | status added | szabii | 2001-04-08 | 1 | -0/+15 |
* | codecs.conf support | arpi_esp | 2001-04-07 | 1 | -44/+66 |
* | get_driver() implemented | arpi_esp | 2001-04-07 | 1 | -16/+29 |
* | audio format support, realloc() cleanup | arpi_esp | 2001-04-07 | 1 | -76/+65 |
* | outflags[] reading fixed | arpi_esp | 2001-04-06 | 1 | -4/+38 |
* | codecs.conf was already at DOCS... | arpi_esp | 2001-04-06 | 1 | -1/+1 |
* | imported codec-cfg, small fixes | arpi_esp | 2001-04-06 | 1 | -0/+468 |