aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Support more qscale types in most post-processing filters.Gravatar reimar2010-01-29
* Add an option to cropdetect to periodically reset the detected area.Gravatar reimar2010-01-26
* Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash...Gravatar reimar2010-01-24
* Reset the parser on seek. Should fix some cases of audio "blips" after seeking.Gravatar reimar2010-01-24
* Move the resync-related code into more consistent places instead of having itGravatar reimar2010-01-24
* Switch -vf halfpack to use only public API of libswscale.Gravatar reimar2010-01-23
* Make the scale filter prefer yuv conversions that do not need chroma scaling.Gravatar reimar2010-01-23
* Remove the query_format_cache, it is extra complexity that makes improvementsGravatar reimar2010-01-23
* Simplify loop conditionGravatar reimar2010-01-23
* Make sure that a qstride of 0 (intentional or not) does not completely breakGravatar reimar2010-01-23
* Remove any auto-inserted lavc filter.Gravatar reimar2010-01-22
* Add a proper header for our strsep implementation so strsep willGravatar reimar2010-01-17
* Reuse the fmt-conversion code instead of duplicating the functionality.Gravatar reimar2010-01-17
* Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.Gravatar reimar2010-01-17
* We only need to disable seeking back in ad_ffmpeg when we actually _use_Gravatar reimar2010-01-15
* 100l, fix typo that caused ad_hwac3 to fail to compile.Gravatar reimar2010-01-12
* Attempt a simple hack to fix -ac hwdtsGravatar reimar2010-01-12
* More changes needed to make ad_hwac3 truly independent from liba52.Gravatar reimar2010-01-11
* Let the format filter do the AC3 endianness conversion instead of duplicatingGravatar reimar2010-01-11
* Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
* Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,Gravatar reimar2010-01-11
* vf crop: do not generate 0-size slices, they are pointless and also confuseGravatar reimar2010-01-08
* Avoid the error message "Unsupported PixelFormat -1" for ffh264 decodingGravatar zuxy2010-01-07
* 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
* 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
* when using -v, print also which lavc codec has been used, notGravatar attila2009-11-28
* 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
* Add a define for IMGFMT_RGB48NE that depends on machine endianness.Gravatar reimar2009-11-21