aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* 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
| | * Forgotten part of previous commit (extern declaration of drc_level).Gravatar reimar2010-05-30
| | * Use the -a52drc option also for the libavcodec decoder.Gravatar reimar2010-05-30
| |/
* | Merge svn changes up to r31256Gravatar Uoti Urpala2010-05-30
|\ \
* \ \ Merge svn changes up to r31211Gravatar Uoti Urpala2010-05-30
|\ \ \
* \ \ \ Merge svn change r31191Gravatar Uoti Urpala2010-05-30
|\ \ \ \
* \ \ \ \ Merge svn changes up to r31189Gravatar Uoti Urpala2010-05-30
|\ \ \ \ \
* \ \ \ \ \ Merge svn changes up to r31176Gravatar Uoti Urpala2010-05-30
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge svn changes up to r31169Gravatar Uoti Urpala2010-05-30
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge svn changes up to r31145Gravatar Uoti Urpala2010-05-30
|\ \ \ \ \ \ \ \
* | | | | | | | | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
| | | | | | | | * cosmetics: Remove some commented-out #includes, fix a comment grammar error.Gravatar diego2010-05-29
| | | | | | | | * Directly mark jpeg_buf_src() as void instead of using some indirection marcro.Gravatar diego2010-05-29
| | | | | | | |/
| | | | | | | * Use MSGT_DECVIDEO in a video decoder.Gravatar cehoyos2010-05-28
| | | | | | | * cosmetics: Drop pointless _s suffix from 'struct ad_functions'.Gravatar diego2010-05-27
| | | | | | | * cosmetics: Drop pointless _s suffix from 'struct mp_image'.Gravatar diego2010-05-27
| | | | | | | * cosmetics: Drop _s suffix from 'struct vd_functions'.Gravatar diego2010-05-27
| | | | | | | * cosmetics: K&R coding styleGravatar diego2010-05-27
| | | | | | | * cosmetics: K&R coding styleGravatar diego2010-05-27
| | | | | | | * whitespace cosmeticsGravatar diego2010-05-25
| | | | | | |/
| | | | | | * Avoid decoding of 0-size packets. This also fixes that the main loop believesGravatar reimar2010-05-23