summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* proposal for audio decodersarpi2002-03-251-0/+30
* common stuff moved to mpc_info.harpi2002-03-252-22/+30
* UV vs VU fixarpi2002-03-241-3/+10
* added aspect ratio support and local ctxalex2002-03-231-21/+65
* 10l, hopefully fixed query formatalex2002-03-231-1/+2
* fixed query formatalex2002-03-231-2/+4
* 10l. IMGFLAG_ALLOCATED shouldn't be set from vd driver\! - it's for internal ...arpi2002-03-231-7/+5
* moved get_image into decoder (Arpi's request)alex2002-03-231-4/+5
* added xanim urlalex2002-03-231-1/+1
* adding support for 12 bit planar YUV formats (for YUV4MPEG(2))rik2002-03-231-0/+7
* try to uncomment this line - very funny effect (skipping I frames)arpi2002-03-231-0/+2
* added zlibalex2002-03-222-1/+5
* added, supporting only BGR24 (avizlib.dll does the same)alex2002-03-221-0/+132
* committed Roberto Togni's patch for control() function in HuffYUV decodermelanson2002-03-221-2/+17
* Im proved Build Version selection for DivX 5.atmos42002-03-212-2/+22
* added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>melanson2002-03-213-1/+860
* using -dr instead -vaa_dralex2002-03-202-3/+3
* 10l ;)alex2002-03-201-0/+3
* oh yeah, this is it...MPlayer now has 4-bit MS RLE support...I thinkmelanson2002-03-201-16/+152
* config vo if resolution changed (after decoded image read the dimensions out ...alex2002-03-191-1/+8
* MPlayer now has a Microsoft RLE decoder to call its own...only supportsmelanson2002-03-193-3/+191
* supports query_format in codecsarpi2002-03-182-4/+9
* decore version check for divx3 and divx5arpi2002-03-181-0/+14
* don't call video->get_info if it's NULLarpi2002-03-181-0/+1
* init_video() changed - now it handles codec selectionarpi2002-03-181-27/+29
* added vo_configarpi2002-03-181-0/+1
* decore version check for divx3 and divx5arpi2002-03-181-0/+13
* libvo printfs added (moved from mplayer.c), mpi buffers free'd to fix multifi...arpi2002-03-171-5/+26
* init_video_vaa() removedarpi2002-03-171-19/+0
* fixed colorspace detectionarpi2002-03-171-1/+2
* useless 'max benchmar' removedarpi2002-03-171-15/+0
* mpegpes supportarpi2002-03-161-3/+17
* prefer outfmt with no conversion (see vo's query flags)arpi2002-03-161-8/+11
* handle error from mpcodecs_config_vo()arpi2002-03-1620-38/+22
* temp workaround for mencoderarpi2002-03-141-2/+3
* pitches mess removedarpi2002-03-141-1/+1
* libvo init moved to libmpcodecsarpi2002-03-141-0/+102
* missing config_voarpi2002-03-141-0/+1
* libjpeg and loader conflict workaroundpontscho2002-03-111-0/+2
* kill few warningpontscho2002-03-111-3/+2
* framedrop fixarpi2002-03-111-0/+2
* hopefully fixed divx5 header + xvid conflictarpi2002-03-112-2/+2
* removed unneeded includesarpi2002-03-101-4/+0
* keeps it cleanjaf2002-03-101-0/+1
* Add IJPG decoder.pontscho2002-03-103-1/+205
* postprocess.h requires for GET_PP_QUALITY_MAX - patch by Fredrik Kuivinenarpi2002-03-101-0/+1
* old temp vars removed, in-codecs equalizer support added, error message if -v...arpi2002-03-091-16/+6
* vo_config request printfarpi2002-03-091-1/+2
* divx_quality and equalizer support donearpi2002-03-097-13/+53
* mpng, libmpeg2 added, none of them finished :(arpi2002-03-095-4/+213
* divx5 support into libmpcodecs (untested)atmos42002-03-092-0/+8
* TODO listarpi2002-03-081-0/+31
* cyuv, nuv, qtrle, qtsmc, roq addedarpi2002-03-087-1/+316
* comments fixedarpi2002-03-071-6/+5
* fli and msvideo1 addedarpi2002-03-074-1/+146
* common includes moved to private vd_internal.harpi2002-03-0712-88/+9
* direct rendering can be disabled -vaa_nodrarpi2002-03-071-1/+2
* direct rendering supportarpi2002-03-072-13/+25
* xanim, raw, rle addedarpi2002-03-075-1/+245
* vfw, vfwex, odivx, divx4 addedarpi2002-03-075-8/+448
* 10larpi2002-03-071-1/+1
* commente dout info's declarpi2002-03-071-1/+1
* vd_dshow addedarpi2002-03-063-1/+114
* new controls added for query/set pp levelarpi2002-03-062-2/+8
* 11larpi2002-03-061-2/+4
* order of #includes changed - shouldn't include local things before config.harpi2002-03-062-5/+12
* avcodec_inited moved to vd_ffmpegarpi2002-03-061-1/+1
* vd_ffmpeg addedarpi2002-03-062-1/+134
* vd_ffmpeg added, handling of EXPORT imgtype changedarpi2002-03-061-1/+17
* optim :)arpi2002-03-061-1/+1
* using new cinepak codec apiarpi2002-03-061-3/+6
* Qt RPZA decoder interface by Roberto Togni <rtogni@bresciaonline.it>arpi2002-03-023-1/+69
* implemented basic wrapper functions to new libmpcodecs apiarpi2002-03-011-17/+45
* dec_video.c addedarpi2002-03-012-1/+208
* 10l... forgot to set VFMarpi2002-03-011-1/+1
* fixed stride for packed formats, more detailed printf at image allocationarpi2002-03-011-2/+8
* cinepak addedarpi2002-02-281-0/+1
* cinepak addedarpi2002-02-282-1/+2
* callbacks addedarpi2002-02-281-0/+5
* cinepak decoder - untestedarpi2002-02-281-0/+69
* libmpcodecs video decoder templatearpi2002-02-281-0/+46
* libmpcodecs core - initial versionarpi2002-02-284-0/+191