| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace preprocessor hacks to work around compilers not supporting named | diego | 2006-09-18 | 1 | -6/+2 |
* | Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext() | lucabe | 2006-09-17 | 3 | -7/+17 |
* | conditional declerations are unnecessary | ods15 | 2006-09-17 | 1 | -6/+0 |
* | Add repeated screenshot mode to vf_screenshot. | eugeni | 2006-09-15 | 1 | -2/+19 |
* | mmx implementation of yadif. 3.5x faster. | lorenm | 2006-09-14 | 1 | -1/+228 |
* | cosmetics (indentation) | lorenm | 2006-09-14 | 1 | -36/+36 |
* | cosmetics | lorenm | 2006-09-14 | 1 | -20/+34 |
* | Add noglobal counterpart to the global flag. | diego | 2006-09-01 | 1 | -0/+1 |
* | Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se> | rik | 2006-09-01 | 1 | -0/+2 |
* | The FSF changed postal address. | diego | 2006-09-01 | 4 | -5/+5 |
* | fix build failure when ASS is disabled | aurel | 2006-08-28 | 1 | -0/+2 |
* | "global header" support, this is pretty much just copy and pasted code from | michael | 2006-08-28 | 1 | -0/+36 |
* | Add EOSD support to vf_vo. | eugeni | 2006-08-28 | 1 | -4/+73 |
* | segfault fix | michael | 2006-08-28 | 1 | -1/+3 |
* | Add -(no)ass-use-margins option. | eugeni | 2006-08-28 | 1 | -0/+1 |
* | Zero fill ass_settings_t before use. | eugeni | 2006-08-27 | 1 | -0/+1 |
* | Add VFCTRL_DRAW_EOSD. | eugeni | 2006-08-24 | 3 | -3/+13 |
* | A value of 2 is valid for noup, too | reimar | 2006-08-24 | 1 | -1/+1 |
* | Simplify vf_ass initialization. | eugeni | 2006-08-24 | 1 | -6/+1 |
* | Get rid of useless vf->priv casts | reimar | 2006-08-20 | 1 | -3/+3 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -2/+2 |
* | display correct audio bitrate, samplerate and number of channels once | ivo | 2006-08-15 | 1 | -0/+3 |
* | display corrected aspect ratio for mplayer -identify | ivo | 2006-08-15 | 1 | -0/+1 |
* | Set encoder's input format to "native endiannes", instead of little endian. | gpoirier | 2006-08-15 | 1 | -1/+1 |
* | Remove empty function that isn't used anywhere (and never has been??). | uau | 2006-08-14 | 1 | -4/+0 |
* | Fix buffer size sanity check to match what is actually required. | uau | 2006-08-14 | 1 | -1/+6 |
* | Change pcm decode_audio to return data based on minlen instead of maxlen | uau | 2006-08-13 | 1 | -1/+5 |
* | Replace asmalign.h hack by ASMALIGN cpp macros from config.h. | diego | 2006-08-13 | 9 | -24/+15 |
* | pass average bitrate from encoder to (lavf) muxer | michael | 2006-08-10 | 2 | -1/+2 |
* | cosmetics: Rename some variables for consistency. | diego | 2006-08-07 | 1 | -1/+1 |
* | "[ass] init" message looks better when it starts with the capital letter 'I'. | eugeni | 2006-08-06 | 1 | -2/+2 |
* | fix a/v sync issues when using ad_hwmpa | ben | 2006-08-01 | 1 | -0/+3 |
* | Fix SVQ3 extradata handling so it works correctly with demux_lavf | pacman | 2006-07-31 | 1 | -8/+12 |
* | Fix bogus pointer addition in the extraction of extradata from | pacman | 2006-07-31 | 1 | -2/+1 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -0/+1 |
* | There is a reference to a file COPYRIGHT that we do not include, so paste | diego | 2006-07-30 | 1 | -0/+16 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -2/+0 |
* | vertical scaler with accurate rounding, some people on doom9 can see +-1 errors | michael | 2006-07-24 | 1 | -0/+4 |
* | in some cases, vf_bmovl produces junk due to source and | gpoirier | 2006-07-23 | 1 | -3/+3 |
* | -vf pp7 overblurs still parts of the image, which | gpoirier | 2006-07-23 | 1 | -1/+2 |
* | in decode_audio() memset(0) unused memory in buf before returning | nicodvb | 2006-07-23 | 1 | -1/+2 |
* | don't do the work of mp_get_mp3_header() and, as a side effect, prevent a dea... | nicodvb | 2006-07-23 | 1 | -2/+0 |
* | the value returned by decode_audio() must be the amount of _decoded_ bytes (... | nicodvb | 2006-07-22 | 1 | -5/+7 |
* | moved mpeg_packetizer helpers to libmpdemux | ben | 2006-07-19 | 3 | -327/+0 |
* | new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d... | ben | 2006-07-19 | 3 | -0/+327 |
* | Quit on eof, was broken by r17150 | rtogni | 2006-07-19 | 1 | -0/+2 |
* | old 10l: do not try to compile mmx code if we do not have mmx | rfelker | 2006-07-19 | 1 | -1/+1 |
* | sync to x264 r537 (api change) | lorenm | 2006-07-18 | 1 | -1/+4 |
* | prevent buffer underflow; the code is still incorrect and leads to desync but... | nicodvb | 2006-07-16 | 1 | -10/+19 |
* | marks several read-only string parameters and function return-values which ca... | reynaldo | 2006-07-16 | 2 | -2/+2 |
* | marks several read-only string parameters which aren't modified inside the ca... | reynaldo | 2006-07-15 | 2 | -2/+2 |
* | print frame type and keep track of last encountered keyframe | ivo | 2006-07-15 | 1 | -3/+10 |
* | new black frame detection filter | ivo | 2006-07-15 | 3 | -0/+144 |
* | Remove support for obsolete and non-free divx4/odivx libraries. | diego | 2006-07-14 | 6 | -1132/+0 |
* | Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle. | diego | 2006-07-13 | 3 | -287/+5 |
* | marks several function without a prototype which arent used outside its sourc... | reynaldo | 2006-07-13 | 1 | -11/+10 |
* | drops casts from void * on malloc/calloc, leftover on libmpcodecs | reynaldo | 2006-07-13 | 1 | -3/+3 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+0 |
* | c++ decls, 100000000000l to whoever broke my code like this.. | rfelker | 2006-07-10 | 1 | -5/+4 |
* | Marks several string parameters as const when they are not modified in the fu... | reynaldo | 2006-07-09 | 3 | -6/+6 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 | 8 | -16/+1 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 | 1 | -1/+1 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 5 | -0/+446 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 | 9 | -17/+166 |
* | 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 | <