summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* bcopy -> memcpy for MINGW32 portfaust32003-03-301-1/+1
* 10000l (YUV vs. YVU swscale fix/cleanup)michael2003-03-271-4/+4
* macosx fix by Dan Christiansen <danchr@daimi.au.dk>alex2003-03-261-2/+2
* try to break pattern at scene changes to prevent merging pictures thatrfelker2003-03-231-0/+7
* improvements to detc filter:rfelker2003-03-231-15/+16
* lavc 4663 / quantizer biasmichael2003-03-221-1/+12
* compiler warning fix by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-03-211-1/+1
* increment is a signed number (-1 or +1)arpi2003-03-151-1/+1
* And 10L their, i should have started to read vop.txt sooner ;)albeu2003-03-151-4/+4
* 10L again with the options minsalbeu2003-03-151-4/+4
* New options stuffalbeu2003-03-151-6/+26
* Support for the new options stuffalbeu2003-03-152-4/+51
* 10L the scale filter accpet w and h to -3albeu2003-03-151-2/+2
* 1000L i forgot mencoderalbeu2003-03-151-1/+2
* Add support for the new option stuff.albeu2003-03-151-3/+35
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-1544-67/+226
* clear black bands when using slicesarpi2003-03-141-0/+9
* 1000lmichael2003-03-131-2/+16
* per context frame_rate_basemichael2003-03-121-1/+6
* Pass start slice to the vo it make dr + slice implemantation easieralbeu2003-03-101-0/+7
* new version of the de-telecine filter, largely rewritten. should workrfelker2003-03-091-122/+310
* Ugly hack to handle bad width/height values from stream headerarpi2003-03-091-5/+27
* - removed unused global 'handle'arpi2003-03-091-16/+28
* merging fourcc with codec_tagmichael2003-03-082-4/+4
* aic & umvmichael2003-03-051-0/+9
* add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbe...michael2003-03-053-1/+330
* hmm found this in my local tree ;)michael2003-03-051-3/+3
* fix for a couple of linking problems patch by (Ambrose Li <a.c.li at ieee dot...michael2003-03-051-0/+2
* 10l (pp cant convert formats) fixes segfaultmichael2003-03-041-2/+2
* Add missing uninitalbeu2003-03-041-1/+12
* A new nuppel video encoder. Mainly for RT encoding on slow box.albeu2003-03-033-1/+222
* new filterrfelker2003-03-013-1/+190
* motion estimation range limitmichael2003-02-271-2/+7
* MACOSX support patch, based on Dan Christiansens workalex2003-02-254-5/+35
* experimental slices supportarpi2003-02-231-3/+37
* sws_ prefix, more seperation between internal & external swscaler APImichael2003-02-233-23/+24
* draw_slice supportarpi2003-02-231-1/+32
* start_slice() added - similar to get_image(), but is called when using slicesarpi2003-02-232-1/+6
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedmichael2003-02-211-0/+54
* filter for applying 3:2 telecine to 23.976 fps progressive material.rfelker2003-02-203-1/+154
* experimental de-telecine filter. not documented or configurable yet,rfelker2003-02-203-1/+278
* 100lrfelker2003-02-161-1/+1
* minor 1l I forgot to commit a while backrfelker2003-02-161-1/+5
* vf_hqdn3d: High-Quality version of the denoise3d filterarpi2003-02-153-2/+300
* 10larpi2003-02-151-1/+1
* cygwin win32 dll supportfaust32003-02-151-5/+3
* moving postprocess code to libavcodecmichael2003-02-142-4/+6
* real cygwin support by Sascha Sommer <saschasommer@freenet.de>alex2003-02-122-4/+4
* down3dright filter by kabi (converts between 2 common stereoscopic systems)michael2003-02-113-1/+147
* 10l to kabi (compile fix, uint8->uint8_t)arpi2003-02-111-3/+3
* windows support and eleminating some 10ls. Win32 ATRC has audio artifacts, Wi...alex2003-02-111-26/+239
* possible 10lalex2003-02-101-15/+17
* linux->osdeparpi2003-02-092-3/+3
* cleanup & more optimizearpi2003-02-091-16/+5
* simpler/faster LowPass() macroarpi2003-02-091-2/+14
* removed obsolete unused cyuv.carpi2003-02-092-85/+1
* libfaad2 v1.0, v1.1, v1.2 detection, and API change workaround in ad_faad.carpi2003-02-071-0/+14
* cleanup detection of various divx4 versions/alternativesarpi2003-02-064-8/+36
* fixed palette supportarpi2003-02-045-0/+8
* move some verbose msg to dbg2arpi2003-02-042-3/+7
* - append the 'palette' filter if the codec supports RGB8/BGR8 and no csparpi2003-02-041-3/+25
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-02-022-0/+7
* Based on the discussion in the other thread I made a newarpi2003-02-021-66/+286
* Typokmkaplan2003-02-011-1/+1
* 1000larpi2003-01-301-1/+1
* new video filter: denoise3d - temporal&spatial noise reductionarpi2003-01-303-1/+273
* fixing rgb4 & bgr4 (2 pixels per byte)michael2003-01-305-5/+14
* - fixed the input buffering (don't read input unless we're already processedarpi2003-01-291-11/+15
* 1000l bug (double free() when libaf init failed)arpi2003-01-281-0/+1
* The code for converting RGB to YUV in bmovl is slow because it usesarpi2003-01-281-3/+3
* avoid extract of imposible high depths in wrong rgb/bgr functionsiive2003-01-261-2/+2
* Quicktime rle 32 bit supportedrtognimp2003-01-262-1/+104
* This is a simple patch to change the alpha blending code in bmovl to usearpi2003-01-261-3/+12
* new video filter to extract a single field using stride arithmetic,rfelker2003-01-233-1/+77
* UYVY inputmichael2003-01-231-1/+2
* 10lhenry2003-01-191-1/+1
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-197-18/+7
* AltiVec detection code ("borrowed" from FFmpeg andarpi2003-01-181-0/+1
* 2-pass libaf initialization to get better filter chain.arpi2003-01-181-2/+50
* Remove duplicated codertognimp2003-01-171-16/+2
* Adding support for more logical libaf configurationanders2003-01-171-1/+1
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...mosu2003-01-151-4/+4
* BGR16 is not a valid format for this codecrtognimp2003-01-141-1/+1
* don't waste time on rg_scale nonsense if not necessary.rfelker2003-01-131-2/+31
* 1000l, this clips!! IMO rg_scale nonsense should be removed withrfelker2003-01-131-2/+2
* I hope this works as expected with old lavc versions. At least it compiles now.rfelker2003-01-111-2/+7
* may not be perfect but it's certainly a start. feel free to changerfelker2003-01-101-20/+22
* halfpack now takes an optional argument, field, which tells it to keeprfelker2003-01-101-3/+24
* use mp_msg for messages. prolly more filters need to be fixed like this toorfelker2003-01-102-2/+2
* YUV 411/422/444 support for ppmichael2003-01-051-5/+19
* qpel & pre ME improvementsmichael2003-01-051-0/+13
* ehh.. 10l againarpi2003-01-051-0/+1
* - added x/y rounding for YUV formats (should be moved to mp_image.c|h later)arpi2003-01-051-2/+23
* Found another 10l :-), but the filter is still broken :-(filon2003-01-041-1/+1
* cannot rotate non-symmetric yuv pixel formatsarpi2003-01-031-0/+18
* fixed 16bpp packed YUV formatsarpi2003-01-031-6/+32
* better image/plane copyarpi2003-01-031-6/+13
* pphelpmichael2003-01-031-5/+0
* compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-01-031-12/+16
* motion estimation pre passmichael2003-01-021-0/+5
* lavc 4649michael2003-01-011-1/+6
* trellis quantizationmichael2002-12-311-2/+8
* don't abort if setparams failed - fixes some Qclp filesarpi2002-12-291-1/+1
* (temporary?) fix for redundant buffer re-allocationarpi2002-12-291-6/+15
* i hate assertsarpi2002-12-281-4/+6
* ffmp2 (with mpeg files) sig11 fixedarpi2002-12-281-6/+8
* lavc 4647michael2002-12-281-6/+26
* 5l - fixed asserts... mpi->width is allocated width, not the effective onearpi2002-12-281-5/+5
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-277-29/+30
* do not config video out system if input dimensions are invalid (triggered a s...alex2002-12-271-3/+4
* API change in dev-api-3 branch.rguyom2002-12-251-0/+3
* suxen_drol on xvid-devel@xvid.org said : "please do not userguyom2002-12-221-2/+0
* win32 dlls supportalex2002-12-221-16/+71
* alpha support by Alan Young <ayoung@teleport.com>alex2002-12-221-9/+31
* set keyframe flag at encodingarpi2002-12-211-4/+5
* 1l (%d->%f), cosmeticsarpi2002-12-211-3/+4
* corrected w32codec address (noticed by Peter Nelson on mplayer-users)alex2002-12-202-2/+2
* fixed memleak caused by multiple config() calls - thx Gabuarpi2002-12-191-0/+1
* mb qp limitsmichael2002-12-181-0/+8
* Use the XVID_API_UNSTABLE macro instead of a home-made one.rguyom2002-12-182-13/+69
* handle mencoder's 0-byte 'skipped frames'arpi2002-12-161-0/+2
* Sorenson 1/3 encoding just for fun :)arpi2002-12-164-1/+330
* Support the latest development code from XViD dev-api-3 CVSrguyom2002-12-152-24/+93
* compiler warning fixesarpi2002-12-143-17/+27
* we don't need to pass gworld :)arpi2002-12-111-1/+1
* print list of supported output colorspacesarpi2002-12-111-0/+9
* moved component lister up, as it messes up 'desc'arpi2002-12-111-17/+18
* codmeticsarpi2002-12-111-3/+0
* AVVideoFrame -> AVFramemichael2002-12-093-32/+67
* ffmpeg cleanup/messup supportmichael2002-12-091-3/+28
* fixed in/out framesize rounding bug (causing low-rate QCLP hangup/looping)arpi2002-12-071-7/+8
* infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)michael2002-12-051-0/+4
* Fix draw_slice() in passthrough mode.arpi2002-12-053-0/+8
* - It fixes a small bug where a byte value is divided by 255.0 to convertarpi2002-12-041-5/+6
* PSNRmichael2002-12-042-4/+75
* Reduce fixed-point replay gain support precision with Tremor.rguyom2002-12-041-2/+2
* Add Tremor (an integer-only Vorbis decoder) support.rguyom2002-12-041-4/+16
* specific debug output supportmichael2002-12-042-1/+14
* cleanupmichael2002-12-043-144/+3
* support for lavc build 4641michael2002-12-043-91/+119
* 10l :)arpi2002-12-011-1/+1
* DMO audio support (including 6ch support too)arpi2002-12-013-1/+106
* SVQ1 support (ugly hack... - really we need 'syuv' support in swscaler :))arpi2002-12-011-1/+39
* - fixed 10l bug (imagedesc handle allocation)arpi2002-11-271-3/+8
* DMO supportarpi2002-11-263-1/+93
* some fixesalex2002-11-251-3/+54
* loader supportarpi2002-11-243-756/+8
* 10l (broken ffmpeg12)michael2002-11-241-1/+2
* Locale fix.rguyom2002-11-241-0/+10
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-232-2/+2
* Instead of min_quantizer, max_quantizer, min_iquantizer, etc... use arguyom2002-11-221-58/+24
* aspect ratio clenaupmichael2002-11-202-47/+27
* Implements [min|max]_[i|p]quantizer.rguyom2002-11-171-11/+67
* Added support for VorbisGain tags.rguyom2002-11-171-3/+54
* disable dr1 for huffyuv (422P & stride hack & dr1 -> bad )michael2002-11-151-0/+3
* vstrict is no flagmichael2002-11-141-1/+1
* A bit more sane range.rguyom2002-11-141-1/+1
* - added modulated quatizationrguyom2002-11-141-6/+26
* ffhuffyuvmichael2002-11-142-4/+50
* don't print error if no errorarpi2002-11-141-1/+1
* New features:anders2002-11-121-3/+3
* no need to EnterMovies(), do minimal InitializeQTML onlyarpi2002-11-121-4/+4
* minimalist quicktime video structures headerarpi2002-11-121-0/+755
* qt video dll codecs supportarpi2002-11-124-1/+303
* fixed output bits per samplearpi2002-11-121-10/+24
* dlopen() support for ad and vdalex2002-11-112-0/+81
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-2/+3
* fixing vd_ffmpeg to handle cleaned-up ffmpegmichael2002-11-081-1/+1
* Fix IPB DRalbeu2002-11-071-1/+2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-0614-39/+46
* perspective correcture filtermichael2002-11-053-1/+344
* Fix stereo MACE filesrtognimp2002-11-041-2/+2
* smartblurmichael2002-11-043-1/+265
* ms\0x00\x11 supportalex2002-11-041-2/+4
* qt swot supportalex2002-11-041-2/+3
* MACE fixarpi2002-11-041-0/+12
* shape adaptive blur (slightly slow though)michael2002-11-043-1/+319
* - realaudio ATRC (sony atrac3) codec supportarpi2