Shaleen Jain
57949e7a9b
configure: refactor RDC_PROG_{CC, CXX}_FLAGS with AX_APPEND_COMPILE_FLAGS
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
9 years ago
Abylay Ospan
0afab3b610
codec: atsc_a65: avoid crash
Pointer to allocated memory incremented in cycle and then used to
'free' call. This cause crash because pointer is not pointing to
originally allocated memory.
Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
9 years ago
Francois Cartegnie
3affe2e6ff
input: update title const ref on mainloop title update
refs #18727
9 years ago
Francois Cartegnie
fa26e3d61b
access: bluray: check and remove xmalloc in get_attachments
9 years ago
Francois Cartegnie
7254613061
access: bluray: check input title allocation
9 years ago
David Fuhrmann
17ef69b1e6
macosx: Fix wrapping / multiline behaviour for resume string
Note that the correct way to do this would be setting
preferredMaxLayoutWidth property of the label. But unfortunately,
this is only available starting from 10.8. So workaround that
by setting a fixed width (by window size) and explicit height
contraints.
9 years ago
David Fuhrmann
b3a8dce4b8
contrib: sparkle: Update to 1.18.1
9 years ago
David Fuhrmann
eb176fac98
macosx: Fix warning about constness of vlc_renderer_item_t
9 years ago
Jean-Baptiste Kempf
f99dec8643
Contribs: update libass to 0.13.7
9 years ago
Francois Cartegnie
bfff7192a1
demux: ts: handle video stream descriptor
9 years ago
Hugo Beauzée-Luyssen
6155a8c919
transcode: video: Don't probe conversion modules for each frame
9 years ago
Hugo Beauzée-Luyssen
647e358457
Revert "Qt: force the rebuild of the view to properly sort playlist items"
This reverts commit 9b68e7653f .
Fix #18577
9 years ago
Hugo Beauzée-Luyssen
87b923a85e
transcode: video: Remove trailing semicolon
9 years ago
Hugo Beauzée-Luyssen
09a6654779
transcode: video: Factorize output video format selection
9 years ago
Hugo Beauzée-Luyssen
cd05e3209f
es_format: Avoid potential integer overflow
As it's already done when comparing video formats in decoder.c's vout_update_format
9 years ago
Thomas Guillem
cd7de4295f
gl: fix VLC_CODEC_CVPX_UYVY fragment shader
9 years ago
Thomas Guillem
3ce0aa0303
gl: fix packed YUV422 fragment shaders
Fixes #18671
9 years ago
Francois Cartegnie
2cdb7a234e
codec: faad: handle mid/back pair repeats
Previous faad2 contribs fix was incorrect.
Fix has to be done in decoder module.
This reverts commit 85f0e45b23 .
9 years ago
Hugo Beauzée-Luyssen
a2ec3f6769
qsv: Remove erroneous check
This was causing the first frame to have no pts/dts
9 years ago
Hugo Beauzée-Luyssen
5f63e5546b
qsv: Don't modify the input picture date
9 years ago
Francois Cartegnie
b4c0bcad7c
access: live555: only use valid pcr from tracks
9 years ago
Abylay Ospan
aed5355643
avoid crash in imem.c plugin
p_sys is allocated using vlc_calloc but deleted by regular 'free' call.
This cause 'double free or corruption' crash.
do not delete p_sys here because it will be automatically deallocated by
'vlc_objres_clear' in modules.c
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years ago
Hugo Beauzée-Luyssen
05653f3d75
avcodec: subtitle: Don't use deprecated AVSubtitleRect::pict
ref #18697
9 years ago
Hugo Beauzée-Luyssen
ac73a79265
qsv: Fix memory leak
9 years ago
Hugo Beauzée-Luyssen
2748044a0f
qsv: Specify the input chroma
This avoids some filters to reject conversion to NV12
9 years ago
Hugo Beauzée-Luyssen
746354b9a2
transcode: Store the scale factor as a float
it is fetched as a float, and used with floats.
9 years ago
Hugo Beauzée-Luyssen
756ceff1a8
transcode: video: Simplify dimension rounding.
Do not round visible dimensions
9 years ago
Hugo Beauzée-Luyssen
5d1a7f7066
transcode: video: Provide a default frame rate when probing encoders
Not providing the framerate will cause some encoders to fail while they
could support the requested operation.
9 years ago
Thomas Guillem
e416b441c9
aout: opensles: handle only linear formats
9 years ago
Thomas Guillem
a6407ec0cb
aout: change an assert to a critical error
This error is triggered when an aout module request a linear format from a non
linear one.
Fixes #18655
9 years ago
Thomas Guillem
439f579904
aout: dummy: handle pass through
In case of pass through, change the audio format to trigger the spdif audio
converter.
Refs #18655
9 years ago
Francois Cartegnie
6968dd2695
demux: avi: fix incremental chunk reads ( fix #18693 )
9 years ago
Francois Cartegnie
85f0e45b23
contribs: faad2: fix 4 channels groups handling
fixes output when channels are declared as 4 back or side chans
refs #18719
9 years ago
Francois Cartegnie
50b86e5bfe
vout: drop or patch invalid dvd menu palette
9 years ago
Hugo Beauzée-Luyssen
775e88f621
core: Fix float config variables lower bound
This is a follow-up of c95d5fbea2
FLT_MIN isn't the minimum floating point value, but the minimum
normalized positive value of a float
9 years ago
Hugo Beauzée-Luyssen
954ec0a4e9
extra: win32: configure: There is no SDL module to disable anymore
9 years ago
Hugo Beauzée-Luyssen
ceacd64e17
qt: Handle boolean preferences
Reported-by: Olaf Hering <olaf@aepfle.de>
9 years ago
Hugo Beauzée-Luyssen
20d465183a
qt: plugins: Don't generate icons procedurally
Fix #18689
9 years ago
Alexandre Perraud
dfbaac2aa2
Qt : Add colored addon icons
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Zhao Zhili
5cdd383d00
demux: adaptive: fix comment
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Steve Lhomme
9d11ab47a8
contrib: update libebml to 1.3.5
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Steve Lhomme
832b332ee4
direct3d11: remove write-only decoderFormat
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Steve Lhomme
ed80814ae5
d3d11va: fill the formatTexture in the context
It might be used by the vout to determine if it's I420 or not
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Hugo Beauzée-Luyssen
de8f3ca89a
transcode: audio: Fix format copy
This was causing a double free during decoder cleanup
9 years ago
Marvin Scholz
050a66fad1
macosx: Fix volume slider knob thickness
9 years ago
Hugo Beauzée-Luyssen
f4f8334b75
ps: Fix invalid read
9 years ago
Hugo Beauzée-Luyssen
5b95aa9445
remap: Fix missing NULL terminator
9 years ago
Hugo Beauzée-Luyssen
5332f51ee2
i420_10_p010: Fix leak
9 years ago
Hugo Beauzée-Luyssen
6329e2c506
i420_nv12: Fix leak
9 years ago
Francois Cartegnie
6b7b792053
vout core: drop invalid palette
This fixes numerous DVD issues with menus reported
Close #18303
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago