| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark some functions that do not need external visibility as static. | diego | 2009-09-30 | 2 | -2/+2 |
* | Reduce console output verbosity: Move colorspace information to verbose mode. | diego | 2009-09-30 | 1 | -2/+5 |
* | Change type to avoid void * arithmetic. | reimar | 2009-09-25 | 1 | -1/+1 |
* | Set codec_type and codec_id in codec context for lavc encoders. | reimar | 2009-09-25 | 2 | -0/+4 |
* | Make sure avctx->codec_type and codec_id are set, since libavcodec | reimar | 2009-09-23 | 2 | -0/+3 |
* | Use x264_encoder_delayed_frames instead of the current hack to flush delayed | reimar | 2009-09-23 | 1 | -4/+2 |
* | sync to x264-r1260 (which changed api) | lorenm | 2009-09-23 | 1 | -33/+8 |
* | Add several HAVE_EBX_AVAILABLE conditions where necessary | reimar | 2009-09-14 | 3 | -2/+10 |
* | %lf is not a valid printf format specifier, use just %f instead. | reimar | 2009-09-14 | 1 | -1/+1 |
* | Always keep a backup of the expand values from the command-line, so values | reimar | 2009-09-10 | 1 | -8/+19 |
* | Reindent | reimar | 2009-08-26 | 1 | -1/+1 |
* | Retry deciding to get audio parameters several times on errors, this avoids | reimar | 2009-08-26 | 1 | -0/+3 |
* | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, | tack | 2009-08-18 | 2 | -15/+7 |
* | 100l, fix compilation again and make codec-cfg.c use the predefined constants | reimar | 2009-08-12 | 1 | -1/+1 |
* | 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding. | reimar | 2009-08-12 | 1 | -1/+1 |
* | Add IMGFMT_RGB48LE and IMGFMT_RGB48BE. | cehoyos | 2009-08-11 | 3 | -0/+6 |
* | Add a giant hack to the x264 encoder module to ensure all delayed frames are | reimar | 2009-08-07 | 1 | -1/+3 |
* | Replace macro: MAX -> FFMAX | ben | 2009-08-06 | 1 | -6/+5 |
* | Fix stupid, off-by-one, mistakes in assert() expressions. | eugeni | 2009-07-27 | 1 | -1/+1 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 5 | -6/+6 |
* | Make sure clip coordinates are inside the screen area. | eugeni | 2009-07-18 | 1 | -0/+4 |
* | 20% faster hqdn3d on x86_64 | lorenm | 2009-07-07 | 1 | -6/+6 |
* | new debanding filter | lorenm | 2009-07-07 | 2 | -0/+409 |
* | replace "g" asm constraint by "erm" since "g" allows 64bit immediates while | gpoirier | 2009-06-07 | 1 | -2/+2 |
* | Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly | reimar | 2009-06-01 | 1 | -2/+7 |
* | Initialize local variable, avoids a possible crash due to using an | reimar | 2009-06-01 | 1 | -2/+2 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 128 | -1289/+1289 |
* | MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it corr... | rik | 2009-05-09 | 1 | -0/+2 |
* | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 | 2 | -10/+10 |
* | Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT. | diego | 2009-04-25 | 1 | -2/+2 |
* | Remove reference to outdated documentation file. | diego | 2009-04-20 | 2 | -2/+0 |
* | Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash. | diego | 2009-04-20 | 1 | -1/+1 |
* | follow renaming of pbBufPtr() to put_bits_ptr() by stefano | rik | 2009-04-13 | 1 | -1/+1 |
* | Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3, | diego | 2009-04-12 | 1 | -1/+2 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 | 18 | -96/+0 |
* | Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib... | reimar | 2009-03-29 | 4 | -22/+18 |
* | Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice. | reimar | 2009-03-29 | 2 | -6/+4 |
* | Use x86_reg instead of long in several video filters to fix compilation on Mi... | reimar | 2009-03-27 | 4 | -11/+11 |
* | Allow to use vdpau temporal deinterlacers with hardware accelerated decoding. | cehoyos | 2009-03-18 | 3 | -5/+4 |
* | Support FFmpeg codecs that decode to other formats than S16. | reimar | 2009-03-18 | 1 | -1/+10 |
* | Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le) | reimar | 2009-03-15 | 1 | -0/+1 |
* | cosmetics: Remove file names from file header, it only causes trouble. | diego | 2009-03-15 | 4 | -7/+4 |
* | Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi... | reimar | 2009-03-13 | 2 | -4/+4 |
* | Use the same code as in vf_decimate to select diff_MMX | reimar | 2009-03-13 | 1 | -3/+2 |
* | Add missing ecx clobber in diff_MMX code (yes, that function is duplicated). | reimar | 2009-03-13 | 2 | -2/+2 |
* | Get rid of nuppelvideo.h and its ugly packed struct and instead write the | reimar | 2009-03-09 | 1 | -18/+17 |
* | Fix type of zlen, fixes crashes on 64 bit systems. | reimar | 2009-03-09 | 1 | -1/+2 |
* | Do not calculate the same value twice | reimar | 2009-03-09 | 1 | -1/+1 |
* | Allocate buffer for lzo compression correctly also for large frame sizes. | reimar | 2009-03-09 | 1 | -4/+4 |
* | nuv encoder 64 bit fix: avoid using long/sizeof(long) | reimar | 2009-03-09 | 1 | -5/+7 |
* | Remove internal NuppelVideo decoder, the code in libavcodec can decode | reimar | 2009-03-08 | 5 | -1552/+0 |
* | Get rid of pointless debugging code | reimar | 2009-03-08 | 1 | -18/+0 |
* | Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there | reimar | 2009-03-08 | 1 | -257/+0 |
* | Remove colourspace-conversion stuff from rtjpeg, we have functions to do that | reimar | 2009-03-08 | 1 | -384/+0 |
* | Mark everything not used outside the file as "static" | reimar | 2009-03-08 | 1 | -36/+36 |
* | Remove functions not used by MPlayer from header | reimar | 2009-03-08 | 1 | -15/+0 |
* | Remove useless "extern" in function declarations. | reimar | 2009-03-08 | 1 | -22/+22 |
* | Add some "const" to mpcodecs_vd_drivers | reimar | 2009-03-06 | 2 | -2/+2 |
* | Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn | reimar | 2009-03-06 | 1 | -1/+4 |
* | Add another hack to work-around the currently completely inconsistent way in | reimar | 2009-03-03 | 1 | -1/+5 |
* | 10l, replace a tab that slipped in. | reimar | 2009-03-01 | 1 | -1/+1 |
* | Create a set_format_params function that sets all the special options needed | reimar | 2009-03-01 | 1 | -19/+23 |
* | Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at the | diego | 2009-02-21 | 1 | -0/+2 |
* | Remove unused and unreachable code hunk that was surrounded by a misspelled | diego | 2009-02-19 | 1 | -4/+0 |
* | Return PIX_FMT_NONE if the video system refuses all other formats. | iive | 2009-02-19 | 1 | -2/+2 |
* | Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for | reimar | 2009-02-18 | 2 | -0/+4 |
* | Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles | reimar | 2009-02-18 | 1 | -0/+1 |
* | Make it possible for mpcodecs_get_image to return NULL as the | reimar | 2009-02-17 | 1 | -1/+1 |
* | Print an error and return NULL in vf_get_image if we try to allocate | reimar | 2009-02-17 | 1 | -1/+6 |
* | Set avctx->opaque already at init instead of decode so it can be used in | reimar | 2009-02-17 | 1 | -1/+1 |
* | cosmetics: Remove stray empty lines. | diego | 2009-02-17 | 1 | -2/+0 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 27 | -27/+27 |
* | Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in this | diego | 2009-02-17 | 1 | -1/+0 |
* | Move FFmpeg #includes below all others so that they do not override | diego | 2009-02-17 | 1 | -6/+6 |
* | Fix #endif comment. | cehoyos | 2009-02-16 | 1 | -1/+1 |
* | Add support for VDPAU video out, including hardware decoding. | reimar | 2009-02-16 | 1 | -4/+16 |
* | The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg. | diego | 2009-02-15 | 1 | -2/+2 |
* | Reflect ffmpeg change of xvmc struct field to xvmc_id. | iive | 2009-02-15 | 1 | -2/+2 |
* | The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg. | diego | 2009-02-15 | 1 | -2/+2 |
* | The xmvc structure member magic_id was renamed to unique_id. | diego | 2009-02-15 | 1 | -2/+2 |
* | Remove unnecessary #if around forward declaration. | reimar | 2009-02-15 | 1 | -2/+0 |
* | Restructure get_format so it can easily be extended to handle VDPAU | reimar | 2009-02-15 | 1 | -7/+14 |
* | Reuse the code for the general do_dr1 case to set get_buffer/release_buffer f... | reimar | 2009-02-15 | 1 | -3/+1 |
* | Use PIX_FMT_NONE instead of -1 | reimar | 2009-02-15 | 1 | -1/+1 |
* | Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMC | reimar | 2009-02-15 | 1 | -2/+0 |
* | Extend get_buffer to handle the XvMC case and remove mc_get_buffer | reimar | 2009-02-15 | 1 | -93/+28 |
* | Unset MP_IMGFLAG_IN_USE in release_buffer. | reimar | 2009-02-15 | 1 | -0/+2 |
* | Merge two checks for mpi != NULL | reimar | 2009-02-15 | 1 | -5/+5 |
* | Make the default release_buffer work for XvMC, use it and remove mc_release_b... | reimar | 2009-02-15 | 1 | -33/+14 |
* | Get rid of mc_render_slice and use the generic draw_slice instead. | reimar | 2009-02-15 | 1 | -20/+4 |
* | Reflect the change of xvmc struct name. | iive | 2009-02-15 | 1 | -4/+4 |
* | Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need to | reimar | 2009-02-15 | 1 | -1/+4 |
* | Now xvmc struct uses magic_id field | iive | 2009-02-15 | 1 | -2/+2 |
* | Use fmt-conversion.h in vd_ffmpeg.c | reimar | 2009-02-14 | 1 | -27/+2 |
* | Consistently place whitespace around * ( ) and , | reimar | 2009-02-14 | 1 | -70/+70 |
* | Remove useless break | reimar | 2009-02-14 | 1 | -1/+0 |
* | Indentation and other whitespace fixes | reimar | 2009-02-14 | 1 | -90/+90 |
* | Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg. | diego | 2009-02-14 | 1 | -5/+5 |
* | Replace fprintf call by mp_msg, fixes the warning: | diego | 2009-02-14 | 1 | -1/+2 |
* | Cosmetics: handle all special/compressed formats in a single if in mp_image_s... | reimar | 2009-02-14 | 1 | -15/+4 |
* | Add support for image formats and codecs used by VDPAU | reimar | 2009-02-14 | 3 | -0/+19 |
* | Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that | reimar | 2009-02-14 | 3 | -2/+25 |
* | 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists, | reimar | 2009-02-12 | 1 | -1/+0 |
* | Remove trailing whitespace from vd_ffmpeg. | reimar | 2009-02-12 | 1 | -34/+34 |
* | Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style. | reimar | 2009-02-12 | 1 | -179/+179 |
* | Remove several #ifdefs that check for libavcodec features from vd_ffmpeg. | reimar | 2009-02-12 | 1 | -14/+0 |
* | change internal real video packetizing format to the more straight forward one | aurel | 2009-02-09 | 2 | -35/+13 |
* | Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris. | diego | 2009-02-07 | 2 | -2/+2 |
* | swab() needs _XOPEN_SOURCE to be defined. | reimar | 2009-02-03 | 2 | -0/+2 |
* | Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch. | reimar | 2009-02-03 | 1 | -2/+2 |
* | FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDING | diego | 2009-02-02 | 1 | -2/+2 |
* | Adapt to lzo changes in libavutil | reimar | 2009-02-02 | 1 | -2/+2 |
* | Convert CONFIG_XVMC into a 0/1 definition. | zuxy | 2009-02-02 | 1 | -6/+6 |
* | Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com. | diego | 2009-02-01 | 1 | -0/+5 |
* | Update libavcodec 'aic' flag define to match current FFmpeg. | diego | 2009-01-30 | 1 | -2/+2 |
* | Avoid a division by 0 when using -oac mp3lame but no audio data actually is e... | reimar | 2009-01-28 | 1 | -0/+1 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 | 2 | -4/+4 |
* | Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. | diego | 2009-01-25 | 2 | -0/+10 |
* | Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. | diego | 2009-01-25 | 2 | -0/+7 |
* | revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331 | gpoirier | 2009-01-16 | 4 | -5/+5 |
* | Completely get rid of MMX define, use HAVE_MMX define instead. | gpoirier | 2009-01-16 | 1 | -28/+25 |
* | fix compilation on non x86 machines (PPC here) | gpoirier | 2009-01-16 | 5 | -27/+27 |
* | Another missed #ifdef HAVE_MMX | reimar | 2009-01-16 | 1 | -1/+1 |
* | More #ifdef HAVE_MMX etc. missed by earlier search. | reimar | 2009-01-16 | 2 | -9/+9 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 | 19 | -61/+61 |
* | Fix two more instances of nonstandard license headers. | diego | 2009-01-05 | 1 | -25/+21 |
* | Sync with latest round of xvmc changes in FFmpeg. | diego | 2009-01-02 | 1 | -4/+4 |
* | Avoid unused variable warning. | diego | 2009-01-02 | 1 | -0/+2 |
* | Reorder #includes and #ifdefs to avoid excessive #ifdeffery. | diego | 2009-01-02 | 1 | -10/+5 |
* | Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery. | diego | 2009-01-02 | 1 | -20/+11 |
* | XVID profile array should be const, so it is in rodata | reimar | 2009-01-01 | 1 | -4/+4 |
* | Fix OSD flickering with filters that add frames (tfields, yadif) and | reimar | 2008-12-30 | 1 | -0/+6 |
* | Fix OSD flicker with tfields as well. | reimar | 2008-12-30 | 1 | -3/+3 |
* | Avoid flickering OSD with -vf yadif=1 | reimar | 2008-12-30 | 3 | -1/+10 |
* | Fix imaadpcm extradata with lavc encoder. | reimar | 2008-12-20 | 1 | -2/+2 |
* | xvmc is now a CONFIG_ option in FFmpeg. | diego | 2008-12-15 | 1 | -8/+8 |
* | Replace informal GPL notices by standard GPL headers. | diego | 2008-12-13 | 1 | -3/+21 |
* | license header consistency cosmetics | diego | 2008-12-13 | 1 | -1/+1 |
* | Replace informal GPL notes by standard GPL header. | diego | 2008-12-13 | 1 | -4/+20 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 5 | -23/+23 |
* | Create a separate codecs.conf entry for Tremor and use it if MPlayer is | diego | 2008-11-24 | 1 | -0/+4 |
* | cosmetics: Move up uninit() to avoid a forward declaration. | diego | 2008-11-23 | 1 | -10/+9 |
* | cosmetics: consistent function declarations. | diego | 2008-11-23 | 1 | -4/+7 |
* | cosmetics: Remove tabs and trailing whitespace. | diego | 2008-11-23 | 1 | -69/+69 |
* | Use libavutil FFMIN etc. instead of defining our own variants. | reimar | 2008-11-02 | 1 | -21/+15 |
* | Avoid pointless casting of void* | reimar | 2008-11-02 | 1 | -3/+3 |
* | Fix smartblur filter crash due to missing default scaler choice; | diego | 2008-10-27 | 1 | -1/+1 |
* | vf_palette: Fix compilation after libswscale API changes | uau | 2008-10-25 | 1 | -8/+8 |
* | IWMMXT optimizations were removed from our internal libmpeg2 copy, so now | diego | 2008-10-22 | 1 | -3/+1 |
* | Use av_malloc/av_free for audio-related buffers to avoid crashes due to | reimar | 2008-10-18 | 2 | -11/+5 |
* | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 | 2 | -7/+7 |
* | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 | 20 | -67/+67 |
* | Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used. | diego | 2008-10-16 | 1 | -0/+3 |
* | #include necessary libavcodec header and remove duplicated struct declaration. | diego | 2008-10-14 | 1 | -17/+1 |
* | Remove useless '#undef realloc', realloc is not referenced anywhere near. | diego | 2008-10-14 | 1 | -1/+0 |
* | Remove duplicate extern declaration, fixes the warning: | diego | 2008-10-14 | 1 | -2/+0 |
* | Remove unused variable ncomps. | diego | 2008-10-13 | 1 | -1/+1 |
* | Fix channel order for ffmpeg flac codec. | ulion | 2008-10-09 | 1 | -0/+2 |
* | Remove unnecessary HAVE_AV_CONFIG_H #define. | diego | 2008-10-07 | 2 | -3/+0 |
* | Remove word size check and macro and use __WORDSIZE directly instead. | diego | 2008-10-04 | 1 | -2/+2 |
* | External liba52 support, part 2 of 2. | rathann | 2008-09-15 | 2 | -0/+25 |
* | External liba52 support part 1 of 2. | rathann | 2008-09-15 | 1 | -0/+6 |
* | fix compilation with lavc version > r15270 | gpoirier | |