summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Collapse)AuthorAgeFilesLines
* 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
* slices+field pictures fixed, initial sig11 workaroundarpi2002-04-181-1/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5676 b3059339-0415-0410-9bf9-f77b7e298cf2
* IMGTYPE_IPB not yet supported :(arpi2002-04-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5672 b3059339-0415-0410-9bf9-f77b7e298cf2
* enabled new OSD code in -vop expand, subtitles rendering support to mencoderarpi2002-04-171-7/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5670 b3059339-0415-0410-9bf9-f77b7e298cf2
* align yuv 4:2:0 y position by 2arpi2002-04-171-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5669 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-04-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5664 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpi clear funcarpi2002-04-172-15/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5662 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preliminary support for lavcs b-frame encoding, disabled by default.atmos42002-04-171-0/+3
| | | | | | | FOR TESTING ONLY! (lavc b-frame support not yet finished) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5658 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
*