aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* ad_libdca: fix assert failure on -channels >6Gravatar Uoti Urpala2010-11-02
* options: move audio_output_channels, audio_output_format to structGravatar Uoti Urpala2010-11-02
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* Remove MEncoderGravatar Uoti Urpala2010-11-02
* cosmetics: Remove vim/emacs coding style hints from sourcesGravatar diego2010-11-02
* vf_sab, vf_smartblur: add "const" to match swscale APIGravatar diego2010-11-02
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* cosmetics: reformat vf_ass to K&R styleGravatar Uoti Urpala2010-11-02
* enable vo_mga, vo_xmga, vf_palette, vf_halfpackGravatar Uoti Urpala2010-11-02
* vf_fixpts: Mark vf_info_t declaration constGravatar diego2010-11-02
* cosmetics: remove "_s" prefix from "struct vf_info_s"Gravatar Uoti Urpala2010-11-02
* cosmetics: Remove commented-out mpcodecs_ad_null leftoversGravatar diego2010-11-02
* Add central init_avcodec() to avoid duplicated libavcodec init codeGravatar diego2010-11-02
* vd_ffmpeg: Set avctx->coded_width/coded_height instead of width/heightGravatar reimar2010-11-02
* ad_ffmpeg, vd_ffmpeg: remove pointless castsGravatar diego2010-11-02
* spelling fixesGravatar siretart2010-11-02
* vd_qtvideo: Some indentation fixesGravatar reimar2010-11-02
* vd_qtvideo: generate a ImageDescription if not givenGravatar reimar2010-11-02
* audio: support parameter changes (e.g. channel count) during playbackGravatar reimar2010-11-02
* ad_mpeg123: Enable robust resyncGravatar diego2010-11-02
* Use AV_RL* macros instead of typecasts where appropriateGravatar reimar2010-11-02
* libgsm: Remove libgsm wrapperGravatar reimar2010-11-02
* vd_xanim.c: Give functions proper prototypesGravatar reimar2010-11-02
* vf_geq: Fix function prototypes to match the required type.Gravatar reimar2010-11-02
* cleanup: Add const qualifiers for struct ad_functions pointersGravatar reimar2010-11-02
* ad_faad: fix compilation using external libfaadGravatar attila2010-11-02
* ad_mpg123: add MP3 decoding through libmpg123Gravatar diego2010-11-02
* vd_ffmpeg: add av_unused attribute to swap_palette()Gravatar diego2010-11-02
* vf_ffmpeg: make VP8 decoder work by disabling drGravatar reimar2010-11-02
* ad_faad: Improve LATM recognitionGravatar cehoyos2010-11-02
* cleanup: #include loader/wine/winbase.h instead of local declarationsGravatar diego2010-11-02
* vf_rgb2bgr: remove the filterGravatar siretart2010-11-02
* vd_ffmpeg: Minor code simplification.Gravatar reimar2010-10-27
* vd_ffmpeg: fix aspect ratio problems with recent FFmpegGravatar Uoti Urpala2010-10-16
* vd_ffmpeg: fix calloc/av_free mixupGravatar Uoti Urpala2010-10-16
* Merge svn changes up to r31332Gravatar Uoti Urpala2010-06-05
|\
* \ Merge svn changes r31318 to r31328Gravatar Uoti Urpala2010-06-05
|\ \
| | * Extend -vf format to allow substituting the format for a compatible oneGravatar reimar2010-06-05
| | * Fix -vf format and -vf noformat to work with slices.Gravatar reimar2010-06-05
| |/
| * Fix compilation after FFmpeg r23485.Gravatar cehoyos2010-06-05
| * Limit buffered PTS only when we actually got a frame from the decoder.Gravatar reimar2010-06-03
| * ass_set_aspect_ratio() takes three arguments since 0x00907010.Gravatar cehoyos2010-06-02
* | Merge svn changes up to r31303Gravatar Uoti Urpala2010-06-02
|\|
* | ad_ffmpeg: set lavc drc_scale parameter according to opts->drc_levelGravatar Uoti Urpala2010-06-02
* | options: move -a52drc to option structGravatar Uoti Urpala2010-06-02
* | Merge svn changes up to r31265Gravatar Uoti Urpala2010-06-02
|\ \
| | * avoid using swscale internals by copying in palette8torbg16 and its bgr variantGravatar siretart2010-06-01
| | * deprecate palette8topacked32 in favor of public API functions sws_convertPale...Gravatar siretart2010-06-01
| | * Fix compilation after FFmpeg r23402.Gravatar cehoyos2010-06-01
| | * remove palette8torgb15 and palette8tobgr15Gravatar siretart2010-06-01