summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Collapse)AuthorAgeFilesLines
* test pattern filtermichael2002-06-033-1/+286
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6279 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround bugs & error resilience ffmpeg decoder optionsmichael2002-06-021-2/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6266 b3059339-0415-0410-9bf9-f77b7e298cf2
* fame=quality:fps args support, small fixes for 0.9.0 apiarpi2002-06-011-8/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6262 b3059339-0415-0410-9bf9-f77b7e298cf2
* use new api of libfame 0.9.0arpi2002-06-011-3/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6261 b3059339-0415-0410-9bf9-f77b7e298cf2
* single coefficient elimination disabled by defaultmichael2002-06-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6256 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix (strings.h > string.h)pl2002-05-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6239 b3059339-0415-0410-9bf9-f77b7e298cf2
* setting mpi's w/h to disp_w/h. it fixes mpeg1 crash when height%16!=0arpi2002-05-301-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6235 b3059339-0415-0410-9bf9-f77b7e298cf2
* 8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOVarpi2002-05-301-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6234 b3059339-0415-0410-9bf9-f77b7e298cf2
* grayscaled palette supportarpi2002-05-302-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6233 b3059339-0415-0410-9bf9-f77b7e298cf2
* restore original bih->biCompression if codec init failedarpi2002-05-291-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6231 b3059339-0415-0410-9bf9-f77b7e298cf2
* - modify bih->biCompression instead of sh->formatarpi2002-05-291-8/+12
| | | | | | | - uncompressed image lines in .avi files are 4-byte aligned (found by Keve Müller <keve@keve.hu>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6230 b3059339-0415-0410-9bf9-f77b7e298cf2
* new options to support Michael's libavcodec patch, #ifdefedarpi2002-05-291-1/+27
| | | | | | | slightly modified version of Michael's ffmpeg-preview-michael-20020529-mplayer.diff git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6229 b3059339-0415-0410-9bf9-f77b7e298cf2
* report error if bad dimensions requested (<=0)alex2002-05-261-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6198 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes, patch by Ulrich Hecht <uli@suse.de>arpi2002-05-254-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6189 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoalex2002-05-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6187 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2002-05-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6158 b3059339-0415-0410-9bf9-f77b7e298cf2
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-207-34/+20
| | | | | | | | some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2 mplayer's output is now shorter, readable and consistent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not pass the flip flag to vo - maybe it support flipping just report no ↵arpi2002-05-201-0/+8
| | | | | | support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6138 b3059339-0415-0410-9bf9-f77b7e298cf2
* memset and memcpy were used without #include <string.h> in a few places.arpi2002-05-203-0/+3
| | | | | | | patch by Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6132 b3059339-0415-0410-9bf9-f77b7e298cf2
* new special w/h values: -2 and -3. based on proposal by Bohdan Horst ↵arpi2002-05-191-0/+5
| | | | | | <nexus@hoth.amu.edu.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6127 b3059339-0415-0410-9bf9-f77b7e298cf2
* ignore first 2 framesarpi2002-05-181-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6119 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixarpi2002-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6118 b3059339-0415-0410-9bf9-f77b7e298cf2
* iive is right - we shouldn't use IP buffering for vfw. it was changedarpi2002-05-161-1/+3
| | | | | | | to test DR support but i forgot to remove that later :( 10l is mine... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6106 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb24, bgr 24/32 support even for grayscalearpi2002-05-151-21/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6098 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for codec selectionalex2002-05-131-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6084 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vop help, patch by Julian J. M. <bandit@telecable.es>arpi2002-05-132-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6082 b3059339-0415-0410-9bf9-f77b7e298cf2
* new filter, to detect best crop sizearpi2002-05-123-1/+138
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6062 b3059339-0415-0410-9bf9-f77b7e298cf2
* keep aspect ratio - based on Fredrik Kuivinen's ideaarpi2002-05-123-11/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6061 b3059339-0415-0410-9bf9-f77b7e298cf2
* various openbsd and general warning fixes - patch by Björn Sandell ↵arpi2002-05-121-0/+1
| | | | | | <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2
* always reser audio input buffer pointerarpi2002-05-123-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6050 b3059339-0415-0410-9bf9-f77b7e298cf2
* FPS autodetection, accept args: quality:fpsarpi2002-05-081-4/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6020 b3059339-0415-0410-9bf9-f77b7e298cf2
* w/h=0 means d_w/h instead of originalarpi2002-05-061-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6004 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvbscale - setup scaling for the DVB cardarpi2002-05-062-1/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6003 b3059339-0415-0410-9bf9-f77b7e298cf2
* reset default capsarpi2002-05-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6002 b3059339-0415-0410-9bf9-f77b7e298cf2
* passthru mode for filters which don't alter image just config parameters ↵arpi2002-05-061-1/+9
| | | | | | (query_format/control/config) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6001 b3059339-0415-0410-9bf9-f77b7e298cf2
* blit_frame is useless - noticed by Nick K.arpi2002-05-051-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5985 b3059339-0415-0410-9bf9-f77b7e298cf2
* a hack to make ffmjpeg created files viewable with windows dlls tooalex2002-05-051-4/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5978 b3059339-0415-0410-9bf9-f77b7e298cf2
* msmpeg4v2 -> MP42 mapping, requested by Gabucinoalex2002-05-041-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5973 b3059339-0415-0410-9bf9-f77b7e298cf2
* better fix for i420/iyuv as suggested by arpirfelker2002-05-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5967 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed raw i420/iyuv to some extent, so that cb/cr channels are norfelker2002-05-031-4/+8
| | | | | | | | longer reversed. this should make it possible for bttv users to play/record video (-tv outfmt=i420) once again without bogus colors. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5954 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2002-05-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5941 b3059339-0415-0410-9bf9-f77b7e298cf2
* avid mjpeg support (external huffman table)alex2002-05-021-0/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5940 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf to mp_msgalbeu2002-05-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5934 b3059339-0415-0410-9bf9-f77b7e298cf2
* setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARNarpi2002-05-012-16/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5926 b3059339-0415-0410-9bf9-f77b7e298cf2
* expand=-1:-50:0:0 -> mwidth:mheight+50:0:0pontscho2002-05-011-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5922 b3059339-0415-0410-9bf9-f77b7e298cf2
* apply aspect prescaling to -xyarpi2002-04-291-20/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5904 b3059339-0415-0410-9bf9-f77b7e298cf2
* 8bpp raw avi supportarpi2002-04-291-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5900 b3059339-0415-0410-9bf9-f77b7e298cf2
* Uncompressed avi files are stored upside down.ksorim2002-04-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5896 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000larpi2002-04-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5879 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-04-282-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5877 b3059339-0415-0410-9bf9-f77b7e298cf2
* support hurryup flag (-(hard)framedrop)arpi2002-04-271-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5876 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-04-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5875 b3059339-0415-0410-9bf9-f77b7e298cf2
* realtime yv12->mpeg1 with libavcodec qscale=1arpi2002-04-273-1/+150
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5874 b3059339-0415-0410-9bf9-f77b7e298cf2
* A little fix with hw video parameters settingalbeu2002-04-271-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5872 b3059339-0415-0410-9bf9-f77b7e298cf2
* divx5.1 features addedarpi2002-04-271-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5855 b3059339-0415-0410-9bf9-f77b7e298cf2
* osd crash fixedarpi2002-04-261-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5854 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correct my half reverse commit. Sorry Atmos.albeu2002-04-261-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5846 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't break the pointer for the next file.albeu2002-04-261-7/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5844 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow disabling of libfame and allow to enforce (not) building libavcodec.atmos42002-04-262-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5841 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>arpi2002-04-251-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5828 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>arpi2002-04-251-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5826 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hopefully fix ffmpeg12 aspect.atmos42002-04-241-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5806 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback ↵arpi2002-04-221-0/+1
| | | | | | to S16) - idea by Vincent.Mussard@lineae.net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5792 b3059339-0415-0410-9bf9-f77b7e298cf2
* hq mode in first pass should work (as bad, ehh as well as LQ)michael2002-04-221-2/+7
| | | | | | | apllied small part of patch by Rémi Guyomarch <rguyom@pobox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5782 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for new stuff (lavc internal 2pass, ...)michael2002-04-211-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5779 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added uninitalbeu2002-04-211-8/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5776 b3059339-0415-0410-9bf9-f77b7e298cf2
* 8bpp paletted -> 15/16/24/32 converterarpi2002-04-213-1/+140
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5775 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, >1bpp modes fixed..., x<->y swappedarpi2002-04-211-17/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5773 b3059339-0415-0410-9bf9-f77b7e298cf2
* export palette for rgb8/bgr8arpi2002-04-211-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5770 b3059339-0415-0410-9bf9-f77b7e298cf2
* Complement existing filters - rotate and flip.eyck2002-04-213-1/+96
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5764 b3059339-0415-0410-9bf9-f77b7e298cf2
* filters uninitarpi2002-04-204-0/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5738 b3059339-0415-0410-9bf9-f77b7e298cf2
* swscaler yv12 vs i420 workaroundarpi2002-04-191-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5713 b3059339-0415-0410-9bf9-f77b7e298cf2
* debug linearpi2002-04-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5711 b3059339-0415-0410-9bf9-f77b7e298cf2
* accept I420/IYUV in query_formatarpi2002-04-191-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5708 b3059339-0415-0410-9bf9-f77b7e298cf2
* flipped rgb fixedarpi2002-04-191-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5707 b3059339-0415-0410-9bf9-f77b7e298cf2
* rotation/mirror filterarpi2002-04-193-1/+111
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5697 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-04-181-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5692 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't allow invalid parametersarpi2002-04-181-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5688 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed block artefacts and speedup at the same timeiive2002-04-181-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5685 b3059339-0415-0410-9bf9-f77b7e298cf2
* bitrate>16000 means bits not kbits - noticed by George Hawkins ↵arpi2002-04-181-1/+3
| | | | | | <george_hawkins@yahoo.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5678 b3059339-0415-0410-9bf9-f77b7e298cf2
*