aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* 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
* Move extern int audio_output_channels; to ad_internal.hGravatar reimar2007-07-30
* Indicate desired number of output channels to ffmpeg audio decoder.Gravatar reimar2007-07-30
* Avoid void * arithmeticGravatar reimar2007-07-30
* Use goto instead of useless recursion that might fill up the stackGravatar reimar2007-07-30
* Do not use a return value for a void functionGravatar reimar2007-07-30
* Compilation fix workaround for dca.h conflict (it exists in libavcodec Gravatar rtogni2007-07-23
* DTS decoding via libdcaGravatar rtogni2007-07-22
* Put a compilation fix bandaid in place for the png.h issue.Gravatar diego2007-07-17
* Print the number of the Unknow color format,Gravatar iive2007-07-11
* remove unused variablesGravatar lorenm2007-07-11
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Get rid of my_memcpy_pic code duplication in many filters.Gravatar reimar2007-06-28
* config.h must be included before other headersGravatar reimar2007-06-24
* Make sure we always have a swab() prototype when we use it,Gravatar reimar2007-06-24
* Remove unused (static) function prototype.Gravatar reimar2007-06-24
* Move variable into the block where it actually usedGravatar reimar2007-06-24