| Commit message (Expand) | Author | Age |
* | Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd. | ulion | 2007-11-06 |
* | reindented | nicodvb | 2007-11-05 |
* | 10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't s... | nicodvb | 2007-11-05 |
* | Fix memory leak. | voroshil | 2007-11-05 |
* | Fix segmentation fault after audio initialization failure in tv driver. | voroshil | 2007-11-05 |
* | Add include to fix warning: | ulion | 2007-11-05 |
* | sync w/r24954, patch by JRaSH %jrash06 A 163 P com% | gpoirier | 2007-11-05 |
* | Warning fixes: | ulion | 2007-11-05 |
* | 10l Diego, revert commit 24966. | iive | 2007-11-04 |
* | Fix previous incorrect commit, +/- has higher precedence than shifts. | diego | 2007-11-04 |
* | The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped. | diego | 2007-11-04 |
* | Escape some more '-'. | diego | 2007-11-04 |
* | synced with r24954 | Gabrov | 2007-11-04 |
* | Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX] | ulion | 2007-11-04 |
* | Avoid short forms; has the added benefit of allowing compilation with gcc 2.95 | diego | 2007-11-03 |
* | Add an example on how to use slave mode with a fifo | reimar | 2007-11-03 |
* | Add some parentheses to fix the following warnings: | diego | 2007-11-03 |
* | add some updates | compn | 2007-11-03 |
* | Fix link to email explaining the paused vf_menu behaviour change | reimar | 2007-11-03 |
* | Replace some Hungarian comments, thanks to Denes Balatoni for the translation. | diego | 2007-11-03 |
* | Escape a ton of '-'. Note that this is likely not complete. | diego | 2007-11-03 |
* | another round of '-' escapes | diego | 2007-11-03 |
* | one more '-' escape, wording fix | diego | 2007-11-03 |
* | Escape some more '-' where appropriate. | diego | 2007-11-03 |
* | Remove idiotic check that would always be false | reimar | 2007-11-03 |
* | Explain new ao_pulse option syntax | reimar | 2007-11-03 |
* | Change parsing to allow host == NULL and sink != NULL | reimar | 2007-11-03 |
* | Simplify argument "parsing" | reimar | 2007-11-03 |
* | Make sink variable local, it is only used in one place | reimar | 2007-11-03 |
* | Remove a check+abort, this case should never happen anyway, and if it does | reimar | 2007-11-03 |
* | sync w/r24924, patch by JRaSH %jrash06 A 163 P com% | gpoirier | 2007-11-03 |
* | r24875: program switching in demux_lavf | voroshil | 2007-11-03 |
* | r24892: move errors and a warning to help_mp-en.h | voroshil | 2007-11-03 |
* | r24907: Remove paragraph that no long applies: runtime SSE detection on Windows. | voroshil | 2007-11-03 |
* | We support gcc 2.95 (fixes r24928). | cehoyos | 2007-11-02 |
* | in video_read_frame() set the keyframe flag in demuxer->video when dealing with | nicodvb | 2007-11-02 |
* | synced with r24938 | Gabrov | 2007-11-02 |
* | prevent unlikely memleak | nicodvb | 2007-11-02 |
* | 10l, priv->use_psm can be 1 only if the format is genmpeg2 | nicodvb | 2007-11-02 |
* | add streams to the PSM only if priv->use_psm is set, otherwise the muxer would | nicodvb | 2007-11-02 |
* | moved to fix_parameters() the decision of the necessity of the PSM based on t... | nicodvb | 2007-11-02 |
* | removed no more needed variable | nicodvb | 2007-11-02 |
* | moved to fix_parameters() the code that decides if the PSM is needed | nicodvb | 2007-11-02 |
* | repeat the PSM once every second (in terms of delta_scr) otherwise playing th... | nicodvb | 2007-11-02 |
* | remove the registration descriptor from the PSM: writing the fourcc in it mak... | nicodvb | 2007-11-02 |
* | 100% cosmetics: reformatted with tabs and symmetric braces and removed useles... | nicodvb | 2007-11-02 |
* | Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791. | diego | 2007-11-01 |
* | A/V sync: take audio filter buffers into account | uau | 2007-11-01 |
* | af_scaletempo: code cleanup | uau | 2007-11-01 |
* | af_scaletempo: Fix crash in option parsing | uau | 2007-11-01 |