Naohiro KORIYAMA
7205922423
text_style/text_renderer: add support for halfwidth font
Fixed-by: Francois Cartegnie <fcvlcdev@free.fr>
Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
14 years ago
Tristan Matthews
2da697261f
avcodec: missing initializer (cid #1191736 )
12 years ago
Felix Abecassis
710ad7ed78
libvlc: add 3 libvlc events: MediaPlayerESAdded, MediaPlayerESDeleted, MediaPlayerESSelected
12 years ago
Felix Abecassis
ad24c4fbf7
core: add a new type of callback for list variables
This new callback is triggered when an element is added/removed from
the list, or when the list is cleared.
12 years ago
Felix Abecassis
c4cd36ee80
variables: add internal type callback_table_t for storing a list of callbacks
12 years ago
Felix Abecassis
f8187680bd
variables: add helper function when adding/removing variable callbacks
12 years ago
Francois Cartegnie
cf8207882e
demux: ts: reorder switch cases
12 years ago
Francois Cartegnie
d5214b68e6
demux: ts: handle eit tags with case
12 years ago
Francois Cartegnie
f8bdd1c974
demux: ts: add pid type debug info
12 years ago
Jean-Baptiste Kempf
9d51e27b52
Require libdvdnav > 4.9.0
Anything older will crash a lot.
12 years ago
Jean-Baptiste Kempf
eca4d24a34
Contribs: use predefined variable for VideoLAN server
12 years ago
Jean-Baptiste Kempf
acb6a96407
Contribs: update dvdnav to 5.0.0 release
12 years ago
Jean-Baptiste Kempf
b01cf05ec7
Contribs: update dvdread to 5.0.0
12 years ago
Jean-Baptiste Kempf
70e2121461
Win32: Correctly layout the files for the XPI
Close #11856
12 years ago
Sean McGovern
6299f6fcce
contrib: jpeg: remove OS X patch
It has been resolved differently as of jpeglib v9a.
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years ago
Tristan Matthews
e345ccc4ed
input: fix use after free
12 years ago
Tristan Matthews
cc64d3fc92
hds: fix memory leak and buffer probing
Only 200 bytes are peeked but FromCharset was being called with 512.
The char * returned by FromCharset was not being freed, and
strstr was being called on a buffer that was not NULL terminated
(in the non utf-8 case).
12 years ago
Felix Abecassis
cd6820b850
mft: add missing dependency on h264_nal.{c,h}
12 years ago
Felix Abecassis
0643589050
h264: refactor emulation prevention byte handling
12 years ago
Felix Abecassis
999867028c
h264: refactor Exp-Golomb reading functions with existing mpeg demuxing code
12 years ago
Felix Abecassis
d357138136
h264_nal: add header guard
12 years ago
Felix Abecassis
61e14f1b43
h264_nal: add a source file to separate declaration from definition
12 years ago
Tristan Matthews
5d0f660384
hds: use else if where appropriate
12 years ago
Tristan Matthews
6608e85644
hds: fix redundant NULL check (cid #1224540 )
current_element is checked earlier and the loop continues if it's NULL.
12 years ago
Tristan Matthews
6b2fcb1c2c
hds: fix dereference after NULL check (cid #1224532 )
12 years ago
Tristan Matthews
d6b004b203
hds: fix out of bounds access (cid #1224531 )
12 years ago
Francois Cartegnie
cbd645e461
demux: rar: set NO_INTERACT flags for probing
12 years ago
Francois Cartegnie
b2a2959249
access: archive: set NO_INTERACT flag
12 years ago
Francois Cartegnie
6dfc9301c5
misc: acoustid: set NO_INTERACT
12 years ago
Francois Cartegnie
2adca6f5ca
addons: installer/fetcher: set NO_INTERACT
12 years ago
Jean-Baptiste Kempf
3e952366fb
Fix MODULES_LIST
12 years ago
Jean-Baptiste Kempf
2f5e62451f
Update NEWS
12 years ago
Antti Ajanki
c1b3c2014e
hds: Base URL should not include a possible query
12 years ago
Rafaël Carré
ae192018e2
transcode: fix video filters
12 years ago
Rafaël Carré
20ab9327c6
Remove leftover dummy test
12 years ago
Rafaël Carré
70b074a2d1
Don't fail if Qt5X11Extras is not detected
12 years ago
Francois Cartegnie
5e962044a3
access: archive: add multiple volume support
12 years ago
Francois Cartegnie
9ff62a89e3
access: archive: implicitely call close
Unlike documentation says archive_free
doesn't call close in every circumstances.
12 years ago
Rémi Denis-Courmont
b430a05ea9
asx: fix use-after-free
12 years ago
Rémi Denis-Courmont
8c9c30c53a
image: remove constant parameter
12 years ago
Rémi Denis-Courmont
b67dac77f3
image: remove dead code
12 years ago
David Fuhrmann
2034ba88d6
auhal: rework locking and avoid potential deadlock
hopefully closes #11675
12 years ago
David Fuhrmann
a9863cf827
auhal: Added more debug logs and removed invalid memory access due to wrong range
Search range for the new devices array was wrong, which led to nonworking
detection of removed devices, up to strange deadlocks when quitting VLC.
12 years ago
Rémi Denis-Courmont
49bd1c657d
avformat: initialize probe data ( fixes #11851 )
12 years ago
Adrien Maglo
1d3afcdb03
Avformat mux: fix a memory leak
12 years ago
Rafaël Carré
baa3a1b760
release doc: actually give the script
12 years ago
David Fuhrmann
ef9b397618
macosx: remove outdated and unneeded bookmarks table reload
12 years ago
David Fuhrmann
ee503a8ffe
macosx: use input changed event to update bookmarks dialog
This allows lazy loading of the bookmarks window.
12 years ago
David Fuhrmann
84d73bcd12
macosx: add input changed event and reset shown crop values for new input
12 years ago
David Fuhrmann
32693a7ecb
macosx: video effects: add brightness-threshold to the profiles string
This is done in a backward-compatible manner: Once an existing profile is saved,
the new format is used.
Opening the new format with an old VLC version will work, too, but you will
lose changes from the new format.
refs #11643
12 years ago