]> git.sesse.net Git - vlc/log
vlc
9 years agodemux: mp4: escape introduced trigraph sequence
Francois Cartegnie [Thu, 25 Sep 2014 21:53:42 +0000 (23:53 +0200)]
demux: mp4: escape introduced trigraph sequence

9 years agortp: improve S16L to L16 packetization
Rémi Denis-Courmont [Thu, 25 Sep 2014 19:30:49 +0000 (22:30 +0300)]
rtp: improve S16L to L16 packetization

9 years agortp: improve PCM packetization (fixes #6505) and try zero copy
Rémi Denis-Courmont [Thu, 25 Sep 2014 18:47:38 +0000 (21:47 +0300)]
rtp: improve PCM packetization (fixes #6505) and try zero copy

rtp_packetize_split() sets the marker bit according to video semantics,
and uses incorrect timestamp interpolation for PCM.

9 years agortp: set the marker bit correctly for Opus
Rémi Denis-Courmont [Thu, 25 Sep 2014 18:27:21 +0000 (21:27 +0300)]
rtp: set the marker bit correctly for Opus

9 years agortp: fix Opus packetization and use zero copy
Rémi Denis-Courmont [Thu, 25 Sep 2014 18:25:12 +0000 (21:25 +0300)]
rtp: fix Opus packetization and use zero copy

Opus cannot be fragmented, there must be one frame per RTP packet.

9 years agortp: remove mutually cancelling writes to block_t.i_buffer
Rémi Denis-Courmont [Thu, 25 Sep 2014 19:15:01 +0000 (22:15 +0300)]
rtp: remove mutually cancelling writes to block_t.i_buffer

rtp_packetize_common() overrode the correct value with 12, which was
then reset to the correct value.

Note: the AMR packetizer seems odd.

9 years agortp: hand-over the data block reference to the packetization function
Rémi Denis-Courmont [Thu, 25 Sep 2014 18:50:56 +0000 (21:50 +0300)]
rtp: hand-over the data block reference to the packetization function

9 years agoAdd audio/ogg and video/ogg to vlc.desktop.in
Jean-Baptiste Kempf [Thu, 25 Sep 2014 11:55:24 +0000 (13:55 +0200)]
Add audio/ogg and video/ogg to vlc.desktop.in

Close #12282
Ref: Debian BTS #762564

9 years agodemux: mp4: improve eof error
Francois Cartegnie [Wed, 24 Sep 2014 21:39:04 +0000 (23:39 +0200)]
demux: mp4: improve eof error

9 years agodemux: mp4: add missing box entries
Francois Cartegnie [Wed, 24 Sep 2014 20:49:03 +0000 (22:49 +0200)]
demux: mp4: add missing box entries

9 years agosimple: fix x.1 inputs
Rémi Denis-Courmont [Wed, 24 Sep 2014 20:47:51 +0000 (23:47 +0300)]
simple: fix x.1 inputs

9 years agoupdate NEWS
Francois Cartegnie [Wed, 24 Sep 2014 20:34:55 +0000 (22:34 +0200)]
update NEWS

9 years agodemux: mp4: add missing foov entries
Francois Cartegnie [Wed, 24 Sep 2014 20:33:26 +0000 (22:33 +0200)]
demux: mp4: add missing foov entries

9 years agodemux: mp4: split debug info
Francois Cartegnie [Wed, 24 Sep 2014 20:30:18 +0000 (22:30 +0200)]
demux: mp4: split debug info

9 years agodemux: mp4: flag incomplete boxes
Francois Cartegnie [Wed, 24 Sep 2014 20:25:16 +0000 (22:25 +0200)]
demux: mp4: flag incomplete boxes

9 years agodemux: check stream_Read() (probably fixes #12276)
Rémi Denis-Courmont [Wed, 24 Sep 2014 18:52:16 +0000 (21:52 +0300)]
demux: check stream_Read() (probably fixes #12276)

stream_Read() can always fail.

9 years agodemux: mp4: add support for EIA-608 (fix #6775)
Francois Cartegnie [Wed, 24 Sep 2014 17:30:51 +0000 (19:30 +0200)]
demux: mp4: add support for EIA-608 (fix #6775)

9 years agofourcc: add EIA608
Francois Cartegnie [Wed, 24 Sep 2014 14:03:05 +0000 (16:03 +0200)]
fourcc: add EIA608

9 years agodemux: mp4: factorize block reading/filtering
Francois Cartegnie [Wed, 24 Sep 2014 14:42:31 +0000 (16:42 +0200)]
demux: mp4: factorize block reading/filtering

9 years agodemux: mp4: don't read at all if not content
Francois Cartegnie [Wed, 24 Sep 2014 11:32:37 +0000 (13:32 +0200)]
demux: mp4: don't read at all if not content

fixes 1 byte read overflow

9 years agodemux: ogg: fix packet count heap overflow (fix #12265)
Francois Cartegnie [Wed, 24 Sep 2014 10:58:04 +0000 (12:58 +0200)]
demux: ogg: fix packet count heap overflow (fix #12265)

9 years agodemux: mp4: fix heap read overflow in avcc (fix #12267)
Francois Cartegnie [Mon, 22 Sep 2014 19:10:43 +0000 (21:10 +0200)]
demux: mp4: fix heap read overflow in avcc (fix #12267)

9 years agodemux: ogg: fix headers validation
Francois Cartegnie [Tue, 23 Sep 2014 13:27:34 +0000 (15:27 +0200)]
demux: ogg: fix headers validation

refs #12270

9 years agodemux: ogg: don't use incomplete vorbis headers (fix #12270)
Francois Cartegnie [Tue, 23 Sep 2014 12:58:29 +0000 (14:58 +0200)]
demux: ogg: don't use incomplete vorbis headers (fix #12270)

9 years agodemux: ogg: Don't read skeleton if no bones first
Francois Cartegnie [Tue, 23 Sep 2014 10:49:06 +0000 (12:49 +0200)]
demux: ogg: Don't read skeleton if no bones first

9 years agohttpcookies: fix memleak
Rafaël Carré [Tue, 23 Sep 2014 11:33:01 +0000 (13:33 +0200)]
httpcookies: fix memleak

9 years agoAllow --sub-track to work with EIA-608 captions, and fix crash on exit
Devin Heitmueller [Sun, 21 Sep 2014 16:54:54 +0000 (12:54 -0400)]
Allow --sub-track to work with EIA-608 captions, and fix crash on exit

Prior to this patch, if the user specified the --sub-track argument on
the command line, it would not work with MPEG2 streams that contain
EIA-608 closed captions.  It would also cause an abort() on exit.

The crash was because the various functions that select/unselect
streams would check for the p_master member, which isn't set until
after EsOutAdd().  The call to EsOutAdd itself though would call
EsSelect(), which would treat the ES as a regular subtitle stream
and cause a resource leak -- which would cause an abort at exit.

The other change actually makes --sub-track work with the special
case of EIA-608 captions.

Signed-off-by: Rafaël Carré <funman@videolan.org>
9 years agodemux: mp4: fix heap buffer overflow (fix #12266)
Francois Cartegnie [Mon, 22 Sep 2014 19:17:40 +0000 (21:17 +0200)]
demux: mp4: fix heap buffer overflow (fix #12266)

9 years agoinput: Tag attachments with the demuxer that produced them
Timothy B. Terriberry [Sat, 20 Sep 2014 17:16:33 +0000 (10:16 -0700)]
input: Tag attachments with the demuxer that produced them

This way, when metadata is updated, we only replace the attachments
produced by the demuxer whose metadata changed.

Fixes #11976

Tested by reverting the patch in #11966 (with some fix-ups to pass the
right arguments where the code had changed).

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agoFix memory leak when using subtitles with VDPAU
Devin Heitmueller [Sun, 21 Sep 2014 16:54:55 +0000 (12:54 -0400)]
Fix memory leak when using subtitles with VDPAU

When rendering closed captions with VDPAU, nothing frees the subpicture,
causing a leak that bleeds all the memory out of the system within
minutes.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agodemux: avi:fix block reading
Francois Cartegnie [Thu, 18 Sep 2014 21:25:23 +0000 (23:25 +0200)]
demux: avi:fix block reading

9 years agodemux: avi: simplify dpts code
Francois Cartegnie [Thu, 18 Sep 2014 13:17:55 +0000 (15:17 +0200)]
demux: avi: simplify dpts code

9 years agopacketizer: dirac: block sanitizing must clean reordering (fix #12051)
Francois Cartegnie [Mon, 22 Sep 2014 18:12:18 +0000 (20:12 +0200)]
packetizer: dirac: block sanitizing must clean reordering (fix #12051)

9 years agordp: drop bogus non-zero priority
Rémi Denis-Courmont [Mon, 22 Sep 2014 18:16:22 +0000 (21:16 +0300)]
rdp: drop bogus non-zero priority

This plugin does not access local files.

9 years agoNEWS: update for daala
Tristan Matthews [Mon, 22 Sep 2014 10:51:17 +0000 (11:51 +0100)]
NEWS: update for daala

9 years agoExtras/tools: ship ragel-6.8-javacodegen.patch in the tarball.
Konstantin Pavlov [Sun, 21 Sep 2014 16:38:17 +0000 (20:38 +0400)]
Extras/tools: ship ragel-6.8-javacodegen.patch in the tarball.

9 years agocontrib: add (disabled) rules.mak for daala
Tristan Matthews [Sun, 21 Sep 2014 14:25:15 +0000 (15:25 +0100)]
contrib: add (disabled) rules.mak for daala

9 years agomux: ogg: add daala support
Tristan Matthews [Fri, 19 Sep 2014 02:10:10 +0000 (22:10 -0400)]
mux: ogg: add daala support

9 years agodaala: add encoder
Tristan Matthews [Sun, 21 Sep 2014 09:35:06 +0000 (05:35 -0400)]
daala: add encoder

9 years agolivehttp: don't open new file if current file hasn't been written to
Ilkka Ollakka [Sun, 21 Sep 2014 10:35:55 +0000 (11:35 +0100)]
livehttp: don't open new file if current file hasn't been written to

9 years agolivehttp: gather blocks so we can write more at the time
Ilkka Ollakka [Sat, 20 Sep 2014 17:24:40 +0000 (18:24 +0100)]
livehttp: gather blocks so we can write more at the time

Otherwise we would loop and write() ts-packet at a time.

9 years agomacosx: update SPMediaKeyTap
Felix Paul Kühne [Sun, 21 Sep 2014 13:23:28 +0000 (14:23 +0100)]
macosx: update SPMediaKeyTap

9 years agocanvas: only add croppadd if it's actually used
Ilkka Ollakka [Sun, 21 Sep 2014 10:36:45 +0000 (11:36 +0100)]
canvas: only add croppadd if it's actually used

9 years agouse CLOCK_FREQ
Ilkka Ollakka [Fri, 21 Mar 2014 09:12:34 +0000 (11:12 +0200)]
use CLOCK_FREQ

9 years agoconfig: fix shadowing
Rémi Denis-Courmont [Thu, 18 Sep 2014 15:14:43 +0000 (18:14 +0300)]
config: fix shadowing

9 years agopicture_fifo: avoid shadow variable
Rémi Denis-Courmont [Thu, 18 Sep 2014 15:11:13 +0000 (18:11 +0300)]
picture_fifo: avoid shadow variable

9 years agonetwork: remove no-op continue
Rémi Denis-Courmont [Thu, 18 Sep 2014 15:09:41 +0000 (18:09 +0300)]
network: remove no-op continue

9 years agonetwork: remove shadow variable
Rémi Denis-Courmont [Thu, 18 Sep 2014 15:09:20 +0000 (18:09 +0300)]
network: remove shadow variable

9 years agolib: unused variable
Rémi Denis-Courmont [Thu, 18 Sep 2014 15:07:46 +0000 (18:07 +0300)]
lib: unused variable

9 years agolib: fix shadowing and wrong variable type
Rémi Denis-Courmont [Thu, 18 Sep 2014 15:07:02 +0000 (18:07 +0300)]
lib: fix shadowing and wrong variable type

asprintf() returns an int, not a char *.

9 years agovideo_output: avoid variable shadowing
Rémi Denis-Courmont [Thu, 18 Sep 2014 15:06:11 +0000 (18:06 +0300)]
video_output: avoid variable shadowing

9 years agoNEWS: update for Opus in TS
Tristan Matthews [Sat, 20 Sep 2014 17:12:55 +0000 (13:12 -0400)]
NEWS: update for Opus in TS

9 years agoOpus in Transport Stream
Rafaël Carré [Fri, 27 Jun 2014 09:00:31 +0000 (11:00 +0200)]
Opus in Transport Stream

Signed-off-by: Tristan Matthews <le.businessman@gmail.com>
9 years agoFix PES muxing
Rafaël Carré [Sat, 20 Sep 2014 16:53:46 +0000 (17:53 +0100)]
Fix PES muxing

9 years agofix ee961d8fa4e9f2f6909b3d77269bc0de562649d9
Carola Nitz [Sat, 20 Sep 2014 10:24:22 +0000 (11:24 +0100)]
fix ee961d8fa4e9f2f6909b3d77269bc0de562649d9

Signed-off-by: Rafaël Carré <funman@videolan.org>
9 years agoconfigure: enable init-self and logical-op warnings
Rémi Denis-Courmont [Wed, 17 Sep 2014 21:12:30 +0000 (00:12 +0300)]
configure: enable init-self and logical-op warnings

9 years agodemux: avi: use vlc_ts_0
Francois Cartegnie [Tue, 16 Sep 2014 17:23:18 +0000 (19:23 +0200)]
demux: avi: use vlc_ts_0

9 years agodemux: avi: use clock_freq
Francois Cartegnie [Tue, 16 Sep 2014 17:25:51 +0000 (19:25 +0200)]
demux: avi: use clock_freq

9 years agodemux: avi: define READ_LENGTH
Francois Cartegnie [Wed, 17 Sep 2014 18:41:37 +0000 (20:41 +0200)]
demux: avi: define READ_LENGTH

9 years agoContribs: fix compilation for Android
Jean-Baptiste Kempf [Wed, 17 Sep 2014 13:25:36 +0000 (15:25 +0200)]
Contribs: fix compilation for Android

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agozip: remove unneeded include
Jean-Baptiste Kempf [Wed, 17 Sep 2014 06:53:51 +0000 (08:53 +0200)]
zip: remove unneeded include

9 years agoPrevent potential null pointer dereference in zip access
Gabriel de Perthuis [Mon, 15 Sep 2014 10:35:46 +0000 (12:35 +0200)]
Prevent potential null pointer dereference in zip access

Close #12149

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoContribs: update gettext to 0.19.2
Jean-Baptiste Kempf [Wed, 17 Sep 2014 06:47:54 +0000 (08:47 +0200)]
Contribs: update gettext to 0.19.2

9 years agoContribs: update libbluray to 0.6.2
Jean-Baptiste Kempf [Wed, 17 Sep 2014 06:34:58 +0000 (08:34 +0200)]
Contribs: update libbluray to 0.6.2

9 years agoContribs: update gpg-error to 1.15
Jean-Baptiste Kempf [Wed, 17 Sep 2014 06:28:41 +0000 (08:28 +0200)]
Contribs: update gpg-error to 1.15

9 years agozvbi: return actual last visible row
Hannes Domani [Mon, 15 Sep 2014 14:50:36 +0000 (16:50 +0200)]
zvbi: return actual last visible row

Currently in most cases the row after the last is returned.
When the last row is visible vbi_draw_vt_page_region() could
crash, because it went over the size of p_page.text and use
invalid values (>=40) as index for p_page.color_map.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodoc: grammar
Rémi Denis-Courmont [Tue, 16 Sep 2014 21:46:18 +0000 (00:46 +0300)]
doc: grammar

9 years agoaccess/http: Share cookies between all playlist items
Antti Ajanki [Tue, 16 Sep 2014 18:24:41 +0000 (21:24 +0300)]
access/http: Share cookies between all playlist items

Shared cookies are required, for example, by certain HDS and HLS streams
that set a cookie when the manifest is read and expect it to be sent
back on subsequent fragment requests.

The cookie jar is created during playlist initialization. HTTP requests
inherit the cookie jar from the playlist.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agocore: Move httpcookies.c to core
Antti Ajanki [Tue, 16 Sep 2014 18:24:40 +0000 (21:24 +0300)]
core: Move httpcookies.c to core

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agovdpau/chroma: skip forward to current picture if forced (fixes #11410)
Rémi Denis-Courmont [Mon, 15 Sep 2014 16:16:18 +0000 (19:16 +0300)]
vdpau/chroma: skip forward to current picture if forced (fixes #11410)

VDPAU introduces a delay of one field (one picture if not deinterlacing).
This is normally not an issue as the PTS is preserved. But it does not
work if there is only one picture not followed by another one.

9 years agoavcodec: fix missing include
Tristan Matthews [Sun, 14 Sep 2014 17:29:55 +0000 (13:29 -0400)]
avcodec: fix missing include

Needed for av_freep

9 years agogl: initialize fullscreen state correctly
Rémi Denis-Courmont [Sat, 13 Sep 2014 14:50:24 +0000 (17:50 +0300)]
gl: initialize fullscreen state correctly

9 years agogl: fix changing window size
Rémi Denis-Courmont [Sun, 14 Sep 2014 17:08:26 +0000 (20:08 +0300)]
gl: fix changing window size

9 years agoinput: fix forward NULL
Rémi Denis-Courmont [Sun, 14 Sep 2014 14:57:49 +0000 (17:57 +0300)]
input: fix forward NULL

9 years agodecoder: fix potential NULL dereference
Rémi Denis-Courmont [Sun, 14 Sep 2014 14:53:03 +0000 (17:53 +0300)]
decoder: fix potential NULL dereference

9 years agoposix: use getcwd() directly, ignore $PWD and avoid ToCToU
Rémi Denis-Courmont [Sun, 14 Sep 2014 14:47:32 +0000 (17:47 +0300)]
posix: use getcwd() directly, ignore $PWD and avoid ToCToU

9 years agolibmpeg2: eliminate dead code and factor
Rémi Denis-Courmont [Sun, 14 Sep 2014 14:42:26 +0000 (17:42 +0300)]
libmpeg2: eliminate dead code and factor

9 years agolibmpeg2: reduce variable scope
Rémi Denis-Courmont [Sun, 14 Sep 2014 14:30:54 +0000 (17:30 +0300)]
libmpeg2: reduce variable scope

9 years agovout_window: inline vout_window_Control()
Rémi Denis-Courmont [Sat, 13 Sep 2014 14:41:43 +0000 (17:41 +0300)]
vout_window: inline vout_window_Control()

9 years agovout_window: add vout_window_vaControl() helper
Rémi Denis-Courmont [Sat, 13 Sep 2014 14:41:19 +0000 (17:41 +0300)]
vout_window: add vout_window_vaControl() helper

9 years agogl: remove redundant pointer
Rémi Denis-Courmont [Sat, 13 Sep 2014 15:23:26 +0000 (18:23 +0300)]
gl: remove redundant pointer

9 years agoxcb/glx: remove redundant pointer
Rémi Denis-Courmont [Sat, 13 Sep 2014 14:18:46 +0000 (17:18 +0300)]
xcb/glx: remove redundant pointer

9 years agoegl: reorder to avoid forward declarations
Rémi Denis-Courmont [Sat, 13 Sep 2014 14:45:12 +0000 (17:45 +0300)]
egl: reorder to avoid forward declarations

9 years agoglx: reorder to avoid forward declarations
Rémi Denis-Courmont [Sat, 13 Sep 2014 14:04:48 +0000 (17:04 +0300)]
glx: reorder to avoid forward declarations

9 years agovdpau/avcodec: cleanup
Rémi Denis-Courmont [Sat, 13 Sep 2014 11:07:37 +0000 (14:07 +0300)]
vdpau/avcodec: cleanup

9 years agovda: cleanup
Rémi Denis-Courmont [Sat, 13 Sep 2014 10:57:33 +0000 (13:57 +0300)]
vda: cleanup

9 years agoavcodec: close acceleration back-end after the context
Rémi Denis-Courmont [Sat, 13 Sep 2014 10:05:35 +0000 (13:05 +0300)]
avcodec: close acceleration back-end after the context

9 years agovda: remove write-only parameter
Rémi Denis-Courmont [Sat, 13 Sep 2014 10:46:32 +0000 (13:46 +0300)]
vda: remove write-only parameter

9 years agoavcodec: pass AVCodecContext to VA setup callback
Rémi Denis-Courmont [Sat, 13 Sep 2014 10:43:07 +0000 (13:43 +0300)]
avcodec: pass AVCodecContext to VA setup callback

9 years agoavcodec: pass AVCodecContext to VA destroy callback
Rémi Denis-Courmont [Sat, 13 Sep 2014 10:40:40 +0000 (13:40 +0300)]
avcodec: pass AVCodecContext to VA destroy callback

9 years agoavcodec: free extradata after closing the context
Rémi Denis-Courmont [Sat, 13 Sep 2014 09:59:48 +0000 (12:59 +0300)]
avcodec: free extradata after closing the context

9 years agoavcodec: move debug message to correct place
Rémi Denis-Courmont [Sat, 13 Sep 2014 09:59:37 +0000 (12:59 +0300)]
avcodec: move debug message to correct place

9 years agoavcodec/encoder: fix alloc/free of context
Rémi Denis-Courmont [Sat, 13 Sep 2014 09:43:52 +0000 (12:43 +0300)]
avcodec/encoder: fix alloc/free of context

9 years agoavcodec: use avcodec_free_context() where applicable
Rémi Denis-Courmont [Sat, 13 Sep 2014 09:48:17 +0000 (12:48 +0300)]
avcodec: use avcodec_free_context() where applicable

Fix leak on error, fix mismatched free function on success.

9 years agovaapi: inline init and deinit functions
Rémi Denis-Courmont [Sat, 13 Sep 2014 09:24:40 +0000 (12:24 +0300)]
vaapi: inline init and deinit functions

9 years agovaapi: reorder to avoid forward declarations, no functional changes
Rémi Denis-Courmont [Sat, 13 Sep 2014 09:20:57 +0000 (12:20 +0300)]
vaapi: reorder to avoid forward declarations, no functional changes

9 years agowl/shm: print supported buffer formats to log
Rémi Denis-Courmont [Fri, 12 Sep 2014 19:49:38 +0000 (22:49 +0300)]
wl/shm: print supported buffer formats to log

9 years agov4l2: detect and use the Sundtek driver
Rémi Denis-Courmont [Fri, 12 Sep 2014 15:55:47 +0000 (18:55 +0300)]
v4l2: detect and use the Sundtek driver

9 years agov4l2: simplify dynamic loading of libv4l2
Rémi Denis-Courmont [Thu, 11 Sep 2014 21:14:15 +0000 (00:14 +0300)]
v4l2: simplify dynamic loading of libv4l2

9 years agoandroid: request rotation if video is oriented
Felix Abecassis [Fri, 12 Sep 2014 17:43:21 +0000 (19:43 +0200)]
android: request rotation if video is oriented