vlc/src/misc
Thomas Guillem 4d0cc7a55f fourcc: add more GeoVision FOURCC
Fixes GeoVision video playback via the avi demuxer.

(cherry picked from commit 6372cce4c9)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2022-02-21 10:21:47 +01:00
..
actions.c core: use vlc_alloc helpers 2017-11-12 15:24:19 +02:00
addons.c addons: Make fetcher & installer threads interruptible 2017-11-03 17:03:16 +01:00
background_worker.c vlc_arrays: split array_append in checked and w/abort 2017-10-25 12:33:02 +02:00
background_worker.h misc/background_worker: allow for indefinite wait (no timeout) 2017-04-05 13:59:32 +02:00
block.c block: limit alloc size to 128MB 2017-11-14 10:24:02 +01:00
cpu.c cpu: use vlc_memstream instead of sprintf() 2017-02-24 21:38:55 +02:00
epg.c libvlc: remove vlc_epg_Merge 2017-09-05 15:26:41 +02:00
error.c Remove unused VLC_EEXIT* error codes 2012-12-02 10:20:40 +02:00
es_format.c es_format: check i_profile similarity for audio 2017-12-21 10:52:17 +01:00
events.c events: work around recursive locking in playlist 2017-05-17 19:27:18 +03:00
exit.c Remove now useless vlc_exit_t.killed 2012-05-07 19:50:14 +03:00
fifo.c doc: doxify block and block FIFO functions 2016-10-26 10:49:53 +03:00
filter.c filter: fix name leak 2017-11-27 16:32:30 +01:00
filter_chain.c filter_chain: remove useless length member 2017-07-26 21:31:52 +03:00
fingerprinter.c fingerprinter: don't hardcode acoustid module selection 2013-06-21 14:42:00 +02:00
fourcc.c fourcc: add add VLC_CODEC_GBR_PLANAR_16{L, B} 2018-10-17 15:58:14 +02:00
fourcc_gen.c core: add a vlc_rational_t type for unsigned rational numbers 2017-04-07 14:26:43 +02:00
fourcc_list.h fourcc: add more GeoVision FOURCC 2022-02-21 10:21:47 +01:00
httpcookies.c vlc_arrays: split array_append in checked and w/abort 2017-10-25 12:33:02 +02:00
image.c image: use the colorimetry parameters from the source when converting 2019-06-04 08:34:06 +02:00
interrupt.c core: use vlc_alloc helper 2017-11-11 17:20:38 +01:00
interrupt.h interrupt: remove debug flag 2017-06-15 22:31:26 +03:00
keystore.c keystore: accept empty username 2020-09-02 11:16:22 +02:00
md5.c LGPL 2011-11-27 22:54:33 +01:00
messages.c messages: resolve module name at link-time 2017-11-18 21:41:26 +02:00
mime.c Remove old mail address from sources 2019-09-04 22:12:12 +03:00
mtime.c Remove old mail address from sources 2019-09-04 22:12:12 +03:00
objects.c core: use vlc_alloc helper 2017-11-11 17:20:38 +01:00
objres.c objres: restore malloc() wrapper 2017-11-28 18:54:06 +02:00
picture.c picture: align the buffer size to 64 2019-01-07 13:54:47 +01:00
picture.h picture_pool: remove one allocation per cloned picture 2015-06-28 15:04:34 +03:00
picture_fifo.c picture_fifo: avoid shadow variable 2014-09-21 11:39:53 +03:00
picture_pool.c picture: add picture_Clone() 2017-11-04 18:20:24 +02:00
probe.c LGPL 2011-11-27 22:54:33 +01:00
rand.c Implement vlc_rand_bytes() for OS/2 and split to different files 2011-12-15 17:07:18 +02:00
renderer_discovery.c core: use vlc_alloc helper 2017-11-11 17:20:38 +01:00
subpicture.c vlc_subpicture: add balanced text region flag 2017-06-26 14:15:27 +02:00
subpicture.h LGPL 2011-11-27 22:54:33 +01:00
text_style.c text_style: add line breaking info 2017-06-05 20:47:56 +02:00
threads.c win32: Add a vlc_mta_holder 2017-06-26 13:26:31 +02:00
update.c core: update: Fix winstore detection 2021-05-10 15:50:55 +02:00
update.h update: RSA support 2014-09-11 17:05:07 +02:00
update_crypto.c core: update_crypto: Ensure we don't overflow while shifting 2021-04-27 13:44:24 +02:00
variables.c variables: var_InheritBool: return false if a variable doesn't exist 2017-10-12 13:28:57 +02:00
variables.h misc: ensure vlc_object_t is correctly aligned 2017-07-26 17:51:08 +03:00
xml.c LGPL 2011-11-27 22:54:33 +01:00