]> git.sesse.net Git - vlc/log
vlc
11 years agoSupport alternate TrackTotal styles in taglib.
Timothy B. Terriberry [Mon, 2 Sep 2013 18:15:13 +0000 (11:15 -0700)]
Support alternate TrackTotal styles in taglib.

vorbis_ParseComment() supports several different methods of
specifying the total number of tracks. Update the taglib module
to support reading in the same set.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoAdd support for writing more Ogg tags.
Timothy B. Terriberry [Mon, 2 Sep 2013 15:50:52 +0000 (08:50 -0700)]
Add support for writing more Ogg tags.

This propagates more of the data between a vlc_meta_t object and
the taglib object used to write out new metadata. This should
support everything except Setting, URL, NowPlaying, ArtworkURL, and
TrackID.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agodemux: use stream_vaControl() where applicable (fixes #9302)
Rémi Denis-Courmont [Mon, 2 Sep 2013 20:45:36 +0000 (23:45 +0300)]
demux: use stream_vaControl() where applicable (fixes #9302)

11 years agoes: copy va_list only when needed
Rémi Denis-Courmont [Mon, 2 Sep 2013 20:34:06 +0000 (23:34 +0300)]
es: copy va_list only when needed

11 years agoPulseAudio: remove unused datum
Rémi Denis-Courmont [Mon, 2 Sep 2013 20:07:33 +0000 (23:07 +0300)]
PulseAudio: remove unused datum

11 years agoPulseAudio: remove broken logic
Rémi Denis-Courmont [Mon, 2 Sep 2013 20:01:17 +0000 (23:01 +0300)]
PulseAudio: remove broken logic

sys->first_pts is the time the stream started originally, but was
mistaken as the time of the stream was paused.

Now, it is assumed that pausing and resuming take approximately the
same time. This is usually true, and if it is not, there is no way for
either VLC or PulseAudio to know (since ALSA does not expose
pause/resume latency informations for the underlying devices).

In practice, this makes no real difference other than removing a bogus
warning about being late when resuming from pause.

11 years agoShow Save Metadata button when editing comments.
Timothy B. Terriberry [Mon, 2 Sep 2013 16:48:12 +0000 (09:48 -0700)]
Show Save Metadata button when editing comments.

QTextEdit doesn't have a textEdited() signal, but textChanged()
works well enough if we disable it while we're changing the text
ourselves.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoFix a memory leak in ParseVorbisComments().
Timothy B. Terriberry [Mon, 2 Sep 2013 16:27:13 +0000 (09:27 -0700)]
Fix a memory leak in ParseVorbisComments().

Also, don't abort parsing the rest of the comments if we encounter
an empty one.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoUpdate the language when saving metadata.
Timothy B. Terriberry [Mon, 2 Sep 2013 15:56:43 +0000 (08:56 -0700)]
Update the language when saving metadata.

Otherwise it won't get saved to the file.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoAdd support for updating Opus metadata.
Timothy B. Terriberry [Mon, 2 Sep 2013 14:53:37 +0000 (07:53 -0700)]
Add support for updating Opus metadata.

This requires a taglib version with Opus support, but such a
version has not yet been released, even though support has been in
git almost a year. This version is scheduled as version 1.9

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoQt: trim the MRL before validating its content (fix #9289)
Ludovic Fauvet [Mon, 2 Sep 2013 15:57:06 +0000 (17:57 +0200)]
Qt: trim the MRL before validating its content (fix #9289)

The default implementation of QLineEdit only calls the fixup method if the
user presses Enter and the content is not currently valid.

11 years agoMacOSX: fix engrish error
Jean-Baptiste Kempf [Mon, 2 Sep 2013 16:18:05 +0000 (18:18 +0200)]
MacOSX: fix engrish error

11 years agolibvlc: libvlc_MediaSubItemTreeAdded event type added
Sergey Radionov [Sun, 1 Sep 2013 14:00:18 +0000 (21:00 +0700)]
libvlc: libvlc_MediaSubItemTreeAdded event type added

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agomjpeg: work around broken MIME separators in crappy firmwares
David R Robison [Mon, 2 Sep 2013 15:40:05 +0000 (18:40 +0300)]
mjpeg: work around broken MIME separators in crappy firmwares

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoAllow negative rates
Paul Clark [Fri, 30 Aug 2013 12:59:14 +0000 (13:59 +0100)]
Allow negative rates

Some inputs (e.g. RTSP) can provide negative rates (rewind) just fine

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoscene: Fix division by 0
Jean-Baptiste Kempf [Mon, 2 Sep 2013 14:57:17 +0000 (16:57 +0200)]
scene: Fix division by 0

Close #9291

11 years agoCorrectly repacketize wavpack frames from Matroska
Denis Charmet [Mon, 2 Sep 2013 13:02:34 +0000 (15:02 +0200)]
Correctly repacketize wavpack frames from Matroska

Since libavcodec decoder doesn't expect matroska formatted wavpack anymore.

11 years agoauhal: respect changes in default audio device during playback (fixes #9266)
David Fuhrmann [Sun, 1 Sep 2013 12:13:15 +0000 (14:13 +0200)]
auhal: respect changes in default audio device during playback (fixes #9266)

11 years agoauhal: cosmetics
David Fuhrmann [Sun, 1 Sep 2013 12:10:08 +0000 (14:10 +0200)]
auhal: cosmetics

11 years agoextras/tools: bump cmake version to current stable and add a patch fixing build on...
Konstantin Pavlov [Sat, 31 Aug 2013 14:51:09 +0000 (18:51 +0400)]
extras/tools: bump cmake version to current stable and add a patch fixing build on OSX Mavericks.

11 years agoextras/tools: fix ragel build with clang on OSX Mavericks
Konstantin Pavlov [Sat, 31 Aug 2013 14:52:48 +0000 (18:52 +0400)]
extras/tools: fix ragel build with clang on OSX Mavericks

11 years agoInput clock reference: bump maximum gap to 60s
Rafaël Carré [Sat, 31 Aug 2013 12:49:44 +0000 (14:49 +0200)]
Input clock reference: bump maximum gap to 60s

Some APE files can have a single packet duration of up to 30s
Is there even a hard limit in this format, or can packets be longer?

Previous gap limit was an arbitrary 22s, written in a way reminiscent of
the MPEG 90kHz clock, which does not make sense anymore since reference clock
in all our demuxers use our own 1MHz clock.

Also explicitely use CLOCK_FREQ

11 years agoavcodec: pass aligned picture dimensions to video output
Rémi Denis-Courmont [Sat, 31 Aug 2013 15:45:32 +0000 (18:45 +0300)]
avcodec: pass aligned picture dimensions to video output

This enables direct rendering for H.264 software decoding.

11 years agodoc: New fortune :)
Mirsal Ennaime [Sat, 31 Aug 2013 15:26:42 +0000 (17:26 +0200)]
doc: New fortune :)

11 years agolua dkjson: use us_tostring() to fix locale issues with decimals
Pierre Ynard [Sat, 31 Aug 2013 15:29:33 +0000 (17:29 +0200)]
lua dkjson: use us_tostring() to fix locale issues with decimals

This only fixes encoding but we don't use decoding anyway.

Fixes #8854

11 years agocompat: add some more thread locale constants
Rémi Denis-Courmont [Sat, 31 Aug 2013 13:00:28 +0000 (16:00 +0300)]
compat: add some more thread locale constants

11 years agoomxil: Use pts instead of dts by default
Martin Storsjö [Thu, 29 Aug 2013 22:26:10 +0000 (00:26 +0200)]
omxil: Use pts instead of dts by default

I don't know of any codec that actually works better when passed dts
instead of pts. If such codecs exist I do think they're a minority
compared to the ones that can handle both or that do prefer pts.

Additionally, the Android media frameworks pass pts to decoders in
general, not dts. (Vendors might of course have individual hacks,
but this is what the generic code does.)

Signed-off-by: Martin Storsjö <martin@martin.st>
11 years agoomxil: Include timestamps in the omx debug messages
Martin Storsjö [Thu, 29 Aug 2013 22:24:52 +0000 (00:24 +0200)]
omxil: Include timestamps in the omx debug messages

This is often useful when debugging, when trying to keep track of frames.

Signed-off-by: Martin Storsjö <martin@martin.st>
11 years agoCorrect typo (fixes #9292)
Rémi Denis-Courmont [Thu, 29 Aug 2013 17:51:20 +0000 (20:51 +0300)]
Correct typo (fixes #9292)

11 years agoFix VLC_CLIP usage (and potential divisions by zero)
Rémi Duraffort [Wed, 28 Aug 2013 18:15:14 +0000 (20:15 +0200)]
Fix VLC_CLIP usage (and potential divisions by zero)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoFix memory leak (cid #1048910)
Rémi Duraffort [Wed, 28 Aug 2013 18:15:12 +0000 (20:15 +0200)]
Fix memory leak (cid #1048910)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoFix sizeof mismatch (cid #1064682)
Rémi Duraffort [Wed, 28 Aug 2013 18:15:09 +0000 (20:15 +0200)]
Fix sizeof mismatch (cid #1064682)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoFreetype: move GetStyleFromStack to helper
Jean-Baptiste Kempf [Wed, 28 Aug 2013 23:01:45 +0000 (01:01 +0200)]
Freetype: move GetStyleFromStack to helper

11 years agoFreetype: use a text_style_t in p_sys
Jean-Baptiste Kempf [Wed, 28 Aug 2013 16:05:56 +0000 (18:05 +0200)]
Freetype: use a text_style_t in p_sys

11 years agoFreetype: harmonize between platforms
Jean-Baptiste Kempf [Wed, 28 Aug 2013 15:53:50 +0000 (17:53 +0200)]
Freetype: harmonize between platforms

11 years agoFreetype: use psz_fontname
Jean-Baptiste Kempf [Wed, 28 Aug 2013 15:18:37 +0000 (17:18 +0200)]
Freetype: use psz_fontname

11 years agocue.lua: remove tabs
Ludovic Fauvet [Wed, 28 Aug 2013 15:40:35 +0000 (17:40 +0200)]
cue.lua: remove tabs

11 years agocue: support Latin1 cue files (fix #9238)
Ludovic Fauvet [Wed, 28 Aug 2013 15:27:12 +0000 (17:27 +0200)]
cue: support Latin1 cue files (fix #9238)

11 years agoFreetype: use int instead of uint8 for alpha
Jean-Baptiste Kempf [Wed, 28 Aug 2013 15:09:05 +0000 (17:09 +0200)]
Freetype: use int instead of uint8 for alpha

And remove write only variable

11 years agoFreetype: move arguments type to match text_style_t
Jean-Baptiste Kempf [Wed, 28 Aug 2013 14:46:35 +0000 (16:46 +0200)]
Freetype: move arguments type to match text_style_t

11 years agoFreetype: rename variables to match text_style_t names
Jean-Baptiste Kempf [Wed, 28 Aug 2013 14:37:50 +0000 (16:37 +0200)]
Freetype: rename variables to match text_style_t names

11 years agoFreetype: fix Win32 compilation
Jean-Baptiste Kempf [Wed, 28 Aug 2013 14:25:44 +0000 (16:25 +0200)]
Freetype: fix Win32 compilation

11 years agoQt: replace a remnant of Qt3
Ludovic Fauvet [Wed, 28 Aug 2013 14:05:56 +0000 (16:05 +0200)]
Qt: replace a remnant of Qt3

11 years agoconfigure: require at least Qt 5.1.0 to use Qt5
Ludovic Fauvet [Wed, 28 Aug 2013 13:35:34 +0000 (15:35 +0200)]
configure: require at least Qt 5.1.0 to use Qt5

11 years agoFreetype: split some functions in text_renderer.c
Jean-Baptiste Kempf [Wed, 28 Aug 2013 13:30:48 +0000 (15:30 +0200)]
Freetype: split some functions in text_renderer.c

Too many functions are not related to freetype and could be used by
other renderers like QuartText or DirectWrite.
Moreover, this file was way too long.

This is just the beginning, and there are no functionnal change so far.

11 years agoQt: do not delete speedControl yourself
Jean-Baptiste Kempf [Wed, 28 Aug 2013 11:50:49 +0000 (13:50 +0200)]
Qt: do not delete speedControl yourself

It is a QFrame, so it is already parented and should work fine.
Fixes crash-on-quit in Qt5

11 years agoQt: toAscii has been deprecated
Jean-Baptiste Kempf [Wed, 28 Aug 2013 11:35:27 +0000 (13:35 +0200)]
Qt: toAscii has been deprecated

Ref #8532

11 years agoQt5: Fix ADD_ICON, again
Jean-Baptiste Kempf [Wed, 28 Aug 2013 11:33:40 +0000 (13:33 +0200)]
Qt5: Fix ADD_ICON, again

11 years agoQt5: Be sure to use the rcc/moc/tools of Qt5
Jean-Baptiste Kempf [Wed, 28 Aug 2013 11:27:00 +0000 (13:27 +0200)]
Qt5: Be sure to use the rcc/moc/tools of Qt5

Ref #8532

11 years agofreetype: fallback to the system font if no font is specified in the style (fix ...
Ludovic Fauvet [Wed, 28 Aug 2013 10:54:21 +0000 (12:54 +0200)]
freetype: fallback to the system font if no font is specified in the style (fix #8960)

This fixes a potential NULL pointer dereference and also enables the marq
filter to use the user specified font.

Reported-by: Tillmann Karras <tillmann@selfnet.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agocontrib: regex: don't build tests or doc
Rafaël Carré [Wed, 28 Aug 2013 03:28:37 +0000 (05:28 +0200)]
contrib: regex: don't build tests or doc

11 years agoinput: remove input_source_t.p_stream (refs #8455)
Rémi Denis-Courmont [Tue, 27 Aug 2013 19:40:06 +0000 (22:40 +0300)]
input: remove input_source_t.p_stream (refs #8455)

11 years agoinput: delete stream from demux_Delete() (refs #8455)
Rémi Denis-Courmont [Tue, 27 Aug 2013 19:20:12 +0000 (22:20 +0300)]
input: delete stream from demux_Delete() (refs #8455)

11 years agoinput: remove dead and broken byte offset bookmark support (refs #8455)
Rémi Denis-Courmont [Tue, 27 Aug 2013 18:58:58 +0000 (21:58 +0300)]
input: remove dead and broken byte offset bookmark support (refs #8455)

Nobody would use this in real life (even time offset bookmarks are
hardly used at all), the "feature" was unreachable from the UI, and
it does not work with most demuxers.

seekpoint_t.i_byte_offset is kept due to other usage of the same
structure, i.e. proper seek points (as opposed to bookmarks).

11 years agoqt: discard bookmark byte offset
Rémi Denis-Courmont [Tue, 27 Aug 2013 18:56:38 +0000 (21:56 +0300)]
qt: discard bookmark byte offset

This is useless given that the time offset is set and the input core
ignores the byte offset when the time offset is set. I think the column
should probably be removed completely.

11 years agodemux: fix bit logic
Rémi Denis-Courmont [Tue, 27 Aug 2013 16:33:35 +0000 (19:33 +0300)]
demux: fix bit logic

11 years agodtv: undo accidental code removal (fixes #9274 probably)
Rémi Denis-Courmont [Tue, 27 Aug 2013 16:33:10 +0000 (19:33 +0300)]
dtv: undo accidental code removal (fixes #9274 probably)

11 years agoconfigure: correctly detect Qt5
Ludovic Fauvet [Tue, 27 Aug 2013 13:37:49 +0000 (15:37 +0200)]
configure: correctly detect Qt5

11 years agoHLS: implement pause
Rafaël Carré [Mon, 26 Aug 2013 14:41:34 +0000 (16:41 +0200)]
HLS: implement pause

Close #9234

11 years agoauhal: HACK to fix infinite restart when trying to switch to spdif on 10.6 (fixes...
David Fuhrmann [Wed, 21 Aug 2013 18:32:31 +0000 (20:32 +0200)]
auhal: HACK to fix infinite restart when trying to switch to spdif on 10.6 (fixes #9141)

11 years agoinput: deprecate input_source_t.p_stream (refs #8455)
Rémi Denis-Courmont [Mon, 26 Aug 2013 19:56:59 +0000 (22:56 +0300)]
input: deprecate input_source_t.p_stream (refs #8455)

11 years agoRemove unused variables
Rémi Denis-Courmont [Mon, 26 Aug 2013 19:56:00 +0000 (22:56 +0300)]
Remove unused variables

11 years agoinput: remove input_source_t.p_access
Rémi Denis-Courmont [Mon, 26 Aug 2013 19:55:44 +0000 (22:55 +0300)]
input: remove input_source_t.p_access

11 years agoaccess: remove info.i_(update|title|seekpoint)
Rémi Denis-Courmont [Mon, 26 Aug 2013 19:26:27 +0000 (22:26 +0300)]
access: remove info.i_(update|title|seekpoint)

11 years agompeg: implement title/seekpoint controls (refs #8455)
Rémi Denis-Courmont [Mon, 26 Aug 2013 19:26:30 +0000 (22:26 +0300)]
mpeg: implement title/seekpoint controls (refs #8455)

This is intended for VDR directories and Video CDs.

11 years agovcdx: switch to ACCESS_GET_(TITLE|SEEKPOINT)
Rémi Denis-Courmont [Mon, 26 Aug 2013 18:56:45 +0000 (21:56 +0300)]
vcdx: switch to ACCESS_GET_(TITLE|SEEKPOINT)

11 years agovcd: switch to ACCESS_GET_(TITLE|SEEKPOINT)
Rémi Denis-Courmont [Mon, 26 Aug 2013 18:24:49 +0000 (21:24 +0300)]
vcd: switch to ACCESS_GET_(TITLE|SEEKPOINT)

11 years agovdr: switch to ACCESS_GET_SEEKPOINT
Rémi Denis-Courmont [Mon, 26 Aug 2013 18:25:12 +0000 (21:25 +0300)]
vdr: switch to ACCESS_GET_SEEKPOINT

11 years agoinput: add access & stream controls for current title and seekpoint
Rémi Denis-Courmont [Mon, 26 Aug 2013 16:08:18 +0000 (19:08 +0300)]
input: add access & stream controls for current title and seekpoint

11 years agoinput: always use the demux for titles & seekpoints (fixes #8456)
Rémi Denis-Courmont [Mon, 26 Aug 2013 18:58:02 +0000 (21:58 +0300)]
input: always use the demux for titles & seekpoints (fixes #8456)

11 years agodirectory: fix warning
Rémi Denis-Courmont [Mon, 26 Aug 2013 18:20:11 +0000 (21:20 +0300)]
directory: fix warning

11 years agoinput: always pass meta data through demux (refs #8456)
Rémi Denis-Courmont [Mon, 26 Aug 2013 17:49:03 +0000 (20:49 +0300)]
input: always pass meta data through demux (refs #8456)

11 years agoinput: poll signal level through demux (refs #8456)
Rémi Denis-Courmont [Mon, 26 Aug 2013 17:21:14 +0000 (20:21 +0300)]
input: poll signal level through demux (refs #8456)

11 years agoQt: standardpanel: fix potential null dereference
Francois Cartegnie [Mon, 26 Aug 2013 17:18:31 +0000 (19:18 +0200)]
Qt: standardpanel: fix potential null dereference

11 years agoQt: PLModel: initialize member
Francois Cartegnie [Mon, 26 Aug 2013 17:14:18 +0000 (19:14 +0200)]
Qt: PLModel: initialize member

11 years agoaccess: simplify control default case, remove dummy warnings
Rémi Denis-Courmont [Mon, 26 Aug 2013 17:02:54 +0000 (20:02 +0300)]
access: simplify control default case, remove dummy warnings

11 years agohttplive: cosmetic retab
Ilkka Ollakka [Mon, 26 Aug 2013 13:34:53 +0000 (16:34 +0300)]
httplive: cosmetic retab

11 years agohttplive: downgrade most of the messages from Info to Debug
Ilkka Ollakka [Mon, 26 Aug 2013 13:32:13 +0000 (16:32 +0300)]
httplive: downgrade most of the messages from Info to Debug

11 years agohttplive: don't reload playlist all the time.
Ilkka Ollakka [Mon, 26 Aug 2013 13:08:56 +0000 (16:08 +0300)]
httplive: don't reload playlist all the time.

Reload playlist only when there is only 1 or 0 segments left that are
downloaded but not played yet. Also change the default interval to be
segment length instead of half segment length.

With this patch it downloads 3 segments from 5 seglen playlist at the
time and then plays those. Should be much nicer on http-server and
powersaving (marginally as there isn't network activity that often).

11 years agohttplive: check segment gap on last segment number instead of the segment number...
Ilkka Ollakka [Mon, 26 Aug 2013 13:08:23 +0000 (16:08 +0300)]
httplive: check segment gap on last segment number instead of the segment number of last playlist load

11 years agohttplive: cosmetic
Ilkka Ollakka [Mon, 26 Aug 2013 13:07:33 +0000 (16:07 +0300)]
httplive: cosmetic

11 years agoBug fix: HLS module does not block until data is available. As a result live streams...
Avishay Spitzer [Mon, 19 Aug 2013 07:08:33 +0000 (03:08 -0400)]
Bug fix: HLS module does not block until data is available. As a result live streams may end unexpectedly in case of short playlists or slow connections. Problem was fixed by blocking on a condition variable in the "read" function in case data is not available until Download thread signals (when new data is available) or a timeout of 10 seconds is reached. Blocking is done with a timed wait in order to avoid deadlocks since the thread that calls read is also responsible for calling close.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
11 years agoIn case of live streams, the reload thread did not wake up the download thread and...
Avishay Spitzer [Wed, 14 Aug 2013 08:08:01 +0000 (04:08 -0400)]
In case of live streams, the reload thread did not wake up the download thread and so new segments were not downloaded. Problem was fixed by sginalling the download thread with the condition variable.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
11 years agodirectsound: fix inverted logic (fix #9195)
Ludovic Fauvet [Mon, 26 Aug 2013 12:47:43 +0000 (14:47 +0200)]
directsound: fix inverted logic (fix #9195)

11 years agotools: Check for libtool 2.4
Martin Storsjö [Mon, 26 Aug 2013 11:21:52 +0000 (14:21 +0300)]
tools: Check for libtool 2.4

This is required when building libpng.

11 years agocontrib: Patch libpng to make it build with automake 1.12 and 1.11 again
Martin Storsjö [Mon, 26 Aug 2013 11:20:54 +0000 (14:20 +0300)]
contrib: Patch libpng to make it build with automake 1.12 and 1.11 again

11 years agodemux: avi: Ignore empty idx1 indexes for testing offset (fix #9248)
Francois Cartegnie [Mon, 26 Aug 2013 08:49:38 +0000 (10:49 +0200)]
demux: avi: Ignore empty idx1 indexes for testing offset (fix #9248)

More broken avi files :/

11 years agoqt4: win7 taskbar buttons are 16x16 since a3db0685
Rafaël Carré [Mon, 26 Aug 2013 08:15:24 +0000 (10:15 +0200)]
qt4: win7 taskbar buttons are 16x16 since a3db0685

Close #9227

11 years agomacosx: do not switch mux and access in opens stream out panel (fixes #9173)
David Fuhrmann [Sun, 25 Aug 2013 20:24:47 +0000 (22:24 +0200)]
macosx: do not switch mux and access in opens stream out panel (fixes #9173)

11 years agoavformat mux: Propagate seekable status into avformat.
Steinar H. Gunderson [Fri, 16 Aug 2013 14:42:11 +0000 (16:42 +0200)]
avformat mux: Propagate seekable status into avformat.

Some muxes, in particular mkv/webm, behave very differently depending on
whether we say that the stream is seekable or not (by providing the IOSeek
function). It does not help that the seek function itself returns an error.

Thus, add a new access_out control called ACCESS_OUT_CAN_SEEK, set to true
for seekable files in the file output only, and propagate the status of that
into avformat at initialization time.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoinput/stream: remove STREAM_CONTROL_ACCESS and simplify
Rémi Denis-Courmont [Sun, 25 Aug 2013 10:04:39 +0000 (13:04 +0300)]
input/stream: remove STREAM_CONTROL_ACCESS and simplify

11 years agoaccess: clearing info.i_update is the owner's job, not the plugin's
Rémi Denis-Courmont [Sun, 25 Aug 2013 09:49:00 +0000 (12:49 +0300)]
access: clearing info.i_update is the owner's job, not the plugin's

11 years agofile: update size whenever it is requested
Rémi Denis-Courmont [Sun, 25 Aug 2013 09:44:17 +0000 (12:44 +0300)]
file: update size whenever it is requested

11 years agoinput/stream: cosmetics
Rémi Denis-Courmont [Sun, 25 Aug 2013 09:35:19 +0000 (12:35 +0300)]
input/stream: cosmetics

11 years agoinput/stream: factor code
Rémi Denis-Courmont [Sun, 25 Aug 2013 09:25:02 +0000 (12:25 +0300)]
input/stream: factor code

11 years agocontrib: iconv: update patch after 7cc06ba8c9
Rafaël Carré [Sat, 24 Aug 2013 22:52:15 +0000 (00:52 +0200)]
contrib: iconv: update patch after 7cc06ba8c9

11 years agomp4a packetizer: fix buffer overflow
Rafaël Carré [Sat, 24 Aug 2013 20:10:31 +0000 (22:10 +0200)]
mp4a packetizer: fix buffer overflow

11 years agomp4a packetizer: simplify loop
Rafaël Carré [Sat, 24 Aug 2013 20:10:18 +0000 (22:10 +0200)]
mp4a packetizer: simplify loop

11 years agomp4a packetizer: cosmetics
Rafaël Carré [Sat, 24 Aug 2013 20:03:20 +0000 (22:03 +0200)]
mp4a packetizer: cosmetics

11 years agoios2: clean opengl buffers only in active state
Gleb Pinigin [Sat, 24 Aug 2013 15:10:08 +0000 (22:10 +0700)]
ios2: clean opengl buffers only in active state

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>