aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* 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
* Remove pointless #ifdef HAVE_XVMC within get_format(), all of the functionGravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* cosmetics: Add some explanatory comments to #endif directives.Gravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* Add code to clear left and right borders not only top and bottom.Gravatar reimar2007-08-28
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wfGravatar reimar2007-08-27
* warning fix:Gravatar diego2007-08-25
* Remove redundant variable declaration.Gravatar diego2007-08-25
* Remove redundant variable declaration.Gravatar diego2007-08-25
* Remove redundant variable declaration.Gravatar diego2007-08-25
* Fix some unused variable warnings.Gravatar diego2007-08-25
* Fix unused variable warning.Gravatar diego2007-08-25
* Fix unused variable warning.Gravatar diego2007-08-24
* Remove unused variable.Gravatar diego2007-08-24
* Use new request_channelsGravatar reimar2007-08-23
* Runtime-patching for windows to fix crash with drv43260.dll Gravatar reimar2007-08-20
* printf in mp_image.h was changed to fprintf in r17972.Gravatar cehoyos2007-08-08
* make x264 work again after the h264-libx264 renamingGravatar michael2007-08-07
* Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.Gravatar cehoyos2007-08-04
* Revert setting audio output channel count for FFmpegGravatar uau2007-08-02
* Set lavc_context->channels before opening the codec, it is sufficient toGravatar reimar2007-08-01
* allow to specify the audio bitrate in bits (some codecs need that ...)Gravatar michael2007-07-31
* make timestamps out of hot airGravatar michael2007-07-31
* make a few more parameters accessable from mplayerGravatar michael2007-07-31