Laurent Aimar
cabfae6149
Added an assert in record module (invalid CID 169).
18 years ago
Laurent Aimar
00c97dd627
Fixed possible NULL deference in teletext path (CID 265).
18 years ago
Laurent Aimar
22376246f5
Removed debug leftover (avcodec).
18 years ago
Laurent Aimar
f1f583d1f8
Included arpa/inet.h for htons/...
18 years ago
Derk-Jan Hartman
8a9bd2d833
potential NULL deref (CID 150)
18 years ago
Derk-Jan Hartman
b8d34087ae
ts demux: some cosmetics cleanup
18 years ago
Derk-Jan Hartman
264444a169
ts: double free (CID 245)
18 years ago
Derk-Jan Hartman
1674ba7cc4
nuv demux: typo in post-malloc check. (CID 144)
18 years ago
Derk-Jan Hartman
83b477d2cb
nuv demux: NULL dereferencing (CID 37)
18 years ago
Derk-Jan Hartman
95fc63a206
Another typo: SPU_ES mixed up with AUDIO_ES. (CID 250)
18 years ago
Derk-Jan Hartman
413c4eac04
Fix NULL dereference (CID 254)
A typo/copypaste error confusing p_es->p_dec with p_es->p_dec_record
18 years ago
Derk-Jan Hartman
976d423757
Fix potential memleak (CID 196)
w00t, my first CID fix :D
18 years ago
Laurent Aimar
79aa73967f
Fixed a segfault in access directory.
18 years ago
Laurent Aimar
37d45ebb7a
Cosmetics + A calloc check.
18 years ago
Laurent Aimar
0578a54488
Fixed vlc_meta_Merge.
The extra_tags values were not duplicated.
18 years ago
Laurent Aimar
350b1da975
Fixed decoder_GetDisplayDate while buffering.
18 years ago
Laurent Aimar
25a8f939f7
Improved a bit PCR in asf.
18 years ago
Laurent Aimar
53f3c079b7
Obsoleted minimize-threads option.
It is not really needed and was complicating too much decoder code.
18 years ago
Laurent Aimar
4832631e51
Fixed a potential deadlock.
18 years ago
Laurent Aimar
e5ed591a2e
Implemented buffering manipulation at the es_out level.
It allows faster seek and start up time when the access pace can be controlled.
18 years ago
Laurent Aimar
2b9d081445
Factorize (decoder).
18 years ago
Laurent Aimar
72e6a089af
No functional changes (decoder).
18 years ago
Laurent Aimar
d15101ee6a
Cosmetics.
18 years ago
Laurent Aimar
41bacf4a0d
Protect a few whiles againts possible broken decoder.
18 years ago
Laurent Aimar
aa4b437134
Obsolete auto-adjust-pts-delay.
The implementation design was broken. I will fix it once clock/decoder
API is more stable.
18 years ago
Laurent Aimar
7eb9292884
Cosmetics (decoder)
18 years ago
Laurent Aimar
20aa3c1580
Implemented audio flushing.
It is not perfect as the aout mixer buffers some data too but it is too
late...
18 years ago
Laurent Aimar
f57bfd9716
More accurate decoder flush.
18 years ago
Laurent Aimar
71c7fae2a0
Cosmetics (decoder)
18 years ago
Laurent Aimar
dbeba38d3e
Added vout flush.
18 years ago
Laurent Aimar
21bb8a7eef
Factorize preroll code and prepare for correct flush.
18 years ago
Laurent Aimar
857a43d119
Split up DecoderDecode function.
No functionnal changes.
18 years ago
Rémi Duraffort
2624f9afd2
Fix potential memleaks (CID 255)
18 years ago
Rémi Duraffort
9ccd884adb
Fix potential memleaks (CID 58 and 59)
18 years ago
Rémi Duraffort
aab61e71d3
Fix potential memleaks (CID 200)
18 years ago
Rémi Duraffort
cb89f6d527
Fix potential memleak (CID 260)
18 years ago
Rémi Duraffort
4201cd2b5c
Fix use of unitialised value (CID 262)
18 years ago
Rémi Duraffort
fc4b7b3c68
Fix potential segfault introduced by myself (CID 263)
18 years ago
Laurent Aimar
ae578e67c2
Fixed support for negative module priority.
18 years ago
Derk-Jan Hartman
1f0135f40b
taglib: Check if a tablig string is !null and !empty before we try to use it.
18 years ago
Sebastien Escudier
854095094a
Opening files without extension
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
18 years ago
Derk-Jan Hartman
f34d75845e
win32 installer: fix some registry entries for win32
Have a look at the path
HKEY_CLASSES_ROOT\Applications\vlc.exe\shell\Play\command
in the registry.
In my registry under Vista 32 EN Business the value is
C:\Program Files\VideoLAN\VLC\vlc.exe --started-from-file "%1"
Normally, it should read
"C:\Program Files\VideoLAN\VLC\vlc.exe" --started-from-file "%1"
Windows Explorer accepts both variants but the first one causes problems
when trying to call that command from self-written programs.
Reported by Stefan <vbtricks gmx.net>
18 years ago
Geoffroy Couprie
ff026ff6e3
WinCE: reintroduce parse_cmdline
18 years ago
Derk-Jan Hartman
400b67361a
mmap: Don't use mmap by default on OS X.
It has little benefits in general, (esp. in our usecase) and huge disadvantages for files on network mounts.
"Basically, IOKit should be so fast and efficient, that there are few usecases left for mmap() on Darwin."
18 years ago
Derk-Jan Hartman
9d699ba6de
sync NEWS with 0.9-bugfix
18 years ago
Derk-Jan Hartman
1e5cb576a6
contrib also needs share/libtool when using the binary package.
18 years ago
Alexis Ballier
229a8957a1
Fix build with x264 build 65
See http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=c89bc900a3bf0d4c4c728ad378703970b4f14e18 for more details.
18 years ago
Rémi Duraffort
e58e4ccd88
Use NULL instead of 0 for pointers.
18 years ago
Rémi Duraffort
7d7a42b8b0
Fix memleak (CID 67) and don't use 0 instead of NULL
18 years ago
Rémi Duraffort
f2157f9df9
Fix a lot of memleaks (and CID 68 in the same time).
Also #undef some local macros.
Still a lot of potential memleaks.
18 years ago