summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-151-14/+9
* typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$rudiego2006-06-121-1/+1
* better spatial interpolationmichael2006-06-092-25/+27
* filter left & right edges too (yeah the code is lame i know...)michael2006-06-081-1/+1
* improved mc+src merge codemichael2006-06-081-11/+21
* fixes the infinite loop which occurs when there is a decode error in a frame.gpoirier2006-06-081-3/+5
* vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef U...nicodvb2006-06-071-3/+1
* make spatial interlacing check optionalmichael2006-06-071-6/+3
* simplifymichael2006-06-071-29/+24
* cleanupmichael2006-06-071-16/+14
* cleanupmichael2006-06-071-13/+5
* simplifymichael2006-06-061-4/+2
* yet another deinterlacing filtermichael2006-06-063-0/+255
* Spelling fixpacman2006-06-061-1/+1
* known issues and notesmichael2006-06-061-0/+27
* Motion compensating deinterlacermichael2006-06-063-0/+301
* Support and document lavc b_sensitivity option.corey2006-06-051-0/+3
* document the recent changes in Snow.lorenm2006-06-051-3/+6
* libpostproc is not a subdirectory of libavcodec anymore.diego2006-06-021-2/+2
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* Fix:rathann2006-05-141-2/+2
* support lavc mv0_thresholdcorey2006-05-131-0/+3
* Make return type consistent with usage. Patch by Pierre Lombard.rathann2006-05-131-3/+3
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...nicodvb2006-05-101-0/+4
* fix float rounding errorods152006-05-051-2/+2
* fixes a bug when copying the image into a destination buffer smaller than the...gpoirier2006-04-271-2/+2
* Fix memory corruption in vd_libmpeg2uau2006-04-272-9/+30
* Get rid of unneeded alignnplourde2006-04-241-4/+0
* 4 - Implement a better way to calculate current audio pts and use it forrtognimp2006-04-243-3/+21
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-242-4/+2
* sync to x264 r503 (dct_decimate)lorenm2006-04-221-0/+4
* Add properties for the tv input color controls.albeu2006-04-221-1/+1
* Fix BGR32 big-endian outputpacman2006-04-201-0/+6
* better set audio_out_minsize to MAX_FRAMESIZEreimar2006-04-201-1/+1
* set audio_out_minsize, should avoid all "maxlen too small" casesreimar2006-04-191-1/+1
* bug fixes: left-over mode variable used uninitialized,reimar2006-04-191-2/+10
* Using channel count, samplerate and input bps values from the containerdiego2006-04-191-1/+2
* removed unreachable code: this filter can't compile with external libavcodec ...nicodvb2006-04-174-21/+0
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-1510-18/+28
* 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco...reimar2006-04-092-8/+10
* New mode for tinterlace filteriive2006-04-081-0/+68
* 10l: missing const put this in data segment instead of text/rodatarfelker2006-04-031-2/+2
* move 12k from data to bss (reduce binary size by 12k)rfelker2006-04-031-2/+4
* simplify extradata handling and make passing extradata on the default.reimar2006-04-021-38/+26
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-3122-67/+82
* Trust the demuxer instead of the decoder for samplerate detection.diego2006-03-301-6/+5
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-273-9/+9
* reinit vo when pix_fmt changes.reimar2006-03-271-0/+3
* Change some printf calls to fprintf.diego2006-03-271-1/+1
* Change 'if(verbose)' to the more appropriate mp_msg_test.diego2006-03-273-6/+3
* use shifts instead of division. 15% faster hqdn3dlorenm2006-03-261-20/+20
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-247-14/+13
* feed something (hopefully correct timestamps) into the video filter chainmichael2006-03-212-3/+3
* lavc doesnt pass AVFrame.opaque around :/michael2006-03-211-2/+17
* 10l (null pointer dereference)michael2006-03-211-2/+12
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-2180-180/+191
* sync to x264 r476 (subq=7)lorenm2006-03-201-1/+1
* Support libavcodec vrc_strategy=1 (XviD ratecontrol).corey2006-03-171-1/+1
* compile in the filters that depend on libavcodec/dsputil.h only when mplayer ...nicodvb2006-03-162-8/+10
* Remove twos workaround, this bug was fixed in mov demuxerrtognimp2006-03-141-7/+0
* in24/in32/fl32 little/big-endian QuickTime PCM audio supportrathann2006-03-131-0/+20
* do not randomly chop up packets, this isnt allowed in almost no containermichael2006-03-131-3/+4
* -lavcopts aglobalmichael2006-03-132-0/+10
* 10l found by Oded: case 2 on a boolean value...rfelker2006-03-121-2/+2
* QuickTime in24 and in32 PCM audio supportrathann2006-03-111-0/+8
* add default case to encoder switch-case (maybe an error message would be good...reimar2006-03-081-0/+3
* free tmp earlier, it is not needed below and might leak on errors otherwisereimar2006-03-081-1/+1
* sync to x264 r457 (direct_pred=3)lorenm2006-03-051-2/+2
* Reduce Real DLL/so loading verbosity, OKed by Roberto.diego2006-03-032-4/+4
* XviD multi-threaded encoding supportgpoirier2006-03-011-1/+3
* 10l (dont limit dimension components independantly if noup)michael2006-02-241-2/+2
* Fix video delay when encoding with B-frames.corey2006-02-214-2/+25
* no upscale flag so automatic downscaling is possible in mencodermichael2006-02-181-0/+9
* memalign segfaults when used without declaration on amd64 (default function r...aurel2006-02-161-0/+4
* include config.h before includes that need itiive2006-02-161-1/+1
* Align memory at 16 byte boundaries.diego2006-02-141-3/+3
* lavc exposes the reconstructed picture, so no need to decode it againlorenm2006-02-131-1/+1
* Make sure maxlen is respected, instead of just failing the assert later on.reimar2006-02-101-0/+4
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-0914-15/+15
* include config.h as img_format.h needs endian definitions, noticed by Alan Cu...iive2006-02-091-0/+1
* Add support for grayscale [m]jpegrtognimp2006-02-081-0/+1
* Fix mpng to work correctly with 16 bit png's. don't have any files to testods152006-02-071-0/+1
* Only compile libmpencoders if MEncoder has been enabled.diego2006-01-311-1/+6
* Move conditional compilation out of the code and into the build system.diego2006-01-3111-51/+39
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-2610-14/+14
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...michael2006-01-251-0/+8
* vglobal so the user can tell the encoder that she wants global headers ... on...michael2006-01-241-1/+11
* Using INT_MAX without including limits.h breaks compilation on MinGW.diego2006-01-231-0/+1
* support libavcodec's new sc_factor parametercorey2006-01-221-0/+3
* proper support for shared libpostprocdiego2006-01-224-7/+11
* Use free instead of speex_free - since speex_free does not appear in thereimar2006-01-191-1/+1
* Push "Building audio filter chain" up to verbose level.diego2006-01-191-1/+1
* sync to x264 r398.lorenm2006-01-161-0/+7
* ad_hwmpa: pass-through fake audio codec for hardware mpeg decodersnicodvb2006-01-153-0/+139
* Consistent variable names for shared libavcodec.diego2006-01-141-1/+1
* Update licensing information: The FSF changed postal address.diego2006-01-1318-18/+18
* massive attack: mp_msg printf format fixesrathann2006-01-1210-33/+33
* convert some printfs to mp_msgrathann2006-01-101-1/+1
* added support for external libavformatnicodvb2006-01-091-2/+2
* sync to x264 r390 (bime)lorenm2005-12-301-0/+4
* Support vme=8 (iterative overlapped block).diego2005-12-291-1/+1
* Add bidir_refine to lavc's set of options, and document it.gpoirier2005-12-281-0/+3
* Remove tables used by MPlayer native 14_4 and 28_8 codecsrtognimp2005-12-272-2591/+0
* support downscaling frames for dynamic b frame decissiongpoirier2005-12-251-0/+3
* I screwed up keep aspect param, made behavior the opposite of man page.ods152005-12-201-1/+1
* malloc padding to avoid access beyond allocated memoryhenry2005-12-192-5/+5
* reverse the H264 hackhenry2005-12-191-19/+9
* negative quality values allow postproc regardless of inputhenry2005-12-181-6/+15
* do not postprocess H264henry2005-12-181-4/+5
* bitexact flagmichael2005-12-181-0/+3
* deobfuscate some very simple code...ods152005-12-171-4/+4
* do not set the flag when config failedhenry2005-12-161-1/+4
* Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)rtognimp2005-12-098-932/+1
* Move audio packets reordering from codec interface to demuxers for realrtognimp2005-12-091-100/+26
* prevent flicker on b-frames, trivial port from vf_spphenry2005-12-071-6/+22
* more warning fixesods152005-12-072-2/+2
* prevent flicker, to get old behaviour use spp=x:y:4 / x:y:5michael2005-12-061-6/+18
* expand aspect works by display aspect, not video aspect.ods152005-12-051-2/+3
* fixrathann2005-12-051-0/+3
* fixrathann2005-12-051-1/+1
* ad_libvorbis.c:119: warning: assignment from incompatible pointer typerathann2005-12-051-1/+2
* fixrathann2005-12-051-0/+1
* attribute alignmichael2005-12-031-1/+1
* switch to snowmichael2005-12-031-12/+17
* multithreaded decodingmichael2005-12-021-0/+6
* make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault PO...gpoirier2005-12-021-0/+2
* Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range ...reynaldo2005-11-291-2/+2
* 10llorenm2005-11-221-1/+1
* sync to x264 r373 (brdo)lorenm2005-11-221-0/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-18105-331/+331
* attempt to fix missing and/or broken boundary checksreimar2005-11-101-2/+6
* do not set ctx->vo_inited when init fails. This caused a crash when areimar2005-11-101-1/+1
* ultra simple&slow pp filter, yes yet another spp like filter :)michael2005-11-083-0/+410
* Speex audio decodingreimar2005-11-051-0/+113
* Speex support. Seeking and pts generation does not work.reimar2005-11-052-0/+8
* sync to x264 r360 (trellis)lorenm2005-11-041-0/+5
* close stream_fd on uninit. Fixes bugzilla bug #400.reimar2005-11-011-0/+2
* 10l, uninit() was not used, fixes bug #401reimar2005-10-301-0/+2
* sync to x264 r334 (crf)lorenm2005-10-241-0/+4
* 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't ...rfelker2005-10-231-3/+3
* replace mp3lame version detection by required features detectionaurel2005-10-181-6/+6
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-182-3/+3
* implement ADCTRL_RESYNC_STREAM, it tries to detect when decoding isreimar2005-10-121-0/+34
* sync to x264 r318 (mixed_refs)lorenm2005-10-081-0/+4
* Typo fix, patch by Ismail Dönmez <ismail AH kde POIS org POIS tr>gpoirier2005-10-061-2/+2
* neightbour --> neighbor typo fixdiego2005-10-062-6/+6
* hqdn3d: 2.5x faster temporal-only, 1.6x faster spatial-only.lorenm2005-10-061-1/+76
* Compilation fix for systems lacking lrintf like e.g. NetBSD.diego2005-10-051-4/+14
* Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a unionreimar2005-10-041-5/+5
* Fix 100l bugs that break playback on 64 bit systems (like typedefing __u32reimar2005-10-042-21/+20
* Check for eof instead of decoding the same data over and over.reimar2005-10-011-0/+1
* forgotten include; patch by Jan Knutar (jknutar ad nic puntum fi)nicodvb2005-09-281-0/+2
* code before decleration, gcc2.95 fixods152005-09-281-11/+10
* make xvid encoding use the filename fromgpoirier2005-09-261-3/+4
* Break up all long lines that were missed during the last reformatting round.diego2005-09-191-4/+26
* 10l: the directories specified with --with-xvid*dir were ignored.gpoirier2005-09-191-1/+1
* 10l: fully working DXN profile support require XviD 1.1.x. Earlier version wi...gpoirier2005-09-181-0/+4
* print the first 16 bytes of frame data with -v -v, helps detect whenreimar2005-09-161-0/+2
* reduced verbositynicodvb2005-09-132-2/+2
* adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robe...gpoirier2005-09-131-17/+190
* pp_postprocess reads from target image, so request a readable one.reimar2005-09-131-1/+2
* Fix maximum frame size, could lead to crashes when changing playback speed.reimar2005-09-121-3/+4
* Fix multiple issues: No picture at all, broken pictures, only every secondreimar2005-09-121-58/+34
* do nothing if no free filenames are availablehenry2005-09-111-4/+10
* use slices if DR isn't availablehenry2005-09-111-0/+6
* forgotten MP_IMGFLAG_READABLEhenry2005-09-111-1/+1
* DR and slice supporthenry2005-09-111-21/+99
* screenshot filterhenry2005-09-111-0/+1
* screenshot filterhenry2005-09-113-0/+241
* Use bitrate from demuxerreimar2005-09-061-1/+3
* replace sleep with usec_sleep, required for recent mingw versions, patch by R...faust32005-09-031-1/+1
* custom quantization matrix for x264, original patch by Robert Swain < robert ...gpoirier2005-09-021-0/+63