summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* 10lalex2002-05-021-1/+1
* avid mjpeg support (external huffman table)alex2002-05-021-0/+32
* printf to mp_msgalbeu2002-05-021-2/+2
* setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARNarpi2002-05-012-16/+11
* expand=-1:-50:0:0 -> mwidth:mheight+50:0:0pontscho2002-05-011-0/+9
* apply aspect prescaling to -xyarpi2002-04-291-20/+23
* 8bpp raw avi supportarpi2002-04-291-0/+5
* Uncompressed avi files are stored upside down.ksorim2002-04-291-1/+1
* 1000larpi2002-04-281-1/+1
* 10larpi2002-04-282-2/+3
* support hurryup flag (-(hard)framedrop)arpi2002-04-271-1/+5
* 10larpi2002-04-271-0/+2
* realtime yv12->mpeg1 with libavcodec qscale=1arpi2002-04-273-1/+150
* A little fix with hw video parameters settingalbeu2002-04-271-1/+0
* divx5.1 features addedarpi2002-04-271-0/+22
* osd crash fixedarpi2002-04-261-0/+1
* Correct my half reverse commit. Sorry Atmos.albeu2002-04-261-0/+4
* Don't break the pointer for the next file.albeu2002-04-261-7/+4
* Allow disabling of libfame and allow to enforce (not) building libavcodec.atmos42002-04-262-1/+9
* bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>arpi2002-04-251-1/+5
* bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>arpi2002-04-251-0/+2
* Hopefully fix ffmpeg12 aspect.atmos42002-04-241-1/+0
* changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback t...arpi2002-04-221-0/+1
* hq mode in first pass should work (as bad, ehh as well as LQ)michael2002-04-221-2/+7
* support for new stuff (lavc internal 2pass, ...)michael2002-04-211-0/+22
* Added uninitalbeu2002-04-211-8/+14
* 8bpp paletted -> 15/16/24/32 converterarpi2002-04-213-1/+140
* 10l, >1bpp modes fixed..., x<->y swappedarpi2002-04-211-17/+12
* export palette for rgb8/bgr8arpi2002-04-211-0/+5
* Complement existing filters - rotate and flip.eyck2002-04-213-1/+96
* filters uninitarpi2002-04-204-0/+28
* swscaler yv12 vs i420 workaroundarpi2002-04-191-2/+4
* debug linearpi2002-04-191-0/+1
* accept I420/IYUV in query_formatarpi2002-04-191-0/+2
* flipped rgb fixedarpi2002-04-191-1/+2
* rotation/mirror filterarpi2002-04-193-1/+111
* 10larpi2002-04-181-2/+1
* don't allow invalid parametersarpi2002-04-181-5/+2
* fixed block artefacts and speedup at the same timeiive2002-04-181-2/+7
* bitrate>16000 means bits not kbits - noticed by George Hawkins <george_hawkin...arpi2002-04-181-1/+3
* slices+field pictures fixed, initial sig11 workaroundarpi2002-04-181-1/+19
* IMGTYPE_IPB not yet supported :(arpi2002-04-171-0/+1
* enabled new OSD code in -vop expand, subtitles rendering support to mencoderarpi2002-04-171-7/+40
* align yuv 4:2:0 y position by 2arpi2002-04-171-2/+3
* 10larpi2002-04-171-2/+2
* mpi clear funcarpi2002-04-172-15/+38
* Preliminary support for lavcs b-frame encoding, disabled by default.atmos42002-04-171-0/+3
* disable hq for 1st passarpi2002-04-161-1/+2
* (buggy) osd support, disabled for now, mencoder needs fixes to compilearpi2002-04-161-4/+125
* OSD handled by vf control()arpi2002-04-153-3/+9
* 2-pass qscale fixedarpi2002-04-151-6/+2
* 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