]> git.sesse.net Git - vlc/history - src
Add Estonian translator
[vlc] / src /
2010-05-23 Laurent AimarFixed vout reuse regression.
2010-05-23 Laurent AimarGives the needed DPB size when requesting a vout.
2010-05-21 Laurent AimarGives the input_thread_t to use to vout_Request().
2010-05-21 Laurent AimarMoved spu_Attach definition to the core.
2010-05-21 Laurent AimarModified the prototype of vout_Request and unexport...
2010-05-21 Jean-Baptiste KempfRename On2's VP8 to Google/On2's VP8
2010-05-20 Laurent AimarAllowed vout_display_DeleteWindow(vd, NULL) to destroy...
2010-05-20 Laurent AimarReused vout window in vout_Request().
2010-05-20 Laurent AimarAvoided recreating vout_thread_t in vout_Request().
2010-05-19 Laurent AimarFixed crop behavior (with a ratio) after AR changes.
2010-05-19 Jean-Baptiste KempfAdd VP8 fourcc VP80
2010-05-18 Laurent AimarMoved "sub-filter" from spu_t to vout_thread_t.
2010-05-18 Laurent AimarCosmetics (vout).
2010-05-18 Laurent AimarPrepared for a better vout reuse.
2010-05-18 Laurent AimarMade video_format_t vout_Create/Request parameter const.
2010-05-18 Laurent AimarImproved vout behavior on crop/ar/zoom changes (close...
2010-05-17 Jean-Baptiste KempfZoom hotkeys: fix conflicts with Qt interface
2010-05-14 Laurent AimarMade vlc_fourcc_GetChromaDescription public.
2010-05-13 Pierre YnardWinCE: try to fix make_path()
2010-05-12 Laurent AimarClean up vout object creation/destruction.
2010-05-12 Laurent AimarAdded video_format_Print.
2010-05-12 Laurent AimarNo functionnal changes (vout).
2010-05-12 Laurent AimarCosmetics (vout).
2010-05-12 Rémi Denis-CourmontMissing path->URI conversion for subtitles
2010-05-11 Pierre YnardFix comment
2010-05-11 Pierre YnardCorrect English in comment
2010-05-10 Laurent AimarFixed segfault with some OSD.
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarCosmetics (vout).
2010-05-10 Laurent AimarRemoved dead code (vout).
2010-05-10 Rémi Denis-CourmontRemove the file:// URI decode hack
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-05-10 Rémi Denis-Courmontaccess: add a separate field for local file paths
2010-05-10 Laurent AimarRemoved unused variable.
2010-05-10 Laurent AimarClean up crop/aspect ratio changes and associated video...
2010-05-10 Laurent AimarCosmetics.
2010-05-10 Laurent AimarFixed video_format_IsSimilar regarding sar.
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDSlider/Icon.
2010-05-10 Laurent AimarRemoved useless vlc_osd.h includes.
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDText/Message.
2010-05-10 Laurent AimarNo functionnal changes.
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-10 Laurent AimarMoved out text_style_* to src/misc/text_style.c
2010-05-10 Laurent AimarRemoved useless includes (video_epg.c).
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDEpg.
2010-05-10 Pierre Ynard"#if HAVE_MAEMO" -> "#ifdef HAVE_MAEMO"
2010-05-09 Laurent AimarMade vlc_memalign public.
2010-05-09 Rémi Denis-CourmontMaemo: work-around segmentation fault when poll() unwinds
2010-05-08 Laurent AimarAdded VLC_CODEC_NV12 to vlc_fourcc.h.
2010-05-08 Rémi Denis-CourmontWin32: hack^Wfix opening UNC paths (fixes #3459)
2010-05-07 Juho Vähä-Herttuapthread: Use Mach semaphores instead of POSIX semaphore...
2010-05-05 Juho Vähä-Herttuacpu: fix compilation on Intel Mac OS X by including...
2010-05-05 Rémi Denis-Courmontnet_Listen: pass socket type parameter
2010-05-05 Rémi Denis-Courmontnet_Connect: missing hints ai_socktype
2010-05-05 Pierre Ynard"#if HAVE_FOO" -> "#ifdef HAVE_FOO"
2010-05-05 Pierre d'Herbemontcpu: fix a typo and cpu detection on Mac OS.
2010-05-04 Pierre d'Herbemontcpu: Implement vlc_GetCPUCount() on Mac OS X.
2010-05-04 Laurent AimarFixed picture clean up when closing vout.
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-05-04 Laurent AimarSplitted out specific vout osd functions to its own...
2010-05-04 Laurent AimarSplitted out spu_t and related functions to its own...
2010-05-04 Laurent AimarSplitted out text_style_t and related function to its...
2010-05-04 Laurent AimarMade vout_ShowText* private to the core.
2010-05-04 Laurent AimarRemoved OSD_ALIGN_* flags.
2010-05-04 Jean-Baptiste KempfVout: Correctly handle the mousewheeling
2010-05-04 Pierre YnardWinCE: fix vlc_GetCPUCount()
2010-05-03 Laurent AimarAdded vlc_GetCPUCount() to retreive the number of avail...
2010-05-02 Sébastien EscudierUnload vod-VLM only at the end
2010-05-01 Laurent AimarImproved audio codec description from fourcc.
2010-05-01 Laurent AimarUsed vlc_fourcc_GetCodec in aout_BitsPerSample.
2010-05-01 Laurent AimarFixed segfault with opengl provider.
2010-05-01 Laurent AimarMissing include (vout).
2010-05-01 Laurent AimarPrivatized remaining vout fields.
2010-05-01 Laurent AimarAdded mouse support to sub-filter.
2010-05-01 Laurent AimarDo not reuse "osd" variable in osd menu.
2010-05-01 Laurent AimarAt input EOF, wait for all pictures to be displayed.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-28 Rémi Denis-CourmontRemove useless freeaddrinfo wrapper
2010-04-28 Rémi Denis-CourmontRemove getnameinfo and getaddrinfo wrappers
2010-04-26 Laurent AimarConverted more commands to vout_control.
2010-04-26 Laurent AimarRemoved unused "intf-change" vout variable.
2010-04-26 Laurent AimarUsed vout_control for various commands (vout).
2010-04-26 Laurent AimarAdded API to simplify/clean up vout controls.
2010-04-26 Laurent AimarNo functionnal changes (vout)
2010-04-26 Laurent AimarSplit out interlacing/post-processing management from...
2010-04-26 Laurent AimarRemoved vlc_object_find_name in vout.
2010-04-26 Laurent AimarRemoved dead code (vout).
2010-04-26 Laurent AimarNo functionnal changes.
2010-04-25 Rémi DuraffortFix make distcheck.
2010-04-24 Laurent AimarFixed :drop-late-frames= inheritance in vout.
2010-04-24 Rémi DuraffortFix signess.
2010-04-24 Rémi DuraffortSecond attempt to use a dynamic array shortcuts (this...
2010-04-23 Laurent AimarManual revert of now unneeded a1b58a771b1bdfcca56d24541...
2010-04-23 Laurent AimarRemoved now unused picture_t fields and associated...
2010-04-23 Laurent AimarRemoved invalid comment (vout).
2010-04-23 Laurent AimarModified vout_*Picture API.
2010-04-23 Laurent AimarRemoved now useless vout_CountPictureAvailable.
2010-04-23 Laurent AimarFixed vout_Reset.
2010-04-23 Laurent AimarSplit vout_FixLeaks into vout_FixLeaks and vout_Reset.
2010-04-23 Laurent AimarNo functionnal changes (vout).
next