aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Allows up to 8 bytes of extradata for cmsg24Gravatar rtogni2006-10-10
* reinit codec chain when aspect ratio and/or resolution changeGravatar nicodvb2006-10-08
* print bits/s, not bytes/sGravatar ivo2006-10-06
* workaround redefinition of object_type as prev(object_type)+1Gravatar nicodvb2006-10-05
* Remove the x264 option parser, and pass the options on to libx264 as a string...Gravatar lorenm2006-10-05
* make PSNR printing more consistent with other encodersGravatar corey2006-10-03
* Simplify and optimize bitmap blending.Gravatar eugeni2006-10-02
* Compile fix for odd versions of binutils, namely the ones in Fedora.Gravatar gpoirier2006-10-01
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
* in case of errors after decoding quit the main decoding Gravatar nicodvb2006-09-27
* Cosmetics and comments.Gravatar rik2006-09-23
* Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>Gravatar rik2006-09-23
* verbosity--;Gravatar diego2006-09-23
* Add forgotten emms which caused weird bugs like nan pts values.Gravatar reimar2006-09-23
* Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn'tGravatar reimar2006-09-22
* Replace preprocessor hacks to work around compilers not supporting namedGravatar diego2006-09-18
* Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()Gravatar lucabe2006-09-17
* conditional declerations are unnecessaryGravatar ods152006-09-17
* Add repeated screenshot mode to vf_screenshot.Gravatar eugeni2006-09-15
* mmx implementation of yadif. 3.5x faster.Gravatar lorenm2006-09-14
* cosmetics (indentation)Gravatar lorenm2006-09-14
* cosmeticsGravatar lorenm2006-09-14
* Add noglobal counterpart to the global flag.Gravatar diego2006-09-01
* Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>Gravatar rik2006-09-01
* The FSF changed postal address.Gravatar diego2006-09-01
* fix build failure when ASS is disabledGravatar aurel2006-08-28
* "global header" support, this is pretty much just copy and pasted code from Gravatar michael2006-08-28
* Add EOSD support to vf_vo.Gravatar eugeni2006-08-28
* segfault fixGravatar michael2006-08-28
* Add -(no)ass-use-margins option.Gravatar eugeni2006-08-28
* Zero fill ass_settings_t before use.Gravatar eugeni2006-08-27
* Add VFCTRL_DRAW_EOSD.Gravatar eugeni2006-08-24
* A value of 2 is valid for noup, tooGravatar reimar2006-08-24
* Simplify vf_ass initialization.Gravatar eugeni2006-08-24
* Get rid of useless vf->priv castsGravatar reimar2006-08-20
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* display correct audio bitrate, samplerate and number of channels onceGravatar ivo2006-08-15
* display corrected aspect ratio for mplayer -identifyGravatar ivo2006-08-15
* Set encoder's input format to "native endiannes", instead of little endian.Gravatar gpoirier2006-08-15
* Remove empty function that isn't used anywhere (and never has been??).Gravatar uau2006-08-14
* Fix buffer size sanity check to match what is actually required.Gravatar uau2006-08-14
* Change pcm decode_audio to return data based on minlen instead of maxlenGravatar uau2006-08-13
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Gravatar diego2006-08-13
* pass average bitrate from encoder to (lavf) muxerGravatar michael2006-08-10
* cosmetics: Rename some variables for consistency.Gravatar diego2006-08-07
* "[ass] init" message looks better when it starts with the capital letter 'I'.Gravatar eugeni2006-08-06
* fix a/v sync issues when using ad_hwmpaGravatar ben2006-08-01
* Fix SVQ3 extradata handling so it works correctly with demux_lavfGravatar pacman2006-07-31
* Fix bogus pointer addition in the extraction of extradata fromGravatar pacman2006-07-31
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31