| Commit message (Expand) | Author | Age | Files | Lines |
* | warning fix (strings.h > string.h) | pl | 2002-05-30 | 1 | -1/+1 |
* | setting mpi's w/h to disp_w/h. it fixes mpeg1 crash when height%16!=0 | arpi | 2002-05-30 | 1 | -1/+5 |
* | 8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOV | arpi | 2002-05-30 | 1 | -0/+3 |
* | grayscaled palette support | arpi | 2002-05-30 | 2 | -1/+11 |
* | restore original bih->biCompression if codec init failed | arpi | 2002-05-29 | 1 | -4/+9 |
* | - modify bih->biCompression instead of sh->format | arpi | 2002-05-29 | 1 | -8/+12 |
* | new options to support Michael's libavcodec patch, #ifdefed | arpi | 2002-05-29 | 1 | -1/+27 |
* | report error if bad dimensions requested (<=0) | alex | 2002-05-26 | 1 | -0/+6 |
* | warning fixes, patch by Ulrich Hecht <uli@suse.de> | arpi | 2002-05-25 | 4 | -4/+8 |
* | typo | alex | 2002-05-25 | 1 | -1/+1 |
* | 10l | alex | 2002-05-23 | 1 | -1/+1 |
* | big cosmetics patch, cleanup of messages printed by mplayer and libs. | arpi | 2002-05-20 | 7 | -34/+20 |
* | do not pass the flip flag to vo - maybe it support flipping just report no su... | arpi | 2002-05-20 | 1 | -0/+8 |
* | memset and memcpy were used without #include <string.h> in a few places. | arpi | 2002-05-20 | 3 | -0/+3 |
* | new special w/h values: -2 and -3. based on proposal by Bohdan Horst <nexus@h... | arpi | 2002-05-19 | 1 | -0/+5 |
* | ignore first 2 frames | arpi | 2002-05-18 | 1 | -1/+5 |
* | small fix | arpi | 2002-05-18 | 1 | -1/+1 |
* | iive is right - we shouldn't use IP buffering for vfw. it was changed | arpi | 2002-05-16 | 1 | -1/+3 |
* | rgb24, bgr 24/32 support even for grayscale | arpi | 2002-05-15 | 1 | -21/+40 |
* | added support for codec selection | alex | 2002-05-13 | 1 | -1/+17 |
* | -vop help, patch by Julian J. M. <bandit@telecable.es> | arpi | 2002-05-13 | 2 | -0/+10 |
* | new filter, to detect best crop size | arpi | 2002-05-12 | 3 | -1/+138 |
* | keep aspect ratio - based on Fredrik Kuivinen's idea | arpi | 2002-05-12 | 3 | -11/+30 |
* | various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc... | arpi | 2002-05-12 | 1 | -0/+1 |
* | always reser audio input buffer pointer | arpi | 2002-05-12 | 3 | -6/+3 |
* | FPS autodetection, accept args: quality:fps | arpi | 2002-05-08 | 1 | -4/+30 |
* | w/h=0 means d_w/h instead of original | arpi | 2002-05-06 | 1 | -3/+6 |
* | dvbscale - setup scaling for the DVB card | arpi | 2002-05-06 | 2 | -1/+49 |
* | reset default caps | arpi | 2002-05-06 | 1 | -0/+1 |
* | passthru mode for filters which don't alter image just config parameters (que... | arpi | 2002-05-06 | 1 | -1/+9 |
* | blit_frame is useless - noticed by Nick K. | arpi | 2002-05-05 | 1 | -3/+1 |
* | a hack to make ffmjpeg created files viewable with windows dlls too | alex | 2002-05-05 | 1 | -4/+17 |
* | msmpeg4v2 -> MP42 mapping, requested by Gabucino | alex | 2002-05-04 | 1 | -0/+2 |
* | better fix for i420/iyuv as suggested by arpi | rfelker | 2002-05-04 | 1 | -1/+1 |
* | fixed raw i420/iyuv to some extent, so that cb/cr channels are no | rfelker | 2002-05-03 | 1 | -4/+8 |
* | 10l | alex | 2002-05-02 | 1 | -1/+1 |
* | avid mjpeg support (external huffman table) | alex | 2002-05-02 | 1 | -0/+32 |
* | printf to mp_msg | albeu | 2002-05-02 | 1 | -2/+2 |
* | setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARN | arpi | 2002-05-01 | 2 | -16/+11 |
* | expand=-1:-50:0:0 -> mwidth:mheight+50:0:0 | pontscho | 2002-05-01 | 1 | -0/+9 |
* | apply aspect prescaling to -xy | arpi | 2002-04-29 | 1 | -20/+23 |
* | 8bpp raw avi support | arpi | 2002-04-29 | 1 | -0/+5 |
* | Uncompressed avi files are stored upside down. | ksorim | 2002-04-29 | 1 | -1/+1 |
* | 1000l | arpi | 2002-04-28 | 1 | -1/+1 |
* | 10l | arpi | 2002-04-28 | 2 | -2/+3 |
* | support hurryup flag (-(hard)framedrop) | arpi | 2002-04-27 | 1 | -1/+5 |
* | 10l | arpi | 2002-04-27 | 1 | -0/+2 |
* | realtime yv12->mpeg1 with libavcodec qscale=1 | arpi | 2002-04-27 | 3 | -1/+150 |
* | A little fix with hw video parameters setting | albeu | 2002-04-27 | 1 | -1/+0 |
* | divx5.1 features added | arpi | 2002-04-27 | 1 | -0/+22 |
* | osd crash fixed | arpi | 2002-04-26 | 1 | -0/+1 |
* | Correct my half reverse commit. Sorry Atmos. | albeu | 2002-04-26 | 1 | -0/+4 |
* | Don't break the pointer for the next file. | albeu | 2002-04-26 | 1 | -7/+4 |
* | Allow disabling of libfame and allow to enforce (not) building libavcodec. | atmos4 | 2002-04-26 | 2 | -1/+9 |
* | bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br> | arpi | 2002-04-25 | 1 | -1/+5 |
* | bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br> | arpi | 2002-04-25 | 1 | -0/+2 |
* | Hopefully fix ffmpeg12 aspect. | atmos4 | 2002-04-24 | 1 | -1/+0 |
* | changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback t... | arpi | 2002-04-22 | 1 | -0/+1 |
* | hq mode in first pass should work (as bad, ehh as well as LQ) | michael | 2002-04-22 | 1 | -2/+7 |
* | support for new stuff (lavc internal 2pass, ...) | michael | 2002-04-21 | 1 | -0/+22 |
* | Added uninit | albeu | 2002-04-21 | 1 | -8/+14 |
* | 8bpp paletted -> 15/16/24/32 converter | arpi | 2002-04-21 | 3 | -1/+140 |
* | 10l, >1bpp modes fixed..., x<->y swapped | arpi | 2002-04-21 | 1 | -17/+12 |
* | export palette for rgb8/bgr8 | arpi | 2002-04-21 | 1 | -0/+5 |
* | Complement existing filters - rotate and flip. | eyck | 2002-04-21 | 3 | -1/+96 |
* | filters uninit | arpi | 2002-04-20 | 4 | -0/+28 |
* | swscaler yv12 vs i420 workaround | arpi | 2002-04-19 | 1 | -2/+4 |
* | debug line | arpi | 2002-04-19 | 1 | -0/+1 |
* | accept I420/IYUV in query_format | arpi | 2002-04-19 | 1 | -0/+2 |
* | flipped rgb fixed | arpi | 2002-04-19 | 1 | -1/+2 |
* | rotation/mirror filter | arpi | 2002-04-19 | 3 | -1/+111 |
* | 10l | arpi | 2002-04-18 | 1 | -2/+1 |
* | don't allow invalid parameters | arpi | 2002-04-18 | 1 | -5/+2 |
* | fixed block artefacts and speedup at the same time | iive | 2002-04-18 | 1 | -2/+7 |
* | bitrate>16000 means bits not kbits - noticed by George Hawkins <george_hawkin... | arpi | 2002-04-18 | 1 | -1/+3 |
* | slices+field pictures fixed, initial sig11 workaround | arpi | 2002-04-18 | 1 | -1/+19 |
* | IMGTYPE_IPB not yet supported :( | arpi | 2002-04-17 | 1 | -0/+1 |
* | enabled new OSD code in -vop expand, subtitles rendering support to mencoder | arpi | 2002-04-17 | 1 | -7/+40 |
* | align yuv 4:2:0 y position by 2 | arpi | 2002-04-17 | 1 | -2/+3 |
* | 10l | arpi | 2002-04-17 | 1 | -2/+2 |
* | mpi clear func | arpi | 2002-04-17 | 2 | -15/+38 |
* | Preliminary support for lavcs b-frame encoding, disabled by default. | atmos4 | 2002-04-17 | 1 | -0/+3 |
* | disable hq for 1st pass | arpi | 2002-04-16 | 1 | -1/+2 |
* | (buggy) osd support, disabled for now, mencoder needs fixes to compile | arpi | 2002-04-16 | 1 | -4/+125 |
* | OSD handled by vf control() | arpi | 2002-04-15 | 3 | -3/+9 |
* | 2-pass qscale fixed | arpi | 2002-04-15 | 1 | -6/+2 |
* | workaround Juanjo's stupid vme change | arpi | 2002-04-14 | 1 | -3/+5 |
* | fame doesn't accept stride | arpi | 2002-04-14 | 1 | -1/+1 |
* | export width too | arpi | 2002-04-14 | 1 | -2/+2 |
* | draw_slices with framedrop fixed | arpi | 2002-04-14 | 2 | -4/+4 |
* | mp_image moved to libmpcodecs | arpi | 2002-04-13 | 3 | -0/+123 |
* | img_format moved to libmpcodecs | arpi | 2002-04-13 | 1 | -0/+48 |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 22 | -34/+110 |
* | update | arpi | 2002-04-13 | 1 | -36/+1 |
* | less namespace pollution | arpi | 2002-04-13 | 1 | -3/+3 |
* | fastmemcpy path fixed | arpi | 2002-04-13 | 1 | -1/+1 |
* | native codecs files moved to libmpcodecs/native/ | arpi | 2002-04-13 | 6 | -5/+1123 |
* | moved to libmpcodecs/native/ | arpi | 2002-04-13 | 16 | -0/+10760 |
* | handle width*bpp!=stride | arpi | 2002-04-13 | 1 | -1/+1 |
* | 10l | arpi | 2002-04-13 | 1 | -0/+2 |
* | rgb2bgr converter | arpi | 2002-04-13 | 3 | -1/+104 |
* | yuy2 support, fixed bug of dropping frame after config_vo calls | arpi | 2002-04-13 | 1 | -2/+29 |
* | RGB24/YUY2 -> DV encoding, using libdv | arpi | 2002-04-12 | 3 | -1/+121 |
* | capabilities support -> automatic insertion of scale, expand, pp | arpi | 2002-04-11 | 14 | -47/+179 |
* | VFCAP defines moved out from vf.h, to be easier to include in libvo | arpi | 2002-04-11 | 1 | -0/+26 |
* | VFCAP flags added | arpi | 2002-04-11 | 1 | -0/+24 |
* | print VO info | arpi | 2002-04-11 | 1 | -0/+17 |
* | new filter: flip | arpi | 2002-04-11 | 3 | -1/+87 |
* | vme default changed 3->4 | arpi | 2002-04-11 | 1 | -1/+1 |
* | 10l | arpi | 2002-04-11 | 1 | -1/+1 |
* | soem fixes | arpi | 2002-04-11 | 4 | -4/+20 |
* | encoders | arpi | 2002-04-10 | 8 | -5/+720 |
* | query_format debug moved 1 verbose level down | arpi | 2002-04-10 | 1 | -1/+1 |
* | 2 new simple filters: yuy2 and format | arpi | 2002-04-09 | 4 | -1/+132 |
* | vf_fame added - yv12->mpes converter | arpi | 2002-04-08 | 3 | -1/+130 |
* | copy width too | arpi | 2002-04-08 | 1 | -2/+2 |
* | relaly black packed yuv images | arpi | 2002-04-08 | 1 | -1/+7 |
* | really black yv12/rgb images (todo: packed yuv) | arpi | 2002-04-08 | 1 | -0/+8 |
* | pp passtrough | arpi | 2002-04-08 | 1 | -0/+7 |
* | free old context, really use query_format | arpi | 2002-04-07 | 1 | -0/+5 |
* | 10l | arpi | 2002-04-07 | 1 | -1/+1 |
* | allocate 2 lines more memory - to avoid some sig11 | arpi | 2002-04-07 | 1 | -1/+1 |
* | colorspace conversion support | arpi | 2002-04-07 | 1 | -2/+56 |
* | swscale filter | arpi | 2002-04-07 | 3 | -2/+82 |
* | vf control codes added, autoq support | arpi | 2002-04-07 | 6 | -4/+41 |
* | accept only 4:2:0 planar yuv formats | arpi | 2002-04-07 | 1 | -0/+12 |
* | export qscale for postproc | arpi | 2002-04-07 | 1 | -0/+9 |
* | missing #ifdfe - 0.1l | arpi | 2002-04-07 | 1 | -0/+2 |
* | quant_store moved to frame struct | arpi | 2002-04-07 | 1 | -5/+2 |
* | accept -pp value from args | arpi | 2002-04-07 | 1 | -0/+5 |
* | mpeg+pp0 fixed | arpi | 2002-04-07 | 1 | -1/+2 |
* | postprocessing filter (fixme: -pp 0) | arpi | 2002-04-07 | 3 | -1/+81 |
* | vo_config_count now counts calls to vo->config() | arpi | 2002-04-07 | 1 | -1/+4 |
* | don't config twice | arpi | 2002-04-07 | 1 | -1/+1 |
* | vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinen | arpi | 2002-04-06 | 3 | -11/+0 |
* | video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv... | arpi | 2002-04-06 | 8 | -111/+586 |
* | Bugreports start appearing - no reaction :/ | pl | 2002-04-05 | 1 | -1/+1 |
* | i just fixed b-frames & slices in libavcodec :) ... iam too tired for benchma... | michael | 2002-04-05 | 1 | -3/+2 |
* | use -slices | arpi | 2002-04-04 | 1 | -1/+1 |
* | global var for option -slices | arpi | 2002-04-04 | 2 | -0/+3 |
* | libavcodec slices support | arpi | 2002-04-03 | 1 | -19/+44 |
* | control() done | arpi | 2002-04-03 | 4 | -7/+20 |
* | removed useless contect struct -> code simplified | arpi | 2002-04-03 | 1 | -28/+14 |
* | libmad support, rewritten from scratch using Xine decoder as sample | arpi | 2002-04-03 | 3 | -1/+180 |
* | vd_mpegpes added | arpi | 2002-04-03 | 3 | -1/+53 |
* | rewritten - it replaces libmpeg2/decode.c now | arpi | 2002-04-03 | 1 | -27/+234 |
* | sample | arpi | 2002-04-01 | 1 | -0/+129 |
* | audio input buffer allocation/free cleanup | arpi | 2002-04-01 | 10 | -64/+40 |
* | config vo only if aspect really changed and width&&height isn't changed (if w... | alex | 2002-04-01 | 1 | -6/+10 |
* | cleanup | arpi | 2002-04-01 | 1 | -6/+5 |
* | ehh. vorbis support... | arpi | 2002-04-01 | 1 | -1/+5 |
* | twos audio fixed | arpi | 2002-04-01 | 1 | -1/+12 |
* | added vfw uninit | alex | 2002-04-01 | 1 | -1/+1 |
* | added acm uninit | alex | 2002-04-01 | 1 | -1/+1 |
* | using sh->context and added proper uninit | alex | 2002-04-01 | 1 | -3/+5 |
* | using sh->context | alex | 2002-04-01 | 1 | -14/+41 |
* | vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1 | arpi | 2002-03-31 | 2 | -1/+185 |
* | fixed ibps | melanson | 2002-03-31 | 1 | -1/+1 |
* | modified the new MS RLE decoder to support BGR15/16 output formats in | melanson | 2002-03-31 | 1 | -50/+161 |
* | copy palette to 4*256 bytes area to avoid sig11 when colors<256 but index>col... | arpi | 2002-03-31 | 1 | -9/+15 |
* | migrating to Melanson's great codec name change... which is of course nonsens... | arpi | 2002-03-31 | 1 | -3/+3 |
* | reworked ADPCM decoders; changes include: | melanson | 2002-03-30 | 5 | -46/+679 |
* | ac3_iec958_build_burst moved from ac3-iec958.c | arpi | 2002-03-27 | 1 | -4/+22 |
* | eeh 10l removed too much lines :( | atmos4 | 2002-03-27 | 1 | -0/+2 |
* | Issue a warning in VDec if disp_w and disp_h weren't set by codec and try wor... | atmos4 | 2002-03-27 | 2 | -4/+14 |
* | ported back hack for interlaced mpeg2, without it mplayer draws whole frame f... | iive | 2002-03-26 | 1 | -1/+3 |
* | Don't kill me, pure indent change as I forgot to reindent when copy and pasti... | atmos4 | 2002-03-26 | 1 | -47/+46 |
* | Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved b... | atmos4 | 2002-03-26 | 3 | -1/+209 |
* | fixed up this audio decoder too | melanson | 2002-03-26 | 1 | -20/+29 |
* | added YUY2 output to the widely used (heh) CYUV decoder because it seemed | melanson | 2002-03-26 | 1 | -2/+3 |
* | fixed so the decoder cooperates better with the rest of the system | melanson | 2002-03-26 | 1 | -19/+24 |
* | fixed to work nicely with the new system (and yes, I did originate the RoQ | melanson | 2002-03-26 | 1 | -17/+19 |
* | ad_msgsm added | arpi | 2002-03-25 | 3 | -1/+60 |
* | ok, use ad_* stuff | arpi | 2002-03-25 | 3 | -3/+69 |
* | argh... Nick messed up driver names too | arpi | 2002-03-25 | 5 | -4/+14 |
* | imporetd from MPlayerXP, with small modification | arpi | 2002-03-25 | 1 | -0/+131 |
* | do not export the World | arpi | 2002-03-25 | 1 | -4/+4 |
* | imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu... | arpi | 2002-03-25 | 15 | -0/+1176 |
* | changed to be more-or-less compatible with Nick's stuff | arpi | 2002-03-25 | 1 | -4/+4 |
* | |