summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* workaround Juanjo's stupid vme changearpi2002-04-141-3/+5
* fame doesn't accept stridearpi2002-04-141-1/+1
* export width tooarpi2002-04-141-2/+2
* draw_slices with framedrop fixedarpi2002-04-142-4/+4
* mp_image moved to libmpcodecsarpi2002-04-133-0/+123
* img_format moved to libmpcodecsarpi2002-04-131-0/+48
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-1322-34/+110
* updatearpi2002-04-131-36/+1
* less namespace pollutionarpi2002-04-131-3/+3
* fastmemcpy path fixedarpi2002-04-131-1/+1
* native codecs files moved to libmpcodecs/native/arpi2002-04-136-5/+1123
* moved to libmpcodecs/native/arpi2002-04-1316-0/+10760
* handle width*bpp!=stridearpi2002-04-131-1/+1
* 10larpi2002-04-131-0/+2
* rgb2bgr converterarpi2002-04-133-1/+104
* yuy2 support, fixed bug of dropping frame after config_vo callsarpi2002-04-131-2/+29
* RGB24/YUY2 -> DV encoding, using libdvarpi2002-04-123-1/+121
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-1114-47/+179
* VFCAP defines moved out from vf.h, to be easier to include in libvoarpi2002-04-111-0/+26
* VFCAP flags addedarpi2002-04-111-0/+24
* print VO infoarpi2002-04-111-0/+17
* new filter: fliparpi2002-04-113-1/+87
* vme default changed 3->4arpi2002-04-111-1/+1
* 10larpi2002-04-111-1/+1
* soem fixesarpi2002-04-114-4/+20
* encodersarpi2002-04-108-5/+720
* query_format debug moved 1 verbose level downarpi2002-04-101-1/+1
* 2 new simple filters: yuy2 and formatarpi2002-04-094-1/+132
* vf_fame added - yv12->mpes converterarpi2002-04-083-1/+130
* copy width tooarpi2002-04-081-2/+2
* relaly black packed yuv imagesarpi2002-04-081-1/+7
* really black yv12/rgb images (todo: packed yuv)arpi2002-04-081-0/+8
* pp passtrougharpi2002-04-081-0/+7
* free old context, really use query_formatarpi2002-04-071-0/+5
* 10larpi2002-04-071-1/+1
* allocate 2 lines more memory - to avoid some sig11arpi2002-04-071-1/+1
* colorspace conversion supportarpi2002-04-071-2/+56
* swscale filterarpi2002-04-073-2/+82
* vf control codes added, autoq supportarpi2002-04-076-4/+41
* accept only 4:2:0 planar yuv formatsarpi2002-04-071-0/+12
* export qscale for postprocarpi2002-04-071-0/+9
* missing #ifdfe - 0.1larpi2002-04-071-0/+2
* quant_store moved to frame structarpi2002-04-071-5/+2
* accept -pp value from argsarpi2002-04-071-0/+5
* mpeg+pp0 fixedarpi2002-04-071-1/+2
* postprocessing filter (fixme: -pp 0)arpi2002-04-073-1/+81
* vo_config_count now counts calls to vo->config()arpi2002-04-071-1/+4
* don't config twicearpi2002-04-071-1/+1
* vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinenarpi2002-04-063-11/+0
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-068-111/+586
* Bugreports start appearing - no reaction :/pl2002-04-051-1/+1
* i just fixed b-frames & slices in libavcodec :) ... iam too tired for benchma...michael2002-04-051-3/+2
* use -slicesarpi2002-04-041-1/+1
* global var for option -slicesarpi2002-04-042-0/+3
* libavcodec slices supportarpi2002-04-031-19/+44
* control() donearpi2002-04-034-7/+20
* removed useless contect struct -> code simplifiedarpi2002-04-031-28/+14
* libmad support, rewritten from scratch using Xine decoder as samplearpi2002-04-033-1/+180
* vd_mpegpes addedarpi2002-04-033-1/+53
* rewritten - it replaces libmpeg2/decode.c nowarpi2002-04-031-27/+234
* samplearpi2002-04-011-0/+129
* audio input buffer allocation/free cleanuparpi2002-04-0110-64/+40
* config vo only if aspect really changed and width&&height isn't changed (if w...alex2002-04-011-6/+10
* cleanuparpi2002-04-011-6/+5
* ehh. vorbis support...arpi2002-04-011-1/+5
* twos audio fixedarpi2002-04-011-1/+12
* added vfw uninitalex2002-04-011-1/+1
* added acm uninitalex2002-04-011-1/+1
* using sh->context and added proper uninitalex2002-04-011-3/+5
* using sh->contextalex2002-04-011-14/+41
* vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1arpi2002-03-312-1/+185
* fixed ibpsmelanson2002-03-311-1/+1
* modified the new MS RLE decoder to support BGR15/16 output formats inmelanson2002-03-311-50/+161
* copy palette to 4*256 bytes area to avoid sig11 when colors<256 but index>col...arpi2002-03-311-9/+15
* migrating to Melanson's great codec name change... which is of course nonsens...arpi2002-03-311-3/+3
* reworked ADPCM decoders; changes include:melanson2002-03-305-46/+679
* ac3_iec958_build_burst moved from ac3-iec958.carpi2002-03-271-4/+22
* eeh 10l removed too much lines :(atmos42002-03-271-0/+2
* Issue a warning in VDec if disp_w and disp_h weren't set by codec and try wor...atmos42002-03-272-4/+14
* ported back hack for interlaced mpeg2, without it mplayer draws whole frame f...iive2002-03-261-1/+3
* Don't kill me, pure indent change as I forgot to reindent when copy and pasti...atmos42002-03-261-47/+46
* Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved b...atmos42002-03-263-1/+209
* fixed up this audio decoder toomelanson2002-03-261-20/+29
* added YUY2 output to the widely used (heh) CYUV decoder because it seemedmelanson2002-03-261-2/+3
* fixed so the decoder cooperates better with the rest of the systemmelanson2002-03-261-19/+24
* fixed to work nicely with the new system (and yes, I did originate the RoQmelanson2002-03-261-17/+19
* ad_msgsm addedarpi2002-03-253-1/+60
* ok, use ad_* stuffarpi2002-03-253-3/+69
* argh... Nick messed up driver names tooarpi2002-03-255-4/+14
* imporetd from MPlayerXP, with small modificationarpi2002-03-251-0/+131
* do not export the Worldarpi2002-03-251-4/+4
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...arpi2002-03-2515-0/+1176
* changed to be more-or-less compatible with Nick's stuffarpi2002-03-251-4/+4
* Fix aspect info for square pixel.atmos42002-03-251-2/+0
* check and set codec selection - impossible to do it at find_codecarpi2002-03-251-0/+2
* 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