git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove access-filter support.
[vlc.git]
/
src
/
video_output
/
2008-12-09
Rémi Denis-Courmont
Fix vout window capability name
tree
|
commitdiff
2008-12-08
Joseph Tulou
Remove useless parameter
tree
|
commitdiff
2008-12-08
Joseph Tulou
Change lock status from true to false in SubFilterAlloc...
tree
|
commitdiff
2008-12-04
Laurent Aimar
Fixed vout leak.
tree
|
commitdiff
2008-12-02
Pierre Ynard
Fix typo in comment
tree
|
commitdiff
2008-11-29
Laurent Aimar
Fixed an unlikely segfault (subtitles).
tree
|
commitdiff
2008-11-29
Laurent Aimar
Protect against bogus time in vout while paused.
tree
|
commitdiff
2008-11-15
Laurent Aimar
Fixed snapshot while video is paused.
tree
|
commitdiff
2008-11-11
Laurent Aimar
Revert "Increased VOUT_IDLE_SLEEP as a proper wait...
tree
|
commitdiff
2008-11-11
Laurent Aimar
Increased VOUT_IDLE_SLEEP as a proper wait/lock is...
tree
|
commitdiff
2008-11-02
Laurent Aimar
Moved VOUT_MIN_DIRECT_PICTURES to src/video_output.
tree
|
commitdiff
2008-11-02
Laurent Aimar
Removed check on OPTIMIZE_MEMORY in installed headers.
tree
|
commitdiff
2008-11-01
Laurent Aimar
Moved out a few defines from vlc_config.h
tree
|
commitdiff
2008-10-27
Olivier Aubert
vout_intf: do not vlc_object_release() the cache object...
tree
|
commitdiff
2008-10-23
Olivier Aubert
embedded snapshot: properly lock/unlock the cache object
tree
|
commitdiff
2008-10-22
Laurent Aimar
Implemented vout_NextPicture.
tree
|
commitdiff
2008-10-22
Laurent Aimar
Clean up vout picture destruction.
tree
|
commitdiff
2008-10-22
Laurent Aimar
Simplify picture selection in vout.
tree
|
commitdiff
2008-10-22
Laurent Aimar
Store the last displayed picture pointer in vout privat...
tree
|
commitdiff
2008-10-22
Laurent Aimar
Split vout_internal.h to hide vout_thread_t definition...
tree
|
commitdiff
2008-10-22
Rémi Duraffort
Fix potential NULL dereference (CID 27).
tree
|
commitdiff
2008-10-15
Laurent Aimar
Removed unused i_matrix_coefficients picture_t field.
tree
|
commitdiff
2008-10-15
Laurent Aimar
Merged vout_DatePicture into vout_DisplayPicture.
tree
|
commitdiff
2008-10-15
Laurent Aimar
Factorized forced vout picture releases.
tree
|
commitdiff
2008-10-15
Laurent Aimar
Improved vout picture locking scheme.
tree
|
commitdiff
2008-10-15
Laurent Aimar
Moved vout helpers out of decoder.c.
tree
|
commitdiff
2008-10-10
Laurent Aimar
Prefer new frames over flushed one (vout).
tree
|
commitdiff
2008-10-09
Laurent Aimar
Added vout_Flush .
tree
|
commitdiff
2008-10-09
Laurent Aimar
Fixed spu destruction order.
tree
|
commitdiff
2008-10-09
Laurent Aimar
Removed dead code in spu core (CID 249).
tree
|
commitdiff
2008-10-05
Rémi Denis-Courmont
Unneeded #include
tree
|
commitdiff
2008-10-01
Rémi Duraffort
Init the variable (CID 239)
tree
|
commitdiff
2008-09-30
Laurent Aimar
Moved a few vout tests+statistics to decoder.
tree
|
commitdiff
2008-09-30
Laurent Aimar
Protect against broken subpicture size.
tree
|
commitdiff
2008-09-28
Laurent Aimar
Spu pause support.
tree
|
commitdiff
2008-09-28
Laurent Aimar
Fixed a too restrictive assert on vout pause.
tree
|
commitdiff
2008-09-28
Laurent Aimar
Pause vout on decoder pause.
tree
|
commitdiff
2008-09-28
Laurent Aimar
Privatized part of vout fields.
tree
|
commitdiff
2008-09-28
Laurent Aimar
Added vout_internal.h.
tree
|
commitdiff
2008-09-24
Laurent Aimar
Fixed SSA subtitles pause.
tree
|
commitdiff
2008-09-21
Laurent Aimar
Cosmetics.
tree
|
commitdiff
2008-09-21
Laurent Aimar
Fixed overlap support with overlap length smaller than...
tree
|
commitdiff
2008-09-21
Laurent Aimar
Removed spu_Create/DestroySubpicture in favor of subpic...
tree
|
commitdiff
2008-09-21
Laurent Aimar
No functionnal changes.
tree
|
commitdiff
2008-09-21
Laurent Aimar
Privatized SUBPICTURE_RENDERED.
tree
|
commitdiff
2008-09-21
Laurent Aimar
Clean up subpicture allocation and unused fields.
tree
|
commitdiff
2008-09-21
Rémi Denis-Courmont
lower case the module_* functions
tree
|
commitdiff
2008-09-20
Laurent Aimar
Privatized nealy all spu_t fields.
tree
|
commitdiff
2008-09-20
Laurent Aimar
Clean up a bit subpicture region API.
tree
|
commitdiff
2008-09-20
Laurent Aimar
Removed vout_CopyPicture in favor of picture_Copy.
tree
|
commitdiff
2008-09-20
Antoine Cellerier
s/picture_Yield/picture_Hold/
tree
|
commitdiff
2008-09-20
Antoine Cellerier
s/vlc_object_yield/vlc_object_release/
tree
|
commitdiff
2008-09-20
Laurent Aimar
Fixed warnings.
tree
|
commitdiff
2008-09-20
Laurent Aimar
Use the yuvp video filter to overlay YUVP.
tree
|
commitdiff
2008-09-20
Laurent Aimar
Destroy the subpicture cache only when needed.
tree
|
commitdiff
2008-09-20
Laurent Aimar
Changed subpicture_region_t->picture into a picture_t *
tree
|
commitdiff
2008-09-20
Laurent Aimar
Render subpictures in the right order to improve overla...
tree
|
commitdiff
2008-09-17
Laurent Aimar
Support for overlapped subtitle part 2.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Support for overlapped subtitle part 1.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Cosmetics.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Fixed subtitle pausing.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Set minimum scale in spu core for text renderer.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Fixed spu margin and more subtitle clean up.
tree
|
commitdiff
2008-09-17
Laurent Aimar
SpuRegionPlace now works in rendered unit.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Removed a little hack in subpicture cache code.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Clean up a bit subpicture release code.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Fixed picture cache creation.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Used const for video_format_t when possible.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Fixed spu_RenderSubpictures prototype.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Clean up subpicture code.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Removed spu_MakeRegion as it was broken by design.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Factorize duplicated code, again.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Load the scalers and text renderer at SPU creation.
tree
|
commitdiff
2008-09-17
Laurent Aimar
Loading the text renderer does not need the real video...
tree
|
commitdiff
2008-09-17
Laurent Aimar
Cosmetics.
tree
|
commitdiff
2008-09-16
Laurent Aimar
Simplify and fixed absolute text positioning.
tree
|
commitdiff
2008-09-15
Laurent Aimar
Simplify a bit scale factor computation by using helpers.
tree
|
commitdiff
2008-09-15
Laurent Aimar
Removed unused or redondant fields from subpicture.
tree
|
commitdiff
2008-09-15
Laurent Aimar
Clean up subtitle core.
tree
|
commitdiff
2008-09-15
Laurent Aimar
Cosmetics (subtitles).
tree
|
commitdiff
2008-09-15
Laurent Aimar
Use tha same date for updating subtitles regions.
tree
|
commitdiff
2008-09-15
Laurent Aimar
Reorder a bit subpicture render function.
tree
|
commitdiff
2008-09-13
Laurent Aimar
Do not display title on video filter (close #1755).
tree
|
commitdiff
2008-09-13
Laurent Aimar
Removed b_pausable flag in favour of b_subtitle.
tree
|
commitdiff
2008-09-13
Laurent Aimar
Cosmetics.
tree
|
commitdiff
2008-09-13
Laurent Aimar
Render subtitles (without osd) before taking a snapshot...
tree
|
commitdiff
2008-09-13
Laurent Aimar
Added a subtitle properties to subpicture.
tree
|
commitdiff
2008-09-13
Laurent Aimar
Properly lock SPU_CHANNEL_REGISTER.
tree
|
commitdiff
2008-09-10
Laurent Aimar
Do not destroy vout on aspect ratio change only.
tree
|
commitdiff
2008-09-10
Rémi Denis-Courmont
Typo
tree
|
commitdiff
2008-09-08
Laurent Aimar
Fixed RGB colors when only RGB masks differ.
tree
|
commitdiff
2008-09-08
Laurent Aimar
Simplify vout_ChromaCmp.
tree
|
commitdiff
2008-09-08
Olivier Aubert
embedded snapshot: guard against spurious vlc_object_wa...
tree
|
commitdiff
2008-09-08
Olivier Aubert
embedded snapshot: guard against spurious vlc_object_wa...
tree
|
commitdiff
2008-09-08
Olivier Aubert
embedded snapshot: use vlc_object_signal_unlocked inste...
tree
|
commitdiff
2008-09-07
Laurent Aimar
Added support for palettized RGB (RGBP)
tree
|
commitdiff
2008-09-04
Antoine Cellerier
Remove useless argument to pf_video_blend
tree
|
commitdiff
2008-09-03
Antoine Cellerier
Properly malloc(), memcpy() and free() the quantizer...
tree
|
commitdiff
2008-09-02
Laurent Aimar
vout_RenderPicture should not render subtitles on the...
tree
|
commitdiff
2008-09-02
Laurent Aimar
Do not filter the same picture multiple times (close...
tree
|
commitdiff
next