| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | forgotten include; patch by Jan Knutar (jknutar ad nic puntum fi) | nicodvb | 2005-09-28 | 1 | -0/+2 |
* | code before decleration, gcc2.95 fix | ods15 | 2005-09-28 | 1 | -11/+10 |
* | make xvid encoding use the filename from | gpoirier | 2005-09-26 | 1 | -3/+4 |
* | Break up all long lines that were missed during the last reformatting round. | diego | 2005-09-19 | 1 | -4/+26 |
* | 10l: the directories specified with --with-xvid*dir were ignored. | gpoirier | 2005-09-19 | 1 | -1/+1 |
* | 10l: fully working DXN profile support require XviD 1.1.x. Earlier version wi... | gpoirier | 2005-09-18 | 1 | -0/+4 |
* | print the first 16 bytes of frame data with -v -v, helps detect when | reimar | 2005-09-16 | 1 | -0/+2 |
* | reduced verbosity | nicodvb | 2005-09-13 | 2 | -2/+2 |
* | adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robe... | gpoirier | 2005-09-13 | 1 | -17/+190 |
* | pp_postprocess reads from target image, so request a readable one. | reimar | 2005-09-13 | 1 | -1/+2 |
* | Fix maximum frame size, could lead to crashes when changing playback speed. | reimar | 2005-09-12 | 1 | -3/+4 |
* | Fix multiple issues: No picture at all, broken pictures, only every second | reimar | 2005-09-12 | 1 | -58/+34 |
* | do nothing if no free filenames are available | henry | 2005-09-11 | 1 | -4/+10 |
* | use slices if DR isn't available | henry | 2005-09-11 | 1 | -0/+6 |
* | forgotten MP_IMGFLAG_READABLE | henry | 2005-09-11 | 1 | -1/+1 |
* | DR and slice support | henry | 2005-09-11 | 1 | -21/+99 |
* | screenshot filter | henry | 2005-09-11 | 1 | -0/+1 |
* | screenshot filter | henry | 2005-09-11 | 3 | -0/+241 |
* | Use bitrate from demuxer | reimar | 2005-09-06 | 1 | -1/+3 |
* | replace sleep with usec_sleep, required for recent mingw versions, patch by R... | faust3 | 2005-09-03 | 1 | -1/+1 |
* | custom quantization matrix for x264, original patch by Robert Swain < robert ... | gpoirier | 2005-09-02 | 1 | -0/+63 |
* | * really keep track on how many samples were decoded last round (fix 10l) | attila | 2005-09-01 | 1 | -4/+7 |
* | stop trying to decode faad audio, when last decoded length is <0 | attila | 2005-09-01 | 1 | -1/+1 |
* | 10l | attila | 2005-08-31 | 1 | -1/+1 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 | 2 | -6/+16 |
* | avoid reading more than maxlen bytes. | reimar | 2005-08-25 | 1 | -2/+2 |
* | 10l, missing return | faust3 | 2005-08-25 | 1 | -1/+1 |
* | Wrong scale conversion from VFCTRL_SET_EQUALIZER, priv->saturation should | reimar | 2005-08-25 | 1 | -1/+1 |
* | Fix MEncoder build with shared libavcodec. | diego | 2005-08-17 | 1 | -0/+4 |
* | tremor uses integer types | rathann | 2005-08-06 | 1 | -0/+4 |
* | missing include | rathann | 2005-08-06 | 1 | -0/+1 |
* | Support new static libavcodec (depends on libavutil). | al | 2005-08-01 | 2 | -2/+7 |
* | Needs the previous mpi (pmpi), so request a readable one and request | reimar | 2005-07-31 | 1 | -1/+2 |
* | vBlur reads from dmpi, so request a readable one | reimar | 2005-07-31 | 1 | -1/+1 |
* | when threshold != 0 the dest image must be readable | reimar | 2005-07-31 | 1 | -1/+3 |
* | If scaleh == 1 our destination image must be readable | reimar | 2005-07-28 | 1 | -1/+2 |
* | we do not read from dmpi, so it doesn't have to be readable | reimar | 2005-07-28 | 1 | -1/+1 |
* | deghost_plane also reads from destination, so request readable buffer | reimar | 2005-07-28 | 1 | -1/+2 |
* | lavf demuxer with raw PCM fix (and a related hang) | reimar | 2005-07-28 | 1 | -0/+2 |
* | Fix crash with large images | reimar | 2005-07-28 | 1 | -0/+1 |
* | restrict to YV12 since the default limit does not work well for anything else. | reimar | 2005-07-26 | 1 | -0/+9 |
* | Use a more stable URL. | diego | 2005-07-26 | 1 | -1/+1 |
* | Allow the ffmpeg people to use this code if they want. | reimar | 2005-07-23 | 1 | -0/+2 |
* | guard against double uninit (reportedly can happen on STRG+C) | reimar | 2005-07-22 | 1 | -0/+1 |
* | aspect and round params for vf_dsize. | ods15 | 2005-07-22 | 1 | -3/+43 |
* | Too little memory alloced. | reimar | 2005-07-21 | 1 | -1/+1 |
* | use stored dimensions instead of visible one when (vf_)get_image is called | iive | 2005-07-20 | 4 | -8/+8 |
* | add (no)visualize options | iive | 2005-07-19 | 1 | -0/+4 |
* | 10l: scene change detecion is deactivated with sc_threshold=1000000000 | ranma | 2005-07-17 | 1 | -1/+1 |
* | 10l for me | ranma | 2005-07-17 | 1 | -1/+1 |
* | Support for skip options | reimar | 2005-07-17 | 1 | -0/+36 |
* | memcpy and memmove both copy memory, but when using memcpy the source and des... | gpoirier | 2005-07-15 | 1 | -1/+1 |
* | 1/2 l: last patch lacked the option name, so it wasn't activeable | gpoirier | 2005-07-11 | 1 | -0/+1 |
* | ensure that dr buffers are readable | michael | 2005-07-11 | 3 | -3/+3 |
* | x264 fast first pass, patch by Robert Swain < robert POUM swain AH gmail POUM... | gpoirier | 2005-07-11 | 1 | -20/+40 |
* | #ifdef HAVE_MMX | michael | 2005-07-11 | 1 | -0/+2 |
* | The right name is Musepack, not MPC/MpegPlus. | reimar | 2005-07-10 | 1 | -2/+2 |
* | musepack demuxing and decoding support (demuxing is v7 bitstream only). | reimar | 2005-07-10 | 3 | -0/+186 |
* | 10l to Nico for this copy&paste bug | rathann | 2005-07-10 | 1 | -2/+2 |
* | -af-adv force=1 is now default (and thus also lavcresample) | reimar | 2005-07-10 | 1 | -1/+1 |
* | pp7 filter (spp=6 filter with 7 point dct where only the center sample is use... | michael | 2005-07-09 | 3 | -0/+489 |
* | cosmetics. | ods15 | 2005-07-08 | 1 | -2/+2 |
* | add 'aspect' and 'round' params to vf_expand. | ods15 | 2005-07-07 | 1 | -17/+22 |
* | unneeded | alex | 2005-07-03 | 1 | -5/+0 |
* | restored framerate autodetection based on height | nicodvb | 2005-06-28 | 1 | -1/+1 |
* | FFmpeg theora decoder support | rtognimp | 2005-06-26 | 1 | -1/+2 |
* | make -srate work again, unify audio filter init and preinit. | reimar | 2005-06-24 | 2 | -44/+15 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 2 | -0/+4 |
* | fix illegal read | reimar | 2005-06-20 | 1 | -1/+1 |
* | Add vrc_init_occupancy to lavcopts | ranma | 2005-06-20 | 1 | -0/+5 |
* | Be more patch-friendly | ranma | 2005-06-19 | 1 | -10/+140 |
* | Fix email address | ranma | 2005-06-19 | 1 | -1/+1 |
* | sync to x264 rev264 (lossless) | lorenm | 2005-06-17 | 1 | -1/+1 |
* | sync to x264 rev263 (RDO) | lorenm | 2005-06-15 | 1 | -1/+1 |
* | small change to field-matching metrics which hopefully makes a big | rfelker | 2005-06-14 | 2 | -7/+90 |
* | fixed wrong binary mask: it precluded the syncword of adts-4 from being recog... | nicodvb | 2005-06-12 | 1 | -1/+1 |
* | forgotten reference to remove-logo, 10l for Rich | henry | 2005-06-08 | 1 | -0/+2 |
* | 10l for me | henry | 2005-06-08 | 1 | -2/+2 |
* | remove_logo filter by yartrebo, committed with fixes for c++ variable declara... | rfelker | 2005-06-08 | 2 | -1/+912 |
* | correcting the previous draw_slice fix | henry | 2005-06-07 | 1 | -2/+4 |
* | check for display height when drawing slices | henry | 2005-06-07 | 1 | -2/+2 |