| Commit message (Expand) | Author | Age | Files | Lines |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 | 2 | -2/+2 |
* | rm unnecesary casts from void* - part 3 | reynaldo | 2006-07-02 | 11 | -11/+11 |
* | postprocess.h was moved to libpostproc years ago.. | diego | 2006-06-30 | 1 | -1/+1 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 8 | -8/+8 |
* | correct handling of sgi compressed images on amd64, patch by Paul-Francois Fo... | reynaldo | 2006-06-30 | 1 | -3/+3 |
* | Avoid crash in uninit-without-config case | reimar | 2006-06-26 | 1 | -0/+2 |
* | Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .") | uau | 2006-06-21 | 1 | -11/+0 |
* | intercept VFCTRL_FLIP_PAGE if needed | michael | 2006-06-21 | 1 | -0/+11 |
* | Move #ifdefs around complete files into the build system. | diego | 2006-06-21 | 31 | -156/+104 |
* | Comment #ifdef #endif jungle. | diego | 2006-06-21 | 1 | -16/+16 |
* | Comment some #endif directives to avoid confusion. | diego | 2006-06-21 | 1 | -3/+3 |
* | Remove separation between Win32 DLL and DirectShow support in the build system. | diego | 2006-06-21 | 7 | -20/+6 |
* | avcodec_close() | michael | 2006-06-19 | 1 | -0/+1 |
* | Software Scaler headers usage cleanup | lucabe | 2006-06-18 | 12 | -13/+0 |
* | sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma... | rathann | 2006-06-15 | 1 | -14/+9 |
* | typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$ru | diego | 2006-06-12 | 1 | -1/+1 |
* | better spatial interpolation | michael | 2006-06-09 | 2 | -25/+27 |
* | filter left & right edges too (yeah the code is lame i know...) | michael | 2006-06-08 | 1 | -1/+1 |
* | improved mc+src merge code | michael | 2006-06-08 | 1 | -11/+21 |
* | fixes the infinite loop which occurs when there is a decode error in a frame. | gpoirier | 2006-06-08 | 1 | -3/+5 |
* | vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef U... | nicodvb | 2006-06-07 | 1 | -3/+1 |
* | make spatial interlacing check optional | michael | 2006-06-07 | 1 | -6/+3 |
* | simplify | michael | 2006-06-07 | 1 | -29/+24 |
* | cleanup | michael | 2006-06-07 | 1 | -16/+14 |
* | cleanup | michael | 2006-06-07 | 1 | -13/+5 |
* | simplify | michael | 2006-06-06 | 1 | -4/+2 |
* | yet another deinterlacing filter | michael | 2006-06-06 | 3 | -0/+255 |
* | Spelling fix | pacman | 2006-06-06 | 1 | -1/+1 |
* | known issues and notes | michael | 2006-06-06 | 1 | -0/+27 |
* | Motion compensating deinterlacer | michael | 2006-06-06 | 3 | -0/+301 |
* | Support and document lavc b_sensitivity option. | corey | 2006-06-05 | 1 | -0/+3 |
* | document the recent changes in Snow. | lorenm | 2006-06-05 | 1 | -3/+6 |
* | libpostproc is not a subdirectory of libavcodec anymore. | diego | 2006-06-02 | 1 | -2/+2 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 1 | -1/+0 |
* | Fix: | rathann | 2006-05-14 | 1 | -2/+2 |
* | support lavc mv0_threshold | corey | 2006-05-13 | 1 | -0/+3 |
* | Make return type consistent with usage. Patch by Pierre Lombard. | rathann | 2006-05-13 | 1 | -3/+3 |
* | moved code to set aspect ratio for mpeg12 away from video.c and into decoder ... | nicodvb | 2006-05-10 | 1 | -0/+4 |
* | fix float rounding error | ods15 | 2006-05-05 | 1 | -2/+2 |
* | fixes a bug when copying the image into a destination buffer smaller than the... | gpoirier | 2006-04-27 | 1 | -2/+2 |
* | Fix memory corruption in vd_libmpeg2 | uau | 2006-04-27 | 2 | -9/+30 |
* | Get rid of unneeded align | nplourde | 2006-04-24 | 1 | -4/+0 |
* | 4 - Implement a better way to calculate current audio pts and use it for | rtognimp | 2006-04-24 | 3 | -3/+21 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 2 | -4/+2 |
* | sync to x264 r503 (dct_decimate) | lorenm | 2006-04-22 | 1 | -0/+4 |
* | Add properties for the tv input color controls. | albeu | 2006-04-22 | 1 | -1/+1 |
* | Fix BGR32 big-endian output | pacman | 2006-04-20 | 1 | -0/+6 |
* | better set audio_out_minsize to MAX_FRAMESIZE | reimar | 2006-04-20 | 1 | -1/+1 |
* | set audio_out_minsize, should avoid all "maxlen too small" cases | reimar | 2006-04-19 | 1 | -1/+1 |
* | bug fixes: left-over mode variable used uninitialized, | reimar | 2006-04-19 | 1 | -2/+10 |
* | Using channel count, samplerate and input bps values from the container | diego | 2006-04-19 | 1 | -1/+2 |
* | removed unreachable code: this filter can't compile with external libavcodec ... | nicodvb | 2006-04-17 | 4 | -21/+0 |
* | add support for intel mac. mp3lib is not fixed yet. | nplourde | 2006-04-15 | 10 | -18/+28 |
* | 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco... | reimar | 2006-04-09 | 2 | -8/+10 |
* | New mode for tinterlace filter | iive | 2006-04-08 | 1 | -0/+68 |
* | 10l: missing const put this in data segment instead of text/rodata | rfelker | 2006-04-03 | 1 | -2/+2 |
* | move 12k from data to bss (reduce binary size by 12k) | rfelker | 2006-04-03 | 1 | -2/+4 |
* | simplify extradata handling and make passing extradata on the default. | reimar | 2006-04-02 | 1 | -38/+26 |
* | Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ... | reynaldo | 2006-03-31 | 22 | -67/+82 |
* | Trust the demuxer instead of the decoder for samplerate detection. | diego | 2006-03-30 | 1 | -6/+5 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 | 3 | -9/+9 |
* | reinit vo when pix_fmt changes. | reimar | 2006-03-27 | 1 | -0/+3 |
* | Change some printf calls to fprintf. | diego | 2006-03-27 | 1 | -1/+1 |
* | Change 'if(verbose)' to the more appropriate mp_msg_test. | diego | 2006-03-27 | 3 | -6/+3 |
* | use shifts instead of division. 15% faster hqdn3d | lorenm | 2006-03-26 | 1 | -20/+20 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 7 | -14/+13 |
* | feed something (hopefully correct timestamps) into the video filter chain | michael | 2006-03-21 | 2 | -3/+3 |
* | lavc doesnt pass AVFrame.opaque around :/ | michael | 2006-03-21 | 1 | -2/+17 |
* | 10l (null pointer dereference) | michael | 2006-03-21 | 1 | -2/+12 |
* | passing pts through the filter layer (lets see if pts or cola comes out at th... | michael | 2006-03-21 | 80 | -180/+191 |
* | sync to x264 r476 (subq=7) | lorenm | 2006-03-20 | 1 | -1/+1 |
* | Support libavcodec vrc_strategy=1 (XviD ratecontrol). | corey | 2006-03-17 | 1 | -1/+1 |
* | compile in the filters that depend on libavcodec/dsputil.h only when mplayer ... | nicodvb | 2006-03-16 | 2 | -8/+10 |
* | Remove twos workaround, this bug was fixed in mov demuxer | rtognimp | 2006-03-14 | 1 | -7/+0 |
* | in24/in32/fl32 little/big-endian QuickTime PCM audio support | rathann | 2006-03-13 | 1 | -0/+20 |
* | do not randomly chop up packets, this isnt allowed in almost no container | michael | 2006-03-13 | 1 | -3/+4 |
* | -lavcopts aglobal | michael | 2006-03-13 | 2 | -0/+10 |
* | 10l found by Oded: case 2 on a boolean value... | rfelker | 2006-03-12 | 1 | -2/+2 |
* | QuickTime in24 and in32 PCM audio support | rathann | 2006-03-11 | 1 | -0/+8 |
* | add default case to encoder switch-case (maybe an error message would be good... | reimar | 2006-03-08 | 1 | -0/+3 |
* | free tmp earlier, it is not needed below and might leak on errors otherwise | reimar | 2006-03-08 | 1 | -1/+1 |
* | sync to x264 r457 (direct_pred=3) | lorenm | 2006-03-05 | 1 | -2/+2 |
* | Reduce Real DLL/so loading verbosity, OKed by Roberto. | diego | 2006-03-03 | 2 | -4/+4 |
* | XviD multi-threaded encoding support | gpoirier | 2006-03-01 | 1 | -1/+3 |
* | 10l (dont limit dimension components independantly if noup) | michael | 2006-02-24 | 1 | -2/+2 |
* | Fix video delay when encoding with B-frames. | corey | 2006-02-21 | 4 | -2/+25 |
* | no upscale flag so automatic downscaling is possible in mencoder | michael | 2006-02-18 | 1 | -0/+9 |
* | memalign segfaults when used without declaration on amd64 (default function r... | aurel | 2006-02-16 | 1 | -0/+4 |
* | include config.h before includes that need it | iive | 2006-02-16 | 1 | -1/+1 |
* | Align memory at 16 byte boundaries. | diego | 2006-02-14 | 1 | -3/+3 |
* | lavc exposes the reconstructed picture, so no need to decode it again | lorenm | 2006-02-13 | 1 | -1/+1 |
* | Make sure maxlen is respected, instead of just failing the assert later on. | reimar | 2006-02-10 | 1 | -0/+4 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 14 | -15/+15 |
* | include config.h as img_format.h needs endian definitions, noticed by Alan Cu... | iive | 2006-02-09 | 1 | -0/+1 |
* | Add support for grayscale [m]jpeg | rtognimp | 2006-02-08 | 1 | -0/+1 |
* | Fix mpng to work correctly with 16 bit png's. don't have any files to test | ods15 | 2006-02-07 | 1 | -0/+1 |
* | Only compile libmpencoders if MEncoder has been enabled. | diego | 2006-01-31 | 1 | -1/+6 |
* | Move conditional compilation out of the code and into the build system. | diego | 2006-01-31 | 11 | -51/+39 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ... | michael | 2006-01-26 | 10 | -14/+14 |
* | pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i... | michael | 2006-01-25 | 1 | -0/+8 |
* | vglobal so the user can tell the encoder that she wants global headers ... on... | michael | 2006-01-24 | 1 | -1/+11 |
* | Using INT_MAX without including limits.h breaks compilation on MinGW. | diego | 2006-01-23 | 1 | -0/+1 |
* | support libavcodec's new sc_factor parameter | corey | 2006-01-22 | 1 | -0/+3 |
* | proper support for shared libpostproc | diego | 2006-01-22 | 4 | -7/+11 |
* | Use free instead of speex_free - since speex_free does not appear in the | reimar | 2006-01-19 | 1 | -1/+1 |
* | Push "Building audio filter chain" up to verbose level. | diego | 2006-01-19 | 1 | -1/+1 |
* | sync to x264 r398. | lorenm | 2006-01-16 | 1 | -0/+7 |
* | ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders | nicodvb | 2006-01-15 | 3 | -0/+139 |
* | Consistent variable names for shared libavcodec. | diego | 2006-01-14 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 | 18 | -18/+18 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 10 | -33/+33 |
* | convert some printfs to mp_msg | rathann | 2006-01-10 | 1 | -1/+1 |
* | added support for external libavformat | nicodvb | 2006-01-09 | 1 | -2/+2 |
* | sync to x264 r390 (bime) | lorenm | 2005-12-30 | 1 | -0/+4 |
* | Support vme=8 (iterative overlapped block). | diego | 2005-12-29 | 1 | -1/+1 |
* | Add bidir_refine to lavc's set of options, and document it. | gpoirier | 2005-12-28 | 1 | -0/+3 |
* | Remove tables used by MPlayer native 14_4 and 28_8 codecs | rtognimp | 2005-12-27 | 2 | -2591/+0 |
* | support downscaling frames for dynamic b frame decission | gpoirier | 2005-12-25 | 1 | -0/+3 |
* | I screwed up keep aspect param, made behavior the opposite of man page. | ods15 | 2005-12-20 | 1 | -1/+1 |
* | malloc padding to avoid access beyond allocated memory | henry | 2005-12-19 | 2 | -5/+5 |
* | reverse the H264 hack | henry | 2005-12-19 | 1 | -19/+9 |
* | negative quality values allow postproc regardless of input | henry | 2005-12-18 | 1 | -6/+15 |
* | do not postprocess H264 | henry | 2005-12-18 | 1 | -4/+5 |
* | bitexact flag | michael | 2005-12-18 | 1 | -0/+3 |
* | deobfuscate some very simple code... | ods15 | 2005-12-17 | 1 | -4/+4 |
* | do not set the flag when config failed | henry | 2005-12-16 | 1 | -1/+4 |
* | Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc) | rtognimp | 2005-12-09 | 8 | -932/+1 |
* | Move audio packets reordering from codec interface to demuxers for real | rtognimp | 2005-12-09 | 1 | -100/+26 |
* | prevent flicker on b-frames, trivial port from vf_spp | henry | 2005-12-07 | 1 | -6/+22 |
* | more warning fixes | ods15 | 2005-12-07 | 2 | -2/+2 |
* | prevent flicker, to get old behaviour use spp=x:y:4 / x:y:5 | michael | 2005-12-06 | 1 | -6/+18 |
* | expand aspect works by display aspect, not video aspect. | ods15 | 2005-12-05 | 1 | -2/+3 |
* | fix | rathann | 2005-12-05 | 1 | -0/+3 |
* | fix | rathann | 2005-12-05 | 1 | -1/+1 |
* | ad_libvorbis.c:119: warning: assignment from incompatible pointer type | rathann | 2005-12-05 | 1 | -1/+2 |
* | fix | rathann | 2005-12-05 | 1 | -0/+1 |
* | attribute align | michael | 2005-12-03 | 1 | -1/+1 |
* | switch to snow | michael | 2005-12-03 | 1 | -12/+17 |
* | multithreaded decoding | michael | 2005-12-02 | 1 | -0/+6 |
* | make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault PO... | gpoirier | 2005-12-02 | 1 | -0/+2 |
* | Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range ... | reynaldo | 2005-11-29 | 1 | -2/+2 |
* | 10l | lorenm | 2005-11-22 | 1 | -1/+1 |
* | sync to x264 r373 (brdo) | lorenm | 2005-11-22 | 1 | -0/+4 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 105 | -331/+331 |
* | attempt to fix missing and/or broken boundary checks | reimar | 2005-11-10 | 1 | -2/+6 |
* | do not set ctx->vo_inited when init fails. This caused a crash when a | reimar | 2005-11-10 | 1 | -1/+1 |
* | ultra simple&slow pp filter, yes yet another spp like filter :) | michael | 2005-11-08 | 3 | -0/+410 |
* | Speex audio decoding | reimar | 2005-11-05 | 1 | -0/+113 |
* | Speex support. Seeking and pts generation does not work. | reimar | 2005-11-05 | 2 | -0/+8 |
* | sync to x264 r360 (trellis) | lorenm | 2005-11-04 | 1 | -0/+5 |
* | close stream_fd on uninit. Fixes bugzilla bug #400. | reimar | 2005-11-01 | 1 | -0/+2 |
* | 10l, uninit() was not used, fixes bug #401 | reimar | 2005-10-30 | 1 | -0/+2 |
* | sync to x264 r334 (crf) | lorenm | 2005-10-24 | 1 | -0/+4 |
* | 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't ... | rfelker | 2005-10-23 | 1 | -3/+3 |
* | replace mp3lame version detection by required features detection | aurel | 2005-10-18 | 1 | -6/+6 |
* | Make a few more messages translatable by moving them into help_mp-en.h. | diego | 2005-10-18 | 2 | -3/+3 |
* | implement ADCTRL_RESYNC_STREAM, it tries to detect when decoding is | reimar | 2005-10-12 | 1 | -0/+34 |
* | sync to x264 r318 (mixed_refs) | lorenm | 2005-10-08 | 1 | -0/+4 |
* | Typo fix, patch by Ismail Dönmez <ismail AH kde POIS org POIS tr> | gpoirier | 2005-10-06 | 1 | -2/+2 |
* | neightbour --> neighbor typo fix | diego | 2005-10-06 | 2 | -6/+6 |
* | hqdn3d: 2.5x faster temporal-only, 1.6x faster spatial-only. | lorenm | 2005-10-06 | 1 | -1/+76 |
* | Compilation fix for systems lacking lrintf like e.g. NetBSD. | diego | 2005-10-05 | 1 | -4/+14 |
* | Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a union | reimar | 2005-10-04 | 1 | -5/+5 |
* | Fix 100l bugs that break playback on 64 bit systems (like typedefing __u32 | reimar | 2005-10-04 | 2 | -21/+20 |
* | Check for eof instead of decoding the same data over and over. | reimar | 2005-10-01 | 1 | -0/+1 |