aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Merge svn changes up to r30195Gravatar Uoti Urpala2010-01-08
|\
* \ Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\ \
* \ \ Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\ \ \
| | | * Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).Gravatar reimar2010-01-03
| | |/
| | * Add missing avcodec_close to vf_screenshot.Gravatar reimar2010-01-03
| |/
| * One more fix for -vf scale with alpha.Gravatar reimar2010-01-01
| * Also pass alpha plane to swscale, avoids crashes when converting betweenGravatar reimar2010-01-01
| * Add support for YUV format with alpha and fix the codecs.conf entry for vp6aGravatar reimar2009-12-31
| * Also pass the 4th plane for planar formats on to libavcodec.Gravatar reimar2009-12-31
| * Try to put the list of output formats for vf_scale in a more sensibleGravatar reimar2009-12-31
| * Deduplicate the mp_image planes allocation code.Gravatar reimar2009-12-31
| * Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
| * Support 440P in scale filter.Gravatar reimar2009-12-30
| * Add support for 440p colorspace.Gravatar reimar2009-12-30
| * Add a helper function to get the chroma scale shift and use to simplify mpi s...Gravatar reimar2009-12-30
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
* | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST)Gravatar Uoti Urpala2009-12-29
* | cosmetics: Revert old dec_audio.c code uglificationGravatar Uoti Urpala2009-12-28
| * Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
| * Support mp_image with allocated palette.Gravatar reimar2009-12-26
| * Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightlyGravatar reimar2009-12-26
| * Restore the old value of planes[1] in vf_palette at the end to ensureGravatar reimar2009-12-26
| * Some ugly hacks to make compiling against a newer external version of libass ...Gravatar reimar2009-12-24
| * Remove more direct includes of libass/ass.hGravatar reimar2009-12-24
* | vf: Fix filter enabling logic for vf_uspp and vfs using lavc internalsGravatar Uoti Urpala2009-12-07
* | vf_vo: Use vo_seek_reset() instead of vo_control()Gravatar Uoti Urpala2009-12-02
* | Merge svn changes up to r29971Gravatar Uoti Urpala2009-11-29
|\|
| * when using -v, print also which lavc codec has been used, notGravatar attila2009-11-28
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Fix initialization values for vf_expand priv struct.Gravatar reimar2009-11-22
| * Remove unused variable.Gravatar reimar2009-11-22
| * Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_...Gravatar reimar2009-11-22
| * Switch ad_ffmpeg to avcodec_decode_audio3Gravatar reimar2009-11-22
| * Remove unused variable.Gravatar reimar2009-11-22
| * Remove unreachable parsing code: for filters that use the option parser,Gravatar reimar2009-11-21
| * Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form...Gravatar reimar2009-11-21
* | core: Add support for decoder reordering of pts valuesGravatar Uoti Urpala2009-11-21
| * Add a define for IMGFMT_RGB48NE that depends on machine endianness.Gravatar reimar2009-11-21
| * Use avcodec_align_dimensions to appropriately align width and height inGravatar reimar2009-11-17
* | cosmetics: remove some unused variablesGravatar Uoti Urpala2009-11-17
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
* | Merge branch 'vdpau'Gravatar Uoti Urpala2009-11-16
|\ \
| * | Support VDPAU MPEG4 hardware decodingGravatar Uoti Urpala2009-11-16
| * | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvGravatar Uoti Urpala2009-11-15
| | * Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableGravatar cehoyos2009-11-10
| | * Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.Gravatar diego2009-11-10
| | * Add support for DVB teletext.Gravatar reimar2009-11-10
| | * Add support for 8 channel audio.Gravatar tack2009-11-10
| | * Properly free the pthread mutex for teletext.Gravatar reimar2009-11-09
| | * Allow teletext compilation without pthreadsGravatar reimar2009-11-09