summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Collapse)AuthorAgeFilesLines
* disable hq for 1st passarpi2002-04-161-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5647 b3059339-0415-0410-9bf9-f77b7e298cf2
* (buggy) osd support, disabled for now, mencoder needs fixes to compilearpi2002-04-161-4/+125
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5645 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSD handled by vf control()arpi2002-04-153-3/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5644 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2-pass qscale fixedarpi2002-04-151-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5633 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround Juanjo's stupid vme changearpi2002-04-141-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5625 b3059339-0415-0410-9bf9-f77b7e298cf2
* fame doesn't accept stridearpi2002-04-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5616 b3059339-0415-0410-9bf9-f77b7e298cf2
* export width tooarpi2002-04-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5615 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw_slices with framedrop fixedarpi2002-04-142-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5614 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_image moved to libmpcodecsarpi2002-04-133-0/+123
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5610 b3059339-0415-0410-9bf9-f77b7e298cf2
* img_format moved to libmpcodecsarpi2002-04-131-0/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5609 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-1322-34/+110
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatearpi2002-04-131-36/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5607 b3059339-0415-0410-9bf9-f77b7e298cf2
* less namespace pollutionarpi2002-04-131-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5606 b3059339-0415-0410-9bf9-f77b7e298cf2
* fastmemcpy path fixedarpi2002-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5605 b3059339-0415-0410-9bf9-f77b7e298cf2
* native codecs files moved to libmpcodecs/native/arpi2002-04-136-5/+1123
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5604 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved to libmpcodecs/native/arpi2002-04-1316-0/+10760
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5603 b3059339-0415-0410-9bf9-f77b7e298cf2
* handle width*bpp!=stridearpi2002-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5597 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-04-131-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5596 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb2bgr converterarpi2002-04-133-1/+104
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5595 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuy2 support, fixed bug of dropping frame after config_vo callsarpi2002-04-131-2/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5593 b3059339-0415-0410-9bf9-f77b7e298cf2
* RGB24/YUY2 -> DV encoding, using libdvarpi2002-04-123-1/+121
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5578 b3059339-0415-0410-9bf9-f77b7e298cf2
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-1114-47/+179
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5566 b3059339-0415-0410-9bf9-f77b7e298cf2
* VFCAP defines moved out from vf.h, to be easier to include in libvoarpi2002-04-111-0/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5565 b3059339-0415-0410-9bf9-f77b7e298cf2
* VFCAP flags addedarpi2002-04-111-0/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5563 b3059339-0415-0410-9bf9-f77b7e298cf2
* print VO infoarpi2002-04-111-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5560 b3059339-0415-0410-9bf9-f77b7e298cf2
* new filter: fliparpi2002-04-113-1/+87
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5558 b3059339-0415-0410-9bf9-f77b7e298cf2
* vme default changed 3->4arpi2002-04-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5557 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-04-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5553 b3059339-0415-0410-9bf9-f77b7e298cf2
* soem fixesarpi2002-04-114-4/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5552 b3059339-0415-0410-9bf9-f77b7e298cf2
* encodersarpi2002-04-108-5/+720
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5551 b3059339-0415-0410-9bf9-f77b7e298cf2
* query_format debug moved 1 verbose level downarpi2002-04-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5550 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2 new simple filters: yuy2 and formatarpi2002-04-094-1/+132
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5540 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_fame added - yv12->mpes converterarpi2002-04-083-1/+130
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5537 b3059339-0415-0410-9bf9-f77b7e298cf2
* copy width tooarpi2002-04-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5531 b3059339-0415-0410-9bf9-f77b7e298cf2
* relaly black packed yuv imagesarpi2002-04-081-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5530 b3059339-0415-0410-9bf9-f77b7e298cf2
* really black yv12/rgb images (todo: packed yuv)arpi2002-04-081-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5529 b3059339-0415-0410-9bf9-f77b7e298cf2
* pp passtrougharpi2002-04-081-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5528 b3059339-0415-0410-9bf9-f77b7e298cf2
* free old context, really use query_formatarpi2002-04-071-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5527 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-04-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5526 b3059339-0415-0410-9bf9-f77b7e298cf2
* allocate 2 lines more memory - to avoid some sig11arpi2002-04-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5525 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorspace conversion supportarpi2002-04-071-2/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5524 b3059339-0415-0410-9bf9-f77b7e298cf2
* swscale filterarpi2002-04-073-2/+82
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5523 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf control codes added, autoq supportarpi2002-04-076-4/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5520 b3059339-0415-0410-9bf9-f77b7e298cf2
* accept only 4:2:0 planar yuv formatsarpi2002-04-071-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5519 b3059339-0415-0410-9bf9-f77b7e298cf2
* export qscale for postprocarpi2002-04-071-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5518 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing #ifdfe - 0.1larpi2002-04-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5517 b3059339-0415-0410-9bf9-f77b7e298cf2
* quant_store moved to frame structarpi2002-04-071-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5516 b3059339-0415-0410-9bf9-f77b7e298cf2
* accept -pp value from argsarpi2002-04-071-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5515 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg+pp0 fixedarpi2002-04-071-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5514 b3059339-0415-0410-9bf9-f77b7e298cf2
* postprocessing filter (fixme: -pp 0)arpi2002-04-073-1/+81
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5513 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_config_count now counts calls to vo->config()arpi2002-04-071-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5512 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't config twicearpi2002-04-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5511 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinenarpi2002-04-063-11/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5509 b3059339-0415-0410-9bf9-f77b7e298cf2
* video filter layer - written from scratch, but inspired a lot by Fredrik ↵arpi2002-04-068-111/+586
| | | | | | Kuivinen's patch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5508 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugreports start appearing - no reaction :/pl2002-04-051-1/+1
| | | | | | | I apply the fix/workaround. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5496 b3059339-0415-0410-9bf9-f77b7e298cf2
* i just fixed b-frames & slices in libavcodec :) ... iam too tired for ↵michael2002-04-051-3/+2
| | | | | | benchmarks now ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5495 b3059339-0415-0410-9bf9-f77b7e298cf2
* use -slicesarpi2002-04-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5486 b3059339-0415-0410-9bf9-f77b7e298cf2
* global var for option -slicesarpi2002-04-042-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5484 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec slices supportarpi2002-04-031-19/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5483 b3059339-0415-0410-9bf9-f77b7e298cf2
* control() donearpi2002-04-034-7/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5482 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed useless contect struct -> code simplifiedarpi2002-04-031-28/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5481 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmad support, rewritten from scratch using Xine decoder as samplearpi2002-04-033-1/+180
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5480 b3059339-0415-0410-9bf9-f77b7e298cf2
* vd_mpegpes addedarpi2002-04-033-1/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5477 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewritten - it replaces libmpeg2/decode.c nowarpi2002-04-031-27/+234
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5466 b3059339-0415-0410-9bf9-f77b7e298cf2
* samplearpi2002-04-011-0/+129
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5463 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio input buffer allocation/free cleanuparpi2002-04-0110-64/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5459 b3059339-0415-0410-9bf9-f77b7e298cf2
* config vo only if aspect really changed and width&&height isn't changed (if ↵alex2002-04-011-6/+10
| | | | | | w||h changes, we set it later) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5458 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanuparpi2002-04-011-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5456 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh. vorbis support...arpi2002-04-011-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5455 b3059339-0415-0410-9bf9-f77b7e298cf2
* twos audio fixedarpi2002-04-011-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5454 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vfw uninitalex2002-04-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5452 b3059339-0415-0410-9bf9-f77b7e298cf2
* added acm uninitalex2002-04-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5451 b3059339-0415-0410-9bf9-f77b7e298cf2
* using sh->context and added proper uninitalex2002-04-011-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5449 b3059339-0415-0410-9bf9-f77b7e298cf2
* using sh->contextalex2002-04-011-14/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5448 b3059339-0415-0410-9bf9-f77b7e298cf2
* vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1arpi2002-03-312-1/+185
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5428 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed ibpsmelanson2002-03-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5423 b3059339-0415-0410-9bf9-f77b7e298cf2
* modified the new MS RLE decoder to support BGR15/16 output formats inmelanson2002-03-311-50/+161
| | | | | | | | | | | | addition to BGR24/32, just like the old XAnim decoder; it's also interesting to note that this commit wantonly violates A'rpi's newest nonsensical CVS policy, and I quote: Note: if you had to put if(){ .. } over big (> 5 lines) code, do NOT change the indent of the inner part (move it right) ! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5421 b3059339-0415-0410-9bf9-f77b7e298cf2
* copy palette to 4*256 bytes area to avoid sig11 when colors<256 but ↵arpi2002-03-311-9/+15
| | | | | | index>colors (broken files) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5420 b3059339-0415-0410-9bf9-f77b7e298cf2
* migrating to Melanson's great codec name change... which is of course ↵arpi2002-03-311-3/+3
| | | | | | nonsense but why not... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5418 b3059339-0415-0410-9bf9-f77b7e298cf2
* reworked ADPCM decoders; changes include:melanson2002-03-305-46/+679
| | | | | | | | | | * fixed MS IMA ADPCM * dissolved adpcm.c/.h into appropriate ad_* decoders * DK4 audio is handled directly by IMA ADPCM decoder (this obsoletes ad_dk4adpcm.c) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5409 b3059339-0415-0410-9bf9-f77b7e298cf2
* ac3_iec958_build_burst moved from ac3-iec958.carpi2002-03-271-4/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5371 b3059339-0415-0410-9bf9-f77b7e298cf2
* eeh 10l removed too much lines :(atmos42002-03-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5367 b3059339-0415-0410-9bf9-f77b7e298cf2
* Issue a warning in VDec if disp_w and disp_h weren't set by codec and try ↵atmos42002-03-272-4/+14
| | | | | | | | | workaround. Fix ijpg codec to set sh->disp_w and sh->disp_h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5366 b3059339-0415-0410-9bf9-f77b7e298cf2