summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* .mp4 with lavf supportmichael2004-04-111-0/+1
* BGR16michael2004-04-111-0/+1
* quant_parameter is 2*mpeg1_quant, no problems noticed with too high valuesiive2004-04-091-2/+0
* check for invalid user inputiive2004-04-081-2/+15
* inttypesalex2004-04-061-1/+1
* Removed mpflac as ffflac is way better and ad_flac won't compile with externa...alex2004-04-053-543/+1
* Support for HE-AAC. Patch by Loren Merritt <lorenm at u dot washington anothe...mosu2004-04-011-1/+1
* vf_phase filter by Ville Saari (114263 at foo dot bar dot org)rfelker2004-03-293-1/+286
* Revert my old twos fix, it seems to break more files than it fixed.rtognimp2004-03-281-0/+5
* Use aspect from encoder for AVI vprp headerranma2004-03-249-1/+11
* use flag for XvMC codec recognition and enable dr1 for fixed version of lavciive2004-03-161-4/+14
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R...michael2004-03-111-1/+2
* xvmc use get_format for IDCT/MC recognitioniive2004-03-011-5/+34
* fix compilation without libavcodechenry2004-02-261-0/+2
* spp softthresholding in mmxmichael2004-02-241-1/+77
* spp soft thresholding patch by (James Crowson <jbcrowso at ncsu dot edu>)michael2004-02-241-8/+40
* vd_ffmpeg to set repeat-first-field patch by (Zoltan Hidvegi <mplayer at hzol...michael2004-02-241-0/+1
* A bit late, but here's the "more sane options ordering" patch.ranma2004-02-231-8/+4
* flushing stuff after seeking (finally we can view MPEG without thouse blocks ...michael2004-02-185-3/+20
* Adds support for the film grain effect and deblocking filters in xvidattila2004-02-171-1/+10
* remove raw nonsense and replace it by one ovcattila2004-02-175-169/+153
* fixing segfault: libavcodec doesn't allocate some buffers if avctx->thread_co...rik2004-02-161-0/+3
* Fix ffmpeg RGB24 mapping (needed for qtrle)rtognimp2004-02-121-1/+1
* bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)michael2004-02-071-0/+3
* allow using of float fixed_quantiive2004-02-061-9/+7
* new filter: vf_noformat.joey2004-02-061-0/+93
* new filter: vf_noformat.joey2004-02-062-1/+3
* get_bit_count -> put_bits_countrik2004-02-061-1/+1
* #include dsputil.h as it contains the lrintf emu codemichael2004-02-051-4/+4
* qp change filtermichael2004-02-053-1/+193
* psnr and debug option addediive2004-02-041-18/+62
* new options - aspect,autoaspect,turbo,chroma_opt. patch by Nico <nsabbi@tisca...iive2004-02-021-17/+146
* quantizer noise shapingmichael2004-02-021-0/+5
* rgb test pattern generator, so we could change everything to match alex's def...michael2004-01-303-1/+144
* 10l fix by Jindrich Makovickaranma2004-01-291-15/+24
* kerndeint adaptive deinterlacerranma2004-01-293-1/+329
* not pretty, but at least it prevents the channels from getting out of order...rfelker2004-01-271-1/+3
* 10lrfelker2004-01-271-1/+1
* Use fli decoder from libavcodecrtognimp2004-01-251-1/+2
* prevent the libdv decoder from adding "NTSC setup" on decodeattila2004-01-201-1/+1
* Use MSZH and ZLIB decoders from libavcodecrtognimp2004-01-121-1/+3
* fix for nv12 swapped chromaattila2004-01-101-5/+5
* ildctcmp, VSAD, VSSEmichael2004-01-051-0/+9
* disable dr1&slices for the other vissualizations toomichael2004-01-011-2/+3
* disable slices & dr1 if motion vector vissualization is used, still doesnt wo...michael2004-01-011-2/+2
* vismv, alt, ilme optionsmichael2003-12-302-2/+15
* Sync to original FLAC.lumag2003-12-291-21/+12
* interlaced scalingmichael2003-12-291-5/+44
* scenechange_threshold command line option patch by (Balatoni Denes <pnis at c...michael2003-12-281-0/+5
* workaround for min_srcsize==0 (scg726.acm)arpi2003-12-261-0/+6
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-241-1/+1
* Remove 8BPS, MsRLE, MsVideo1, RPZA, SMCrtognimp2003-12-238-2026/+0
* Remove 8BPS, MsRLE, MsVideo1, RPZA, SMCrtognimp2003-12-232-12/+2
* better top_field_first behaviour (mostly what rich suggested)michael2003-12-221-4/+8
* using top_field_first from mpi, and support overriding itmichael2003-12-221-0/+36
* set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACEDmichael2003-12-222-2/+11
* vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV12rik2003-12-193-0/+885
* mmx simplificationsmichael2003-12-151-91/+25
* remove zlib dependencyfaust32003-12-151-0/+5
* mmx optimizationsrfelker2003-12-151-1/+255
* big updates to ilpack: do proper interpolation rather than justrfelker2003-12-151-34/+95
* various updates:rfelker2003-12-142-16/+12
* fixing more stupid mistakesrfelker2003-12-111-2/+2
* pass quantizer tables through (averaging values when fields come fromrfelker2003-12-111-1/+29
* simplified frame decision logic and reduced the occurrance of length=1rfelker2003-12-113-46/+55
* and remove one stupid debug printfrfelker2003-12-111-1/+0
* allow for different combing metrics to be selected (not useful yet)rfelker2003-12-112-12/+26
* change some hardcoded thresholds to match results of previous 100l bugfix (wi...rfelker2003-12-111-2/+2
* 100l bug found by Zoli, wasted time and unfairly delocalized the metricsrfelker2003-12-111-2/+2
* Patch from the author, Zoltan Hidvegi:rfelker2003-12-111-1/+4
* fix bug when bmovl can't read the whole pic at onceattila2003-12-101-1/+17
* Yet another inverse telecine filter by Zoltan Hidvegi <mplayer@hzoli.2y.net>....alex2003-12-084-1/+1632
* xvid 1.0 beta2iive2003-12-081-4/+4
* RAWYUV output in MEncoder. Patch by Tuukka Toivonen <tuukkat@ee.oulu.fi>alex2003-12-083-1/+84
* Fix compilation if lavc is compiled as a shared lib. Patch by Panagiotis Issa...alex2003-12-071-0/+6
* query_format support by Matthias Goerner <m.goerner@iu-bremen.de>alex2003-12-071-0/+6
* twos 16bit 2 channels fixed.rtognimp2003-12-021-0/+2
* ffrv20 decodermichael2003-11-301-2/+5
* uninit supportalex2003-11-291-0/+7
* yuv colorspace converteralex2003-11-293-1/+103
* reget_buffer() supportrtognimp2003-11-261-1/+4
* Support arbitrary compression level in ZLIB.rtognimp2003-11-241-14/+8
* fix for vf_palette, because paletted 8-bit to BGR{15,16} conversion is incorr...joey2003-11-231-4/+8
* use the old names for 4 optionsiive2003-11-181-4/+4
* memcpy pix instead of black screen if no DR and codec provides no qscale tablemichael2003-11-161-2/+6
* Made the FLAC decoder be less greedy resulting in much better A/V sync handling.mosu2003-11-161-2/+8
* RD optimal lambda->qp supportmichael2003-11-121-0/+5
* XviD Api4 driver from http://ed.gomez.free.fr/iive2003-11-122-0/+1277
* XviD Api4 supportiive2003-11-125-6/+6
* 1l, another version check missing, noted by rgselkrtognimp2003-11-101-0/+2
* 1l missing version checkiive2003-11-101-0/+2
* Support for paletted codecs in ffmpegrtognimp2003-11-091-1/+64
* Fix build with LIBAVCODEC_BUILD < 4684.ranma2003-11-091-0/+4
* aspect change does not flush buffersiive2003-11-081-3/+7
* Warning fixes (approved by A'rpi).rathann2003-11-082-3/+5
* addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.crik2003-11-046-1/+250
* mencoder lavc audio encoding supportranma2003-11-031-0/+7
* another lame workaround for the g1 filter layer ...michael2003-11-031-8/+19
* If alex is too lazy to apply a patch, then i'll do it :)attila2003-11-031-0/+3
* 10lmichael2003-11-031-1/+1
* noise reductionmichael2003-11-021-0/+5
* 1000lmichael2003-10-311-2/+4
* 10lmichael2003-10-311-1/+3
* skip filter if codec doesnt provide the QP array and user didnt force a QP (f...michael2003-10-281-0/+2
* autoqmichael2003-10-281-18/+46
* hue changeing of grayscale probably isnt usefullmichael2003-10-281-2/+0
* 10lmichael2003-10-281-8/+9
* another 10l ...michael2003-10-281-0/+2
* optimizemichael2003-10-281-4/+76
* optimizingmichael2003-10-271-28/+78
* change offsets (quality 2-4 looks better now)michael2003-10-271-4/+17
* different / faster / simpler "quantization"michael2003-10-271-14/+6
* 10lmichael2003-10-271-10/+24
* 120lmichael2003-10-271-2/+2
* 10l and minor optimizationmichael2003-10-261-4/+8
* simple alternative postprocessing filtermichael2003-10-263-1/+325
* -vop ---> -vfdiego2003-10-254-4/+4
* constant qscale was broken due to libavcodec changes, fix taken from ve_lavc.cranma2003-10-241-1/+4
* vf_huemichael2003-10-233-1/+198
* 100l patch by (Tilmann Bitterberg <transcode at tibit dot org>)michael2003-10-231-1/+1
* fast deinterleaver (= il filter with stride/width/height tricks)michael2003-10-223-1/+103
* mpeg4 has only 8bit per numerator and denominator ...michael2003-10-201-1/+4
* sample_aspect_ratiomichael2003-10-202-3/+16
* gamma weight patch by (Alexander Stege <mplayer at legale-software dot com>)michael2003-10-181-4/+13
* optimizationmichael2003-10-171-3/+41
* Fix compilation when libavcodec is missing.attila2003-10-162-2/+8
* skip null frames in mpeg files, patch by Zoltan Hidvegi <mplayer@hzoli.2y.net>attila2003-10-111-0/+2
* some missing formatsalex2003-10-091-0/+3
* uyvy output support in swscaleralex2003-10-091-0/+1
* YUV422P dr1 fixmichael2003-10-091-4/+2
* use lagrange multipler instead of qscalemichael2003-10-071-6/+18
* bug found by Alexander Stegenexus2003-10-061-1/+1
* correct handling of select ret=0, patch by Jonas Jensen <jbj@knef.dk>alex2003-10-051-2/+6
* FLAC decoding support via imported libmpflac.lumag2003-10-043-1/+546
* many small typo and grammar fixesgabucino2003-10-043-4/+4
* 10lalex2003-10-031-0/+3
* reversing my brokeness, but imho dnet is still broken on BE systemsalex2003-10-021-2/+0
* mv0michael2003-10-021-0/+5
* rd cbpmichael2003-09-301-0/+5
* support for selecting which plane to use for metrics in the pulluprfelker2003-09-283-9/+13
* fix for bigendian systemsalex2003-09-261-0/+2
* 10l found by Dominik 'Rathann' Mierzejewski <dominik@rangers.eu.org>alex2003-09-261-1/+1
* 10l really disable faad if gcc is brokenfaust32003-09-211-1/+4
* fix 2-pass encoding with libavcodec onwin32, patch by Tristan Seligmann <mith...faust32003-09-191-2/+2
* 2pass stats curruption fix by ("Johannes E. Schindelin" <Johannes dot Schinde...michael2003-09-111-0/+2
* pass stream header FCCmichael2003-09-111-0/+3
* 10l, debug code broke compile with mmx disabledrfelker2003-09-081-0/+2
* added new config system support and fixed some bugs (altought sanity checks a...alex2003-09-051-28/+39
* size presets: added the standard resolutions as proposed by Fabrice (ffmpeg)alex2003-09-051-1/+6
* DR, 10l fixeshenry2003-09-051-35/+59
* simple logo removerhenry2003-09-033-1/+250
* 100l: you have 2 nibbles per byte, don't divide byte count by 2rtognimp2003-09-031-1/+1
* minor leak fixalex2003-09-021-0/+1
* support for user specified intra/inter matricesalex2003-09-011-0/+63
* switched lavc_param_format to CONF_TYPE_IMGFMTalex2003-09-011-23/+31
* asv2 encodingmichael2003-09-011-0/+8
* FFASV2michael2003-09-011-0/+1
* direct render frames whose fields are not in a common buffer, ratherrfelker2003-09-011-12/+33
* remove read/revert hackalex2003-08-311-24/+1
* 2 new filters: tile & framesteparpi2003-08-314-1/+512
* more mmx and fix 100l sig11 in the previous mmx commitrfelker2003-08-311-3/+104
* nv21 supportalex2003-08-311-6/+6
* basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>alex2003-08-314-5/+23
* 1000l, mmx code was not being used because of missing config.h, andrfelker2003-08-311-13/+11
* tweaks and cleanuprfelker2003-08-313-9/+22
* 1000lrfelker2003-08-311-0/+1
* fix 10l (computation based on uninitialized data which led torfelker2003-08-311-9/+23
* use internal (included) libfaad2arpi2003-08-301-1/+2
* 10^1337 litres (now, that's an inflation)alex2003-08-291-1/+2
* 100l fix for paletted 8bpp files, I committed an old versionrtognimp2003-08-281-12/+4
* Quicktime 8BPS decoderrtognimp2003-08-283-1/+239
* mpeg2michael2003-08-251-0/+2
* codecs.conf is obsolete.diego2003-08-222-2/+2
* pullup -- third generation inverse telecine engine. the backendrfelker2003-08-185-1/+885
* clean up field flags:rfelker2003-08-184-16/+22
* Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>alex2003-08-181-28/+19
* sysm --> syms typo fix by Joey Parrishdiego