summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30463Uoti Urpala2010-03-09139-69/+2480
|\
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-30135-64/+2461
| * Remove confusing comment.diego2010-01-301-2/+0
| * Support more qscale types in most post-processing filters.reimar2010-01-295-4/+19
* | translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-071-5/+6
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-072-2/+2
* | ad_faad: move message "input bitrate missing" to MSGL_VUoti Urpala2010-01-311-1/+1
* | Merge svn changes up to r30437Uoti Urpala2010-01-283-4/+19
|\|
| * Add an option to cropdetect to periodically reset the detected area.reimar2010-01-261-4/+16
| * Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash...reimar2010-01-241-0/+2
| * Reset the parser on seek. Should fix some cases of audio "blips" after seeking.reimar2010-01-241-0/+1
| * Move the resync-related code into more consistent places instead of having itreimar2010-01-242-0/+6
* | Merge svn changes up to r30419Uoti Urpala2010-01-255-22/+88
|\|
| * Switch -vf halfpack to use only public API of libswscale.reimar2010-01-231-4/+20
| * Make the scale filter prefer yuv conversions that do not need chroma scaling.reimar2010-01-231-7/+41
| * Remove the query_format_cache, it is extra complexity that makes improvementsreimar2010-01-231-6/+1
| * Simplify loop conditionreimar2010-01-231-1/+1
| * Make sure that a qstride of 0 (intentional or not) does not completely breakreimar2010-01-232-5/+17
| * Remove any auto-inserted lavc filter.reimar2010-01-221-2/+9
* | Merge svn changes up to r30375Uoti Urpala2010-01-252-24/+21
|\|
| * Add a proper header for our strsep implementation so strsep willreimar2010-01-171-0/+1
| * Reuse the fmt-conversion code instead of duplicating the functionality.reimar2010-01-171-24/+4
| * Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.reimar2010-01-171-0/+16
* | Merge svn changes up to r30322Uoti Urpala2010-01-251-1/+1
|\|
| * We only need to disable seeking back in ad_ffmpeg when we actually _use_reimar2010-01-151-1/+1
* | Merge svn changes up to r30301Uoti Urpala2010-01-252-39/+51
|\|
| * 100l, fix typo that caused ad_hwac3 to fail to compile.reimar2010-01-121-1/+1
| * Attempt a simple hack to fix -ac hwdtsreimar2010-01-121-0/+3
| * More changes needed to make ad_hwac3 truly independent from liba52.reimar2010-01-112-7/+1
| * Let the format filter do the AC3 endianness conversion instead of duplicatingreimar2010-01-111-16/+7
| * Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-111-1/+1
| * Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,reimar2010-01-111-16/+40
* | Merge svn changes up to r30250Uoti Urpala2010-01-251-1/+1
|\|
| * vf crop: do not generate 0-size slices, they are pointless and also confusereimar2010-01-081-1/+1
* | vd_ffmpeg: fix compilation with neither VDPAU nor XvMC enabledUoti Urpala2010-01-211-2/+0
* | vd_ffmpeg: FFmpeg-mt changed has_b_frames API, updateUoti Urpala2010-01-201-1/+2
* | vd_ffmpeg: move redundant info messages to MSGL_V levelUoti Urpala2010-01-201-2/+7
* | vd_ffmpeg: disable callbacks for threaded decodingUoti Urpala2010-01-201-38/+20
* | Avoid misleading error "ASS: cannot add video filter"Uoti Urpala2010-01-163-5/+29
* | Merge svn changes up to r30236Uoti Urpala2010-01-081-0/+2
|\|
| * Avoid the error message "Unsupported PixelFormat -1" for ffh264 decodingzuxy2010-01-071-0/+2
* | Merge svn changes up to r30195Uoti Urpala2010-01-082-5/+5
|\|
| * Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).reimar2010-01-032-5/+5
* | Merge svn changes up to r30185Uoti Urpala2010-01-081-0/+1
|\|
| * Add missing avcodec_close to vf_screenshot.reimar2010-01-031-0/+1
* | Merge svn changes up to r30165Uoti Urpala2010-01-087-99/+173
|\|
| * One more fix for -vf scale with alpha.reimar2010-01-011-1/+1
| * Also pass alpha plane to swscale, avoids crashes when converting betweenreimar2010-01-011-4/+4
| * Add support for YUV format with alpha and fix the codecs.conf entry for vp6areimar2009-12-315-3/+17
| * Also pass the 4th plane for planar formats on to libavcodec.reimar2009-12-311-0/+4
| * Try to put the list of output formats for vf_scale in a more sensiblereimar2009-12-311-6/+6
| * Deduplicate the mp_image planes allocation code.reimar2009-12-312-63/+35
| * Add support for 16-bit per component YUV formats.reimar2009-12-316-14/+73
| * Support 440P in scale filter.reimar2009-12-301-0/+2
| * Add support for 440p colorspace.reimar2009-12-303-0/+6
| * Add a helper function to get the chroma scale shift and use to simplify mpi s...reimar2009-12-303-33/+50
* | Merge svn changes up to r30136Uoti Urpala2009-12-306-10/+28
|\|
| * Add support for parsing audio streams (though should be easy to extend to video)reimar2009-12-271-2/+13
| * Support mp_image with allocated palette.reimar2009-12-263-7/+13
| * Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightlyreimar2009-12-261-1/+0
| * Restore the old value of planes[1] in vf_palette at the end to ensurereimar2009-12-261-0/+2
| * Some ugly hacks to make compiling against a newer external version of libass ...reimar2009-12-242-0/+8
| * Remove more direct includes of libass/ass.hreimar2009-12-242-2/+0
* | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST)Uoti Urpala2009-12-291-2/+4
* | cosmetics: Revert old dec_audio.c code uglificationUoti Urpala2009-12-281-12/+11
* | vf: Fix filter enabling logic for vf_uspp and vfs using lavc internalsUoti Urpala2009-12-071-2/+2
* | vf_vo: Use vo_seek_reset() instead of vo_control()Uoti Urpala2009-12-021-1/+1
* | Merge svn changes up to r29971Uoti Urpala2009-11-291-1/+1
|\|
| * when using -v, print also which lavc codec has been used, notattila2009-11-281-1/+1
* | 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/