summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r29962Uoti Urpala2009-11-2311-143/+13
|\
| * Fix initialization values for vf_expand priv struct.reimar2009-11-221-0/+2
| * Remove unused variable.reimar2009-11-221-2/+0
| * Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_...reimar2009-11-221-2/+2
| * Switch ad_ffmpeg to avcodec_decode_audio3reimar2009-11-221-1/+5
| * Remove unused variable.reimar2009-11-221-1/+0
| * Remove unreachable parsing code: for filters that use the option parser,reimar2009-11-217-135/+0
| * Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form...reimar2009-11-211-0/+2
| * Add a define for IMGFMT_RGB48NE that depends on machine endianness.reimar2009-11-211-0/+2
| * Use avcodec_align_dimensions to appropriately align width and height inreimar2009-11-171-5/+2
* | core: Add support for decoder reordering of pts valuesUoti Urpala2009-11-213-7/+54
* | cosmetics: remove some unused variablesUoti Urpala2009-11-171-1/+0
* | Merge svn changes up to r29912Uoti Urpala2009-11-167-12/+2053
|\|
| * Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capablecehoyos2009-11-102-0/+2
| * Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.diego2009-11-101-0/+1
| * Add support for DVB teletext.reimar2009-11-102-0/+27
| * Add support for 8 channel audio.tack2009-11-102-3/+5
| * Properly free the pthread mutex for teletext.reimar2009-11-091-0/+2
| * Allow teletext compilation without pthreadsreimar2009-11-091-0/+11
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-4/+0
| * Factorise vbi_decode().cehoyos2009-11-071-30/+39
| * Separate teletext from tv support.cehoyos2009-11-072-6/+16
| * Only call avcodec_close if the open succeeded before, otherwise avcodec_closereimar2009-11-061-1/+2
| * ad_ffmpeg: Fix channel layout for ffvorbis and ffaactack2009-11-041-8/+1
| * Teletext display does support font scaling via OSD font scaling, removecehoyos2009-10-311-1/+0
| * Replace two more occurences of tvi_vbi with dec_teletext.cehoyos2009-10-311-2/+2
| * Remove incorrect comment.cehoyos2009-10-311-2/+0
| * Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathscehoyos2009-10-292-57/+61
| * Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-292-0/+1987
| * sync to x264-r1296lorenm2009-10-191-1/+1
| * Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.diego2009-10-191-0/+2
* | Merge branch 'vdpau'Uoti Urpala2009-11-166-15/+8
|\ \
| * | Support VDPAU MPEG4 hardware decodingUoti Urpala2009-11-162-0/+2
| * | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvUoti Urpala2009-11-152-0/+6
| * | vf: Remove unused VFCTRL_FLIP_PAGEUoti Urpala2009-10-214-15/+0
* | | av_log callback handling overhaulUoti Urpala2009-10-311-51/+0
* | | build: Support x264 version 78Uoti Urpala2009-10-191-1/+1
|/ /
* | Merge svn changes up to r29752Uoti Urpala2009-10-067-42/+23
|\|
| * Mark some functions that do not need external visibility as static.diego2009-09-302-2/+2
| * Reduce console output verbosity: Move colorspace information to verbose mode.diego2009-09-301-2/+5
| * Change type to avoid void * arithmetic.reimar2009-09-251-1/+1
| * Set codec_type and codec_id in codec context for lavc encoders.reimar2009-09-252-0/+4
| * Make sure avctx->codec_type and codec_id are set, since libavcodecreimar2009-09-232-0/+3
| * Use x264_encoder_delayed_frames instead of the current hack to flush delayedreimar2009-09-231-4/+2
| * sync to x264-r1260 (which changed api)lorenm2009-09-231-33/+8
* | Merge branch 'vdpau' into buildUoti Urpala2009-09-192-11/+6
|\ \
| * | vo_vdpau: Fix memory corruption bug with MP_IMGTYPE_NUMBEREDUoti Urpala2009-09-181-0/+3
| * | core/VO: Allow VO drivers to add/modify framesUoti Urpala2009-09-182-11/+3
* | | vf: Free MP_IMGTYPE_NUMBERED buffers tooUoti Urpala2009-09-181-0/+2
* | | Merge svn changes up to r29684Uoti Urpala2009-09-164-12/+31
|\ \ \ | | |/ | |/|
| * | Add several HAVE_EBX_AVAILABLE conditions where necessaryreimar2009-09-143-2/+10
| * | %lf is not a valid printf format specifier, use just %f instead.reimar2009-09-141-1/+1
| * | Always keep a backup of the expand values from the command-line, so valuesreimar2009-09-101-8/+19
* | | Merge svn changes up to r29644Uoti Urpala2009-09-041-1/+4
|\| | | |/ |/|
| * Reindentreimar2009-08-261-1/+1
| * Retry deciding to get audio parameters several times on errors, this avoidsreimar2009-08-261-0/+3
* | Merge svn changes up to r29544Uoti Urpala2009-08-222-15/+7
|\|
| * Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,tack2009-08-182-15/+7
* | Merge svn changes up to r29532Uoti Urpala2009-08-185-7/+14
|\|
| * 100l, fix compilation again and make codec-cfg.c use the predefined constantsreimar2009-08-121-1/+1
| * 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.reimar2009-08-121-1/+1
| * Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.cehoyos2009-08-113-0/+6
| * Add a giant hack to the x264 encoder module to ensure all delayed frames arereimar2009-08-071-1/+3
| * Replace macro: MAX -> FFMAXben2009-08-061-6/+5
* | Change type names to match upstream libassGrigori Goronzy2009-08-072-9/+9
* | Merge svn changes up to r29455Uoti Urpala2009-07-295-6/+6
|\|
| * Fix stupid, off-by-one, mistakes in assert() expressions.eugeni2009-07-271-1/+1
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-265-6/+6
| * Make sure clip coordinates are inside the screen area.eugeni2009-07-181-0/+4
* | vf_pp: Remove deprecated "hex mode" supportUoti Urpala2009-07-261-32/+0
* | Remove internal libass treeUoti Urpala2009-07-262-6/+7
* | Use own mp_*_taglists code instead of libavformat internalsUoti Urpala2009-07-261-35/+2
* | Disable functionality requiring libswscale internalsUoti Urpala2009-07-261-0/+8
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-265-5/+5
* | Remove unnecessary libavutil/internal.h includesUoti Urpala2009-07-263-11/+0
* | Merge svn changes up to r29417Uoti Urpala2009-07-123-6/+415
|\|
| * 20% faster hqdn3d on x86_64lorenm2009-07-071-6/+6
| * new debanding filterlorenm2009-07-072-0/+409
* | Merge svn changes up to r29412Uoti Urpala2009-07-073-6/+11
|\|
| * replace "g" asm constraint by "erm" since "g" allows 64bit immediates whilegpoirier2009-06-071-2/+2
| * Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctlyreimar2009-06-011-2/+7
| * Initialize local variable, avoids a possible crash due to using anreimar2009-06-011-2/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-13128-1289/+1289
* | Remove trailing whitespace from most filesUoti Urpala2009-07-07127-1308/+1260
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-0/+2
|\|
| * MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it corr...rik2009-05-091-0/+2
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-0734-118/+277
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-0734-119/+119
* | Merge svn changes up to r29277Uoti Urpala2009-05-088-17/+16
|\|
| * Add missing 'void' to parameterless function declarations.diego2009-05-042-10/+10
| * Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.diego2009-04-251-2/+2
| * Remove reference to outdated documentation file.diego2009-04-202-2/+0
| * Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.diego2009-04-201-1/+1
| * follow renaming of pbBufPtr() to put_bits_ptr() by stefanorik2009-04-131-1/+1
| * Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,diego2009-04-121-1/+2
* | vd_ffmpeg.c: Use FFmpeg-mt compatible code for codec delayUoti Urpala2009-04-301-2/+8
* | Merge branch 'ordered_chapters'Uoti Urpala2009-04-081-0/+1
|\ \
| * | vf_ass: Free private data at uninitUoti Urpala2009-03-311-0/+1
* | | Merge svn changes up to r29134Uoti Urpala2009-04-0217-92/+0
|\ \ \ | | |/ | |/|
| * | Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-0218-96/+0
* | | Merge svn changes up to r29117Uoti Urpala2009-04-0118-52/+52
|\| | | |/ |/|
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...reimar2009-03-294-22/+18
| * Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.reimar2009-03-292-6/+4
| * Use x86_reg instead of long in several video filters to fix compilation on Mi...reimar2009-03-274-11/+11
| * Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.cehoyos2009-03-183-5/+4
| * Support FFmpeg codecs that decode to other formats than S16.reimar2009-03-181-1/+10
| * Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)reimar2009-03-151-0/+1
| * cosmetics: Remove file names from file header, it only causes trouble.diego2009-03-154-7/+4
* | Merge svn changes up to r28951Uoti Urpala2009-03-148-2270/+49
|\|
| * Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi...reimar2009-03-132-4/+4
| * Use the same code as in vf_decimate to select diff_MMXreimar2009-03-131-3/+2
| * Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).reimar2009-03-132-2/+2
| * Get rid of nuppelvideo.h and its ugly packed struct and instead write thereimar2009-03-091-18/+17
| * Fix type of zlen, fixes crashes on 64 bit systems.reimar2009-03-091-1/+2
| * Do not calculate the same value twicereimar2009-03-091-1/+1
| * Allocate buffer for lzo compression correctly also for large frame sizes.reimar2009-03-091-4/+4
| * nuv encoder 64 bit fix: avoid using long/sizeof(long)reimar2009-03-091-5/+7
| * Remove internal NuppelVideo decoder, the code in libavcodec can decodereimar2009-03-085-1552/+0
| * Get rid of pointless debugging codereimar2009-03-081-18/+0
| * Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is therereimar2009-03-081-257/+0
| * Remove colourspace-conversion stuff from rtjpeg, we have functions to do thatreimar2009-03-081-384/+0
| * Mark everything not used outside the file as "static"reimar2009-03-081-36/+36
| * Remove functions not used by MPlayer from headerreimar2009-03-081-15/+0
| * Remove useless "extern" in function declarations.reimar2009-03-081-22/+22
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-19/+27
|\|
| * Add some "const" to mpcodecs_vd_driversreimar2009-03-062-2/+2
| * Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawnreimar2009-03-061-1/+4
| * Add another hack to work-around the currently completely inconsistent way inreimar2009-03-031-1/+5
| * 10l, replace a tab that slipped in.reimar2009-03-011-1/+1
| * Create a set_format_params function that sets all the special options neededreimar2009-03-011-19/+23
* | Merge svn changes up to r28712Uoti Urpala2009-02-231-0/+2
|\|
| * Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at thediego2009-02-211-0/+2
* | Merge svn changes up to r28690Uoti Urpala2009-02-212-6/+2
|\|
| * Remove unused and unreachable code hunk that was surrounded by a misspelleddiego2009-02-191-4/+0
| * Return PIX_FMT_NONE if the video system refuses all other formats.iive2009-02-191-2/+2
* | Merge svn changes up to r28655Uoti Urpala2009-02-193-0/+5
|\|
| * Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices forreimar2009-02-182-0/+4
| * Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handlesreimar2009-02-181-0/+1
* | Merge svn changes up to r28641Uoti Urpala2009-02-1828-43/+58
|\|
| * Make it possible for mpcodecs_get_image to return NULL as thereimar2009-02-171-1/+1
| * Print an error and return NULL in vf_get_image if we try to allocatereimar2009-02-171-1/+6
| * Set avctx->opaque already at init instead of decode so it can be used inreimar2009-02-171-1/+1
| *