summaryrefslogtreecommitdiffstats
path: root/dec_video.c
Commit message (Expand)AuthorAgeFilesLines
* unused filesarpi2002-04-131-1323/+0
* using -dr instead -vaa_dralex2002-03-201-2/+2
* obsolete... will be deleted SOONarpi2002-03-161-0/+3
* DivX5linux support working (only tested with divx3 and divx4 upto now, will t...atmos42002-03-091-0/+14
* workaround for CVID frames width!=0arpi2002-03-061-0/+2
* DivX5 Build support, not usefull because current divx5linux from avifile.sf.n...atmos42002-03-061-0/+8
* oops...changed the wrong codec's image typemelanson2002-03-041-2/+2
* first pass at RoQ video decoder...not exactly qualified as 'working' atmelanson2002-03-041-4/+3
* DR on multibufferingnick2002-03-031-8/+6
* Cinepak decoder now use mp_image_t -> YV12 worx, others disabledarpi2002-03-021-8/+3
* Native Cinepak decoder: Added YV12 support (which is so very closemelanson2002-03-021-13/+1110
* removed codec dependent parts, only core leftarpi2002-02-281-1110/+13
* stride!=width*bpp support to cinepak decoderarpi2002-02-281-2/+3
* We should know size of out buffernick2002-02-271-15/+19
* exclude benchmark stuff execution from normal playbacknick2002-02-241-4/+11
* frame dropping prediction with benchmarksnick2002-02-241-0/+4
* max & average benchmarksnick2002-02-241-2/+11
* ffmjpeg yv12 422 fixedarpi2002-02-171-0/+4
* Allow using direct rendering with any HW pitches (even on matrox g400).nick2002-02-171-1/+9
* More correct direct rendering usagenick2002-02-171-4/+5
* some obscure bug fixes to the FLI decoder, with many thanks to Robertomelanson2002-02-131-5/+10
* mpng: 32bpp supportalex2002-02-121-1/+1
* add initial mPNG supportpontscho2002-02-111-0/+23
* Fixed FILM demuxer so that it now plays (my) FILM filesmelanson2002-02-101-3/+8
* Added native codec support for QT RPZA data, courtesy of Roberto Tognimelanson2002-02-091-0/+16
* Direct rendering expansion:nick2002-02-031-0/+18
* optimizationnick2002-02-031-8/+12
* Allows to users control direct renderingnick2002-02-031-0/+2
* make opendivx codec optional at compiletimerfelker2002-02-031-0/+15
* further work on the RoQ audio decodermelanson2002-02-021-0/+16
* Minor fixesnick2002-02-011-0/+1
* Use DIRECT RENDERING WITH DSHOW codecsnick2002-02-011-2/+26
* Optimize DirectShow decoding with vidixnick2002-02-011-1/+2
* Providing new tune infonick2002-02-011-1/+9
* New logic of HW equalizing:nick2002-01-281-17/+45
* Support for HW equalizingnick2002-01-271-1/+21
* added skeleton for Duck Truemotion v1 decoder (doesn't do anything yet)melanson2002-01-221-0/+16
* initial implementation of SMC codec; it almost works, too!melanson2002-01-201-3/+17
* added skeleton for QT SMC decodermelanson2002-01-181-0/+18
* using mp_image.h - not finished...arpi2002-01-161-37/+123
* playtree-based config patch by Alban Bedel <albeu@free.fr>arpi2002-01-141-0/+4
* integrated Tim Ferguson's native CYUV decodermelanson2002-01-041-0/+30
* using dshow headers from dshow/ instead of c++ versionarpi2002-01-021-2/+2
* fixed rv10 with subid=3alex2001-12-291-0/+2
* NuppelVideo decoder added, based on Panagiotis Issaris' patchalex2001-12-271-0/+16
* old ffmpeg (MBC) workaroundarpi2001-12-251-0/+2
* This commit adds initial support for Quicktime Animation (RLE) video. Itmelanson2001-12-231-9/+29
* Cinepak YUY2 supportarpi2001-12-211-1/+1
* native opensourec Cinepak (CVID) codec by im Ferguson <timf@mail.csse.monash....arpi2001-12-211-0/+12
* final cleanup of new_dshowarpi2001-12-101-6/+1
* updated for latest dshow api changesarpi2001-12-101-15/+1
* changed for updated DShow wrapper apiarpi2001-12-101-34/+2
* vfm_raw hack: set outfmt if format != 0x0 (for tv input)alex2001-12-091-0/+3
* msrle8 paletet fix (workcycl.avi)arpi2001-12-041-2/+2
* support for FLI image decodingmelanson2001-11-281-0/+22
* {f}emms is only needed on x86jkeil2001-11-271-0/+2
* runtime cpu detectionmichael2001-11-261-5/+8
* hacked support for postprocessing to rawyv12alex2001-11-221-0/+27
* ehh.. double ifdef fixedarpi2001-11-221-2/+0
* NEW_DSHOW added (for dshow C version)arpi2001-11-221-3/+58
* added support for setting color values on tv interfacealex2001-11-161-0/+35
* ms video1 (cram) codecs by Mike Melanson <melanson@pcisys.net>arpi2001-11-111-1/+38
* vfw_raw fixalex2001-11-101-2/+7
* added missing #include <malloc.h>pl2001-11-091-1/+5
* passing palette to libvoarpi2001-11-051-1/+6
* sorry for the help_msg.halex2001-11-031-1/+2
* xacodec configure supportalex2001-11-031-2/+5
* removed #define USE_XANIM hackalex2001-11-031-2/+0
* video frame reading cleanuparpi2001-10-301-115/+3
* more cleanup, warnings fixedarpi2001-10-301-15/+24
* changed hardcoded 'emms' to EMMS according to pp/swscale.calex2001-10-291-1/+3
* libffmpeg.so supportnick2001-10-271-0/+4
* 3ivx YV12 direct rendering (one lss memcpy)arpi2001-10-221-2/+8
* #define USE_XANIM to enable xanim stuffarpi2001-10-221-0/+18
* includes cleanuparpi2001-10-211-4/+0
* divx4 brightness etc support patch by Adam Tla/lkaarpi2001-10-191-1/+17
* ffdivx postproc dest buffer is 16x16 alignedarpi2001-10-191-8/+14
* ffmpeg postprocessarpi2001-10-161-6/+39
* integrated new postproc codearpi2001-10-131-6/+18
* divx.dll o_bih workaround, postprocessing supportarpi2001-10-051-0/+11
* VfW stuff moved to dll_init, warnings fixed, using dll_init.harpi2001-10-021-36/+16
* Sync with arpi's changes of no-scale case 1.0->0.0.atmos42001-10-021-2/+2
* New aspect prescale code, parses aspect value from mpeg sequence header or co...atmos42001-10-011-0/+20
* mpeg2-interlaced patch by Ivan Kalvatchev <iive@yahoo.com>arpi2001-09-291-2/+4
* MSGTR_NoWfvSupport fixedarpi2001-09-281-1/+1
* all error/warn/info messages moved to help_mp-en.h for translationarpi2001-09-261-38/+18
* rle 15,16bpp support (palette conversion)arpi2001-09-241-0/+18
* native codec 'rle' addedarpi2001-09-241-0/+16
* FFmpeg audio codecs supportarpi2001-09-211-4/+4
* IMGFMT_MPEGPES supportarpi2001-09-081-2/+15
* Typo: #ifndef -> #ifdefjkeil2001-08-231-1/+1
* addedd #ifdefs to uninitarpi2001-08-231-1/+4
* directshow uninitarpi2001-08-231-0/+3
* parse_es init fixedarpi2001-08-231-2/+3
* dec_video uninitarpi2001-08-231-3/+27
* shmem_alloc->memalignarpi2001-08-231-4/+4
* exit() -> return NULLarpi2001-08-221-15/+5
* printf->mp_msg/mp_dbgarpi2001-08-171-39/+40
* alloc frame buffer for directshow codec - requires for avifile syncarpi2001-08-161-0/+6
* Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compilejkeil2001-08-141-7/+5
* cleanup...arpi2001-08-121-0/+1
* ffmpeg prints moved to verbose=2arpi2001-08-121-2/+2
* raw (uncompressed) video codecarpi2001-08-111-0/+7
* PIX_FMT_YUV422P undeclared error fixedarpi2001-08-081-0/+2
* mpeg2 fourcc changedarpi2001-08-081-1/+1
* ffmpeg12 fix - now passing sequence headerarpi2001-08-081-4/+20
* temporary hack: YUV422P -> YUY2 converter (for ffmpeg MJPEG testing)arpi2001-08-061-1/+27
* missing #ifdef DIRECTSHOW... thanx gruelarpi2001-08-011-0/+2
* missing unistd.h (requires for off_t under freebsd)arpi2001-08-011-0/+1
* contrast/brightness/etc patch (temporary)arpi2001-08-011-0/+52
* libvo2 supportarpi2001-07-301-0/+15
* using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)arpi2001-07-291-18/+18
* using sh_video->i_bps...arpi2001-07-281-0/+3
* file-format detection stuff moved out from mplayer.c to demuxer.c and dec_vid...arpi2001-07-211-0/+106
* MMX problem workaround for broken (win32) codecsarpi2001-07-201-0/+6
* mpeg2 video decode time is counted twice.jkeil2001-07-201-7/+3
* Fix segfault in DShow video decoder. Using directshow, thejkeil2001-07-201-1/+1
* some cleanup, redundant code removedarpi2001-07-201-99/+53
* fixed shmem size, and now compiles without divx4linux too :)arpi2001-07-201-2/+9
* DivX4Linux supportarpi2001-07-191-15/+77
* some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_a...arpi2001-07-161-2/+2
* Add some preliminary support for non-x86 architectures to mplayerjkeil2001-07-121-1/+15
* VfwEx supportarpi2001-07-081-2/+21
* video decoder stuffarpi2001-07-081-0/+368