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