aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* 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
* There is a reference to a file COPYRIGHT that we do not include, so pasteGravatar diego2006-07-30
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsGravatar michael2006-07-24
* in some cases, vf_bmovl produces junk due to source andGravatar gpoirier2006-07-23
* -vf pp7 overblurs still parts of the image, whichGravatar gpoirier2006-07-23
* in decode_audio() memset(0) unused memory in buf before returningGravatar nicodvb2006-07-23
* don't do the work of mp_get_mp3_header() and, as a side effect, prevent a dea...Gravatar nicodvb2006-07-23
* the value returned by decode_audio() must be the amount of _decoded_ bytes (...Gravatar nicodvb2006-07-22
* moved mpeg_packetizer helpers to libmpdemuxGravatar ben2006-07-19
* new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d...Gravatar ben2006-07-19
* Quit on eof, was broken by r17150Gravatar rtogni2006-07-19
* old 10l: do not try to compile mmx code if we do not have mmxGravatar rfelker2006-07-19