aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Remove a check+abort, this case should never happen anyway, and if it doesGravatar reimar2007-11-03
* Simplify init_audio_filters() argumentsGravatar uau2007-11-01
* audio: simplify buffer allocation codeGravatar uau2007-11-01
* Change decode_audio() interfaceGravatar uau2007-11-01
* Replace hopefully unreachable code with abort()Gravatar uau2007-11-01
* dec_audio.c: Make some functions staticGravatar uau2007-11-01
* Simplify audio buffer allocation logicGravatar uau2007-11-01
* Reindent dec_audio.cGravatar uau2007-11-01
* Comment out uninit function, its use is commented out. Fixes warning:Gravatar diego2007-10-30
* Remove commented-out and unused fmt_list array.Gravatar diego2007-10-30
* Remove unused fmt_list array, fixes the warnings:Gravatar diego2007-10-30
* Remove unused functions, fixes the warnings:Gravatar diego2007-10-30
* Change the frame format passed to lavc realvideo decoders to adapt for Gravatar rtogni2007-10-28
* fix warning:Gravatar diego2007-10-22
* Check ICDecompressGetFormatSize to avoid crashes.Gravatar reimar2007-10-21
* reminder that this filter has broken global varsGravatar rfelker2007-10-19
* Remove unused static function get_image().Gravatar zuxy2007-10-17
* Add Coinitialize function to vfw encoder and win32 loader.Gravatar compn2007-10-17
* Reorder #includes to get rid of the FIXMEGravatar zuxy2007-10-12
* Remove unnecessary #include <malloc.h>Gravatar zuxy2007-10-12
* Silence a gcc warning: "wrong type argument to increment".Gravatar zuxy2007-10-11
* Make vf_screenshot use the libavcodec PNG encoderGravatar reimar2007-10-09
* Fix output channle orderingGravatar rtogni2007-10-07
* TypoGravatar rtogni2007-10-06
* change double arrays to float (this should be accurate enough)Gravatar michael2007-10-04
* fix infinite loopGravatar michael2007-10-04
* overcomplete wavelet denoiserGravatar michael2007-10-03
* Disable direct rendering for ROQ video, the buffer management used by Gravatar rtogni2007-09-30
* Define profiles_t as const to fix a warning. Prevent profiles[] from been exp...Gravatar iive2007-09-28
* Disable unused query_format functions for now until they areGravatar diego2007-09-26
* Disable buggy unused function via #if 0, blessed by Rich.Gravatar diego2007-09-26
* Remove unused crappy hash_pic function, blessed by Rich.Gravatar diego2007-09-26
* MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turnsGravatar diego2007-09-18
* Replace stdint.h #include by functionally equivalent inttypes.h.Gravatar diego2007-09-18
* Make vd_ffmpeg work with lavf demuxer also for RealVideo.Gravatar reimar2007-09-16
* Copy AC-3 bsmod field into IEC data-type field as required by the specsGravatar reimar2007-09-15
* Handle swab when input length is odd (treat it as if there was an additionalGravatar reimar2007-09-15
* Fix off-by-one error if fsize is odd (does handling that case even make sense?)Gravatar reimar2007-09-14
* Mark DTS tables as constGravatar reimar2007-09-14
* Fix 10l typo in syncwordGravatar reimar2007-09-14
* Improved comments, based on patches by Ulion [ulion2002 gmail com]Gravatar reimar2007-09-14
* Simplify and fix big-endian hwac3 header generation code.Gravatar reimar2007-09-14
* Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGRGravatar reimar2007-09-13
* warning fix:Gravatar diego2007-09-09
* warning fix:Gravatar diego2007-09-09
* Add a check for c->head being NULL in pullup_free_context().Gravatar gpoirier2007-09-08
* Support lowdelay flagGravatar reimar2007-09-06
* warnig fix (blessed by Rich):Gravatar diego2007-09-04
* added .stream_aspect to st_video_t: if non-zero and if not specified otherwiseGravatar nicodvb2007-09-01
* Remove imported rational calculation code and use the original one from avutil.Gravatar iive2007-09-01