2009-05-19 |
Rémi Denis-Courmont | Match used SD alias rather than plugin name (fixes... |
tree | commitdiff |
2009-05-19 |
Rémi Denis-Courmont | Retain SD name for matching purpose |
tree | commitdiff |
2009-05-17 |
Rémi Duraffort | Fix a bug when sorting the playlist: |
tree | commitdiff |
2009-05-17 |
Rémi Denis-Courmont | Avoid ?: GCC-ism |
tree | commitdiff |
2009-05-16 |
Rémi Duraffort | When adding an URL, create the name without login and... |
tree | commitdiff |
2009-05-16 |
Rémi Duraffort | Fix the type guess: this can be a protocol only if... |
tree | commitdiff |
2009-05-16 |
Laurent Aimar | Fixed osd_* functions when the OSD was not loaded. |
tree | commitdiff |
2009-05-16 |
Rémi Denis-Courmont | Attach fetcher to playlist so it gets proper configuration |
tree | commitdiff |
2009-05-16 |
Rémi Denis-Courmont | fetcher is a VLC object |
tree | commitdiff |
2009-05-15 |
Laurent Aimar | Correctly detect rewind (rtsp). |
tree | commitdiff |
2009-05-15 |
Jean-Paul Saman | Compile fix: Include limits.h when using PATH_MAX |
tree | commitdiff |
2009-05-14 |
Rémi Duraffort | input: Fix a memleak. |
tree | commitdiff |
2009-05-14 |
Geoffroy Couprie | wince: replace _wrename by MoveFileW |
tree | commitdiff |
2009-05-14 |
Pierre Ynard | wince: replace getpid by GetCurrentProcessId |
tree | commitdiff |
2009-05-14 |
Jean-Baptiste Kempf | Mark loop, repeat, random as safe. |
tree | commitdiff |
2009-05-13 |
Laurent Aimar | Fixed the option "auto-preparse". |
tree | commitdiff |
2009-05-13 |
Rémi Denis-Courmont | libvlc: add support for setting/getting the video scale |
tree | commitdiff |
2009-05-13 |
Rémi Denis-Courmont | Use input_GetVout() instead of vlc_object_find() |
tree | commitdiff |
2009-05-13 |
Rémi Denis-Courmont | libvlc_media_player_retain: missing lock |
tree | commitdiff |
2009-05-10 |
Hugo Beauzee-Luyssen | Changing libvlc_video_take_snapshot prototype |
tree | commitdiff |
2009-05-10 |
Rémi Denis-Courmont | test cases for make_URI() |
tree | commitdiff |
2009-05-10 |
Rémi Denis-Courmont | make_URI: make a URI out of a path, if needed |
tree | commitdiff |
2009-05-10 |
Rémi Denis-Courmont | decode_URI: improve documentation, add a return value |
tree | commitdiff |
2009-05-08 |
Laurent Aimar | Fixed a race condition with input creation and events. |
tree | commitdiff |
2009-05-08 |
Christophe Mutricy | Add Khmer and Sorani |
tree | commitdiff |
2009-05-07 |
Laurent Aimar | Moved date_Decrement to libvlc core from dirac. |
tree | commitdiff |
2009-05-07 |
David Flynn | Reads raw dirac streams, feeds into packetizer. |
tree | commitdiff |
2009-05-07 |
Rémi Denis-Courmont | Use utf8_rename |
tree | commitdiff |
2009-05-07 |
Rémi Denis-Courmont | Implement utf8_rename |
tree | commitdiff |
2009-05-07 |
Rémi Denis-Courmont | remove -> utf8_unlink |
tree | commitdiff |
2009-05-07 |
David Flynn | Disable glibc runtime check if configure passed due... |
tree | commitdiff |
2009-05-07 |
Rémi Denis-Courmont | We need both priority scheduling and thread priority... |
tree | commitdiff |
2009-05-07 |
Joris van Rooij | OpenBSD compilation fix |
tree | commitdiff |
2009-05-07 |
Rémi Duraffort | config: fix memleak. |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | Atomically update the cache file |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | Remove useless parameter |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | Make the config file lock per process rather than per... |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | Config lock is pointless while reading/resetting the... |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | Always take the item lock when reading/writing configur... |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | Replace the configuration file atomically |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | Boolean cosmetic |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | Fix minor overflow bug |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | Refactor |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | Tilde expansion is the shell's job. Don't do it *too... |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | Make config_GetCustomConfigFile static |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | No need to keep the config file around all the time |
tree | commitdiff |
2009-05-06 |
Rémi Denis-Courmont | Only load globalhotkeys if requested by caller |
tree | commitdiff |
2009-05-05 |
Laurent Aimar | Validated the audio layout and channels compatibility... |
tree | commitdiff |
2009-05-05 |
Laurent Aimar | Allow reading until the end of the file while discardin... |
tree | commitdiff |
2009-05-05 |
Jean-Paul Saman | libvlc: allow pause and stop during buffering (fixes... |
tree | commitdiff |
2009-05-05 |
Jean-Paul Saman | src/control/media_player.c: cosmetics |
tree | commitdiff |
2009-05-05 |
Jean-Paul Saman | mozilla: Fix #2678 resizing browser plugin during playback. |
tree | commitdiff |
2009-05-04 |
Laurent Aimar | Allow back seeking after an access EOF. |
tree | commitdiff |
2009-05-03 |
Laurent Aimar | Added I420<->J420 (422/440/444) equivalence in vout_Chr... |
tree | commitdiff |
2009-05-03 |
Laurent Aimar | Simplify a bit vout_ChromaCmp. |
tree | commitdiff |
2009-05-02 |
Laurent Aimar | Added a new channel extraction helper to aout. |
tree | commitdiff |
2009-05-02 |
Laurent Aimar | Recognized more channels layout in aout_FormatPrintChan... |
tree | commitdiff |
2009-05-01 |
Anthony Loiseau | Add video-title-* options as safe |
tree | commitdiff |
2009-05-01 |
Laurent Aimar | Check against invalid i_title_timeout value. |
tree | commitdiff |
2009-05-01 |
Laurent Aimar | Cosmetic. |
tree | commitdiff |
2009-05-01 |
Laurent Aimar | Fixed module_need in case a shortcut list was provided. |
tree | commitdiff |
2009-04-30 |
Sam Hocevar | Allow :start-time, :stop-time and :run-time arguments... |
tree | commitdiff |
2009-04-30 |
Laurent Aimar | Fixed typo in max pts_delay (60s not 601s) |
tree | commitdiff |
2009-04-30 |
Laurent Aimar | Clip pts_delay from access/demux to 60s. |
tree | commitdiff |
2009-04-30 |
Laurent Aimar | Assert against broken values in input_clock_Update. |
tree | commitdiff |
2009-04-30 |
Laurent Aimar | Check for broken PCR value in es_out. |
tree | commitdiff |
2009-04-30 |
Laurent Aimar | Be sure to set b_packetized in demux_PacketizerNew. |
tree | commitdiff |
2009-04-28 |
Laurent Aimar | Fixed decoder spacing mode selection. |
tree | commitdiff |
2009-04-28 |
Laurent Aimar | Fixed b_out_pace_control value when using record. |
tree | commitdiff |
2009-04-28 |
Rémi Duraffort | Fix playlist sort when using the flag "SORT_TITLE_NUMER... |
tree | commitdiff |
2009-04-28 |
Rémi Duraffort | Fix a bug in input_item_GetTitleFbName (fix #2701) |
tree | commitdiff |
2009-04-27 |
Dylan Yudaken | Add bounds checking to crop |
tree | commitdiff |
2009-04-27 |
Rémi Denis-Courmont | Win32: watch for bugs in vlc_cond_(timed)?wait |
tree | commitdiff |
2009-04-27 |
Rémi Denis-Courmont | Remove dead code (only a buggy getopt could reach this) |
tree | commitdiff |
2009-04-26 |
Rémi Denis-Courmont | Force plugins cache rebuild due to previous commit |
tree | commitdiff |
2009-04-26 |
Rémi Denis-Courmont | Submodules do not inherit shortcuts anymore (fix: ... |
tree | commitdiff |
2009-04-26 |
Rémi Duraffort | Add a function to get the Title and fallback to the... |
tree | commitdiff |
2009-04-26 |
Rémi Denis-Courmont | module_GetModulesNamesByCapability: (partially) fix... |
tree | commitdiff |
2009-04-26 |
Laurent Aimar | A really small optim (art fetcher). |
tree | commitdiff |
2009-04-26 |
Laurent Aimar | Complete input/decoder.c review to use VLC_TS_INVALID. |
tree | commitdiff |
2009-04-26 |
Laurent Aimar | Replaced playlist_internal.h by libvlc.h in control... |
tree | commitdiff |
2009-04-26 |
Laurent Aimar | Do not include vout_control.h in mediacontrol_audio_video.c |
tree | commitdiff |
2009-04-26 |
Laurent Aimar | Replaced ReduceHeight by GCD (vout). |
tree | commitdiff |
2009-04-26 |
Rémi Denis-Courmont | Yum, abusing private headers |
tree | commitdiff |
2009-04-25 |
Rémi Denis-Courmont | Use libvlccore C flags for libvlccore |
tree | commitdiff |
2009-04-25 |
Laurent Aimar | Complete review of clock.c to use VLC_TS_INVALID. |
tree | commitdiff |
2009-04-25 |
Laurent Aimar | Renamed BLOCK_TS_INVALID to VLC_TS_INVALID and put... |
tree | commitdiff |
2009-04-25 |
Rémi Denis-Courmont | Separate libvlccore and libvlc flags, fix pthread linki... |
tree | commitdiff |
2009-04-25 |
Rémi Duraffort | playlist_sort: sort using the title and fallback to... |
tree | commitdiff |
2009-04-25 |
Rémi Duraffort | use var_Get(Bool|Integer|...) when possible. |
tree | commitdiff |
2009-04-25 |
Laurent Aimar | Added BLOCK_TS_INVALID define to check against unset... |
tree | commitdiff |
2009-04-25 |
Rémi Denis-Courmont | Make drawable-xid a config item, so VLC can be embedded... |
tree | commitdiff |
2009-04-21 |
Rémi Denis-Courmont | Use POSIX TPS option only if present |
tree | commitdiff |
2009-04-21 |
Rémi Denis-Courmont | (p?)gettext -> vlc_\1gettext |
tree | commitdiff |
2009-04-19 |
Rémi Denis-Courmont | Use ANSI/POSIX float notation uniformly for the command... |
tree | commitdiff |
2009-04-18 |
Rémi Denis-Courmont | Use gettext() as per gettext standard for non-constant... |
tree | commitdiff |
2009-04-18 |
Rémi Denis-Courmont | Typo |
tree | commitdiff |
2009-04-18 |
Rémi Denis-Courmont | x264: handle obsolete parameters (fix #2667) |
tree | commitdiff |
2009-04-18 |
Christophe Mutricy | Add the comment on why and how we translate "C" in... |
tree | commitdiff |
2009-04-17 |
Cyril Mathé | Add a us_strtof function to prevent some problem |
tree | commitdiff |
next |