| Commit message (Expand) | Author | Age |
* | Add noglobal counterpart to the global flag. | diego | 2006-09-01 |
* | Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se> | rik | 2006-09-01 |
* | The FSF changed postal address. | diego | 2006-09-01 |
* | fix build failure when ASS is disabled | aurel | 2006-08-28 |
* | "global header" support, this is pretty much just copy and pasted code from | michael | 2006-08-28 |
* | Add EOSD support to vf_vo. | eugeni | 2006-08-28 |
* | segfault fix | michael | 2006-08-28 |
* | Add -(no)ass-use-margins option. | eugeni | 2006-08-28 |
* | Zero fill ass_settings_t before use. | eugeni | 2006-08-27 |
* | Add VFCTRL_DRAW_EOSD. | eugeni | 2006-08-24 |
* | A value of 2 is valid for noup, too | reimar | 2006-08-24 |
* | Simplify vf_ass initialization. | eugeni | 2006-08-24 |
* | Get rid of useless vf->priv casts | reimar | 2006-08-20 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 |
* | display correct audio bitrate, samplerate and number of channels once | ivo | 2006-08-15 |
* | display corrected aspect ratio for mplayer -identify | ivo | 2006-08-15 |
* | Set encoder's input format to "native endiannes", instead of little endian. | gpoirier | 2006-08-15 |
* | Remove empty function that isn't used anywhere (and never has been??). | uau | 2006-08-14 |
* | Fix buffer size sanity check to match what is actually required. | uau | 2006-08-14 |
* | Change pcm decode_audio to return data based on minlen instead of maxlen | uau | 2006-08-13 |
* | Replace asmalign.h hack by ASMALIGN cpp macros from config.h. | diego | 2006-08-13 |
* | pass average bitrate from encoder to (lavf) muxer | michael | 2006-08-10 |
* | cosmetics: Rename some variables for consistency. | diego | 2006-08-07 |
* | "[ass] init" message looks better when it starts with the capital letter 'I'. | eugeni | 2006-08-06 |
* | fix a/v sync issues when using ad_hwmpa | ben | 2006-08-01 |
* | Fix SVQ3 extradata handling so it works correctly with demux_lavf | pacman | 2006-07-31 |
* | Fix bogus pointer addition in the extraction of extradata from | pacman | 2006-07-31 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 |
* | There is a reference to a file COPYRIGHT that we do not include, so paste | diego | 2006-07-30 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 |
* | vertical scaler with accurate rounding, some people on doom9 can see +-1 errors | michael | 2006-07-24 |
* | in some cases, vf_bmovl produces junk due to source and | gpoirier | 2006-07-23 |
* | -vf pp7 overblurs still parts of the image, which | gpoirier | 2006-07-23 |
* | in decode_audio() memset(0) unused memory in buf before returning | nicodvb | 2006-07-23 |
* | don't do the work of mp_get_mp3_header() and, as a side effect, prevent a dea... | nicodvb | 2006-07-23 |
* | the value returned by decode_audio() must be the amount of _decoded_ bytes (... | nicodvb | 2006-07-22 |
* | moved mpeg_packetizer helpers to libmpdemux | ben | 2006-07-19 |
* | new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d... | ben | 2006-07-19 |
* | Quit on eof, was broken by r17150 | rtogni | 2006-07-19 |
* | old 10l: do not try to compile mmx code if we do not have mmx | rfelker | 2006-07-19 |
* | sync to x264 r537 (api change) | lorenm | 2006-07-18 |
* | prevent buffer underflow; the code is still incorrect and leads to desync but... | nicodvb | 2006-07-16 |
* | marks several read-only string parameters and function return-values which ca... | reynaldo | 2006-07-16 |
* | marks several read-only string parameters which aren't modified inside the ca... | reynaldo | 2006-07-15 |
* | print frame type and keep track of last encountered keyframe | ivo | 2006-07-15 |
* | new black frame detection filter | ivo | 2006-07-15 |
* | Remove support for obsolete and non-free divx4/odivx libraries. | diego | 2006-07-14 |
* | Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle. | diego | 2006-07-13 |
* | marks several function without a prototype which arent used outside its sourc... | reynaldo | 2006-07-13 |
* | drops casts from void * on malloc/calloc, leftover on libmpcodecs | reynaldo | 2006-07-13 |