summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* fix for negative values for width and height (aspect-preserving scaling).reimar2004-11-121-27/+33
* remove mac shlb support to use new helix codec for realvideo support on osxnplourde2004-11-032-208/+18
* have each XviD's option flag have its (no)counterpartgpoirier2004-11-021-0/+12
* crash with Y8 colourspace fixedreimar2004-10-211-0/+1
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-2112-186/+208
* Bitrate setting option in ve_xvid4.c doesn't follow the rules describedrathann2004-10-181-5/+8
* 10l...autoaspect was always applied to muxer aspect if using newer libavcodec...rfelker2004-10-181-1/+2
* Mark I-frames as seekable only if we encode with one reference frame, IDR are...iive2004-10-171-1/+3
* Sync with GomGom's patch-12 version.iive2004-10-161-30/+171
* some memory leaks fixedreimar2004-10-142-0/+6
* 10liive2004-10-121-0/+1
* too large extradatamichael2004-10-111-1/+1
* Sync with GomGom's patch-12 version.iive2004-10-111-101/+227
* fix compilation on macosx with --enable-qtx patch by Zachary Bedell <zaclist@...faust32004-10-102-3/+3
* Support for 24 bit and 20 bit LPCM (simple and slow :-( )reimar2004-10-091-0/+60
* add new control message, that is send after end of stream, to flush all remai...iive2004-10-091-0/+1
* Adds a parameter 'scenecut', to control the threshold for inserting extra I-f...iive2004-10-081-0/+3
* make use of 24bit afmtalex2004-10-041-3/+1
* mpi->w and h are set by vf_get_image, do not overwrite them.reimar2004-10-011-2/+0
* better default parameter,added counterpart option, better names for few optio...iive2004-09-271-7/+15
* compensate for width/height being picture width/height instead of bitstream w...michael2004-09-271-3/+3
* low resolution decodingmichael2004-09-261-0/+5
* add support for subpel quality refinement option in x264.iive2004-09-221-0/+3
* 10lrfelker2004-09-221-1/+1
* setting samplesize to 2 in decoders where neccessary.reimar2004-09-2113-1/+14
* encoding to mp2 with libtoolamenicodvb2004-09-211-0/+5
* encoding to mp2 with libtoolame - only cbr atmnicodvb2004-09-212-0/+143
* 10l: Make turbo mode compatible with 3-pass encodinggpoirier2004-09-201-1/+1
* 100l typomichael2004-09-191-2/+2
* New lavc flag: "turbo" mode which is supposed to speed up 2-pass encodinggpoirier2004-09-191-0/+26
* support generating divx2pass.log on 2nd pass patch by (Loren Merritt <lorenm ...michael2004-09-181-9/+14
* compile fixgabucino2004-09-181-1/+0
* fix reimar's 10l...no actually imho it's arpi's 100l for writing therfelker2004-09-181-0/+1
* passing an array or double precission parameters for the scaling function, in...michael2004-09-183-12/+14
* moved sh_audio initialization from dec_audio to demuxer.c to fixreimar2004-09-161-19/+0
* fix ineffectual video equalizer command line options, patch by kiriuja <mplay...faust32004-09-151-0/+23
* fix compile on gcc 2.95.3iive2004-09-141-2/+4
* AVC support moved to libavcodec, avcC atom is now passed in extradatartognimp2004-09-131-98/+2
* 2pass encoding support for x264(r46).iive2004-09-121-19/+31
* Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>diego2004-09-111-1/+1
* output faad error message in case of a decoder errorreimar2004-09-111-1/+2
* disable direct rendering for h264michael2004-09-071-1/+1
* do not modify d_width and d_height when -xy option was given, otherwise -xy h...reimar2004-09-061-1/+2
* pullup docs + new feature for slow cpus :)rfelker2004-09-061-2/+2
* first attempt to make 24-bit PCM DVDs workreimar2004-09-031-8/+18
* strictness level -1 to 'almost' ignore breaksrfelker2004-09-031-2/+6
* just some debugging junk i'd like to have in there for now :)rfelker2004-09-021-0/+4
* missing initialization of roundreimar2004-09-021-0/+1
* hue filter bugfix by ("James Crowson" <jbcrowso at ncsu dot edu>)michael2004-09-021-1/+1
* non spec compliant optizations supportmichael2004-09-021-0/+7
* Adds rounding parameter for width and height values returned.reimar2004-08-301-4/+27
* AVC (fourcc avc1) in mp4 supportrtognimp2004-08-291-0/+100
* small gcc warning fixesrathann2004-08-284-6/+6
* x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at ...iive2004-08-273-1/+327
* clenupshenry2004-08-261-7/+12
* some more segfault fixesfaust32004-08-261-0/+5
* 10lmichael2004-08-261-1/+1
* change to match current bgr/rgb definitionmichael2004-08-261-15/+13
* prevent libmpeg2 from freeing shfaust32004-08-251-0/+1
* actually use the acceleration on SPARChenry2004-08-241-2/+2
* libmpeg2 B-frame fixhenry2004-08-241-28/+50
* support for snowalex2004-08-211-1/+2
* support snowalex2004-08-211-0/+2
* do not exit without an error messagefaust32004-08-121-2/+4
* RGBA variantsmichael2004-08-112-0/+8
* missing 32bit RGBA variants and some cleanupmichael2004-08-112-4/+24
* more precise wordingdiego2004-08-091-1/+1
* forgotten libmpeg2 postprocessinghenry2004-08-021-0/+11
* Importing libmpeg2 from mpeg2dec-0.4.0bhenry2004-08-021-14/+5
* ICC 8.0 compilation fixesatmos42004-08-021-13/+13
* mencoder psnr segfaults on readonly fs patch by (Fabio Russo <f.russo at sosi...michael2004-07-201-0/+2
* Cinepak, CVID and RoqA/V are now in ffmpegrtognimp2004-07-154-318/+0
* Cinepak and RoqA/V are now in ffmpegrtognimp2004-07-152-1563/+0
* Cinepak, CYUV and RoqA/V are now in ffmpegrtognimp2004-07-153-11/+3
* fix 10l fixed_quant bug reported by Michaeliive2004-07-131-2/+2
* dc=11 fixedmichael2004-07-061-1/+1
* dc precision and closed gop patch by (Nico Sabbi <nsabbi at tiscali dot it>)michael2004-07-061-0/+14
* Console message corrected and moved to help_mp-en.h.diego2004-07-062-6/+4
* Use aspect ratio from Theora context. Patch by j at v2v dot ccmosu2004-07-061-0/+6
* multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot e...michael2004-07-061-0/+7
* x86-64 (amd64) support by Kenny Rootalex2004-06-261-1/+1
* top/bottom mb row skippingmichael2004-06-261-0/+8
* ranlib cleanupalex2004-06-241-0/+2
* another 10lalex2004-06-241-1/+1
* Fix memory corruption, noticable at reallocate imageiive2004-06-241-8/+9
* 10lalex2004-06-241-1/+1
* support for realvideo codecs under macosx, original patch by Donnie Smithalex2004-06-242-7/+219
* libfame has been removed from MPlayer long ago. Compilation fix pointeddiego2004-06-171-1/+1
* display height may be a lot smaller or larger than picture height, sample pro...iive2004-06-121-3/+3
* configurable 'junk' borders for pulluprfelker2004-06-101-6/+9
* old changes in my local tree i forgot to commit - minor fixesrfelker2004-06-102-2/+56
* nsse weightmichael2004-06-071-0/+5
* More support for audio format 0x0rtognimp2004-06-061-0/+1
* Segfault fix for some h264 in avi filesrtognimp2004-06-061-1/+1
* Big Endian fix. Patch by Romain Dolbeaunplourde2004-05-311-4/+11
* Fix "raw " audio in mov files.rtognimp2004-05-231-0/+4
* support for 24 bit pcm/wav filesreimar2004-05-161-0/+4
* removed #ifdefs that are already handled by libao2/afmt.hreimar2004-05-141-5/+1
* give Y8 and Y800 lower conversion priority to avoid grayscaled videoreimar2004-05-141-3/+3
* If demuxer does not fill codecdata try to get if from waveformatexrtognimp2004-05-141-0/+5
* fix bigendian problems (left-right swapped 8bit pcms), add 32bit supportreimar2004-05-081-12/+10
* Qt RLE is now in ffmpegrtognimp2004-05-052-401/+1
* 10lrfelker2004-05-011-1/+1
* more lvalue casts, ugly this timerfelker2004-05-011-8/+8
* more lvalue castsrfelker2004-05-011-2/+2
* minimal fix for alex's 1000000000000l compile errors. imo the fix inrfelker2004-04-304-0/+4
* Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpegrtognimp2004-04-296-1298/+2
* soft skipping for mencoder. rather than skipping decoding/filteringrfelker2004-04-284-1/+89
* 1l debug junkrfelker2004-04-281-1/+0
* forgot this, needed for vf_hardduprfelker2004-04-281-0/+1
* "hard" frame duplication for mencoder. this finally makes it possiblerfelker2004-04-283-1/+95
* a52 dynamic range compression support by Peter Ganstereralex2004-04-261-0/+37
* prefer yuv formats over rgb in case both are supported by hwfaust32004-04-231-13/+13
* dr bugfix by zoli (author of the filter)rfelker2004-04-231-5/+21
* New filter by Ville Saari (114263 at foo dot bar dot org)rfelker2004-04-173-1/+701
* printf -> mp_msg; print error msg when qtmlClient.dll is missingfaust32004-04-131-13/+17
* printf -> mp_msg, error msg when qtmlClient.dll is missingfaust32004-04-131-19/+23
* printf -> mp_msgfaust32004-04-131-26/+25
* .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,