]> git.sesse.net Git - vlc/shortlog
vlc
2015-03-19 Rémi Denis... decoder: remove tautology, add asserts to waiting code
2015-03-19 Rémi Denis... decoder: remove invalid call, fix races
2015-03-19 Francois Cartegnievlc_bits: add bo_set_64_be
2015-03-19 Francois Cartegnievlc_bits: fix bo_set_32be
2015-03-19 Francois Cartegniedemux: ts: fix IOD signedness/warning
2015-03-19 Francois Cartegniedemux: ts: fix opus signedness/warning
2015-03-19 Francois Cartegnieopus: fix duration signedness
2015-03-19 Francois Cartegniedemux: ts: fix signedness/warnings
2015-03-19 Steve LhommeMKV: factorize the es_out_Send() and es_out_Control...
2015-03-19 Steve LhommeDirectX/GDI: use COINIT_MULTITHREADED instead of COINIT...
2015-03-19 Steve LhommeMKV: packetized codec can use VLC_TS_INVALID as i_pts...
2015-03-19 Steve LhommeMKV: fix COOK/ATRAC3 seeking
2015-03-19 Steve LhommeMKV: fix ATRAC3 playback
2015-03-19 Steve LhommeMKV: A_MS/ACM is not packetized
2015-03-19 Steve LhommeDMO: use COINIT_MULTITHREADED instead of COINIT_APARTME...
2015-03-18 Francois Cartegniemux: mp4: handle both short and long NALU startcodes...
2015-03-18 Francois Cartegniemux: mp4: invalid cast
2015-03-18 Francois Cartegniehttplive: leaks on playlist reload/merge (fix #14171)
2015-03-18 Francois Cartegniedemux: ts: gather data for uncreated es
2015-03-18 Gina DobrescuInterface: HTTP server: set proper align when expanding...
2015-03-18 Petri Hintukainensftp: implement directory listing
2015-03-18 Steve LhommeMKV: use the more accurate i_pcr for GET_TIME and GET_P...
2015-03-17 Rémi Denis... block: simplify block_FifoRelease
2015-03-17 Rémi Denis... udp: avoid alloc/free on I/O error
2015-03-17 Rémi Denis... decoder: fix data race in input_DecoderIsEmpty()
2015-03-17 Rémi Denis... decoder: remove redundant call to block_FifoEmpty()
2015-03-17 Steve LhommeRevert "MKV: Always set an i_pts in a lace otherwise...
2015-03-17 Petri Hintukainendo not install dsm plugin twice
2015-03-17 Steve LhommeMKV: fix a memory leak
2015-03-17 Jean-Baptiste... Qt: do not emit signals from the MIM constructor
2015-03-17 Jean-Baptiste... Qt: MIM: code cosmetics
2015-03-17 Jean-Baptiste... Qt: MIM initialize p_input through constructor parameter
2015-03-17 Francois Cartegniemux: mp4: fix NALU size endianness
2015-03-17 Francois Cartegnievlc_block: fix NULL dereference in block_ChainGather
2015-03-17 Francois Cartegniedemux: mp4: don't NULL dereference on failed realloc
2015-03-17 Francois Cartegniedemux: ts: set fmt id on all es and add collision avoid...
2015-03-17 Hugo Beauzée... direct3d11: Fix mingw build
2015-03-16 Francois Cartegniedemux: ts: fix potential segfault
2015-03-16 Francois Cartegniedemux: ts: fix uninitialized fields with teletext es
2015-03-16 Francois Cartegniedemux: ts: update probing
2015-03-16 Jean-Baptiste... MFT: GUID_AC3 should be defined in Mingw-w64 4.0
2015-03-16 Rémi Denis... ALSA: log the device string that is actually opened
2015-03-16 Rémi Denis... ALSA: only append AES parameters to iec958 and hdmi...
2015-03-16 Diego Elio... build: check for gmtime_r and localtime_r with the...
2015-03-16 Diego Elio... build: create a macro to check for, and replace, possib...
2015-03-16 Rémi Denis... compat: fix localtime_r() replacement
2015-03-16 Rémi Denis... win32: add assertions for unchecked CoInitializeEx...
2015-03-16 Rémi Denis... dmo: fix format string
2015-03-16 Rémi Denis... dmo: avoid useless string conversion
2015-03-16 Rémi Denis... dmo: fix invalid string casts
2015-03-16 Rémi Denis... dtv: fix build with Linux DVB versions <= 5.8 (fixes...
2015-03-16 Francois Cartegniets: dvbpsi: don't spam with irrelevant errors
2015-03-16 Jean-Baptiste... SD: do not install dsm plugin twice
2015-03-16 Steve LhommeMKV: Always set an i_pts in a lace otherwise it disturb...
2015-03-16 Steve LhommeMKV: rename the Matroska timestamp fields to differenti...
2015-03-16 Jonathan McGowanWin32: Fix supported types not registered properly...
2015-03-16 Hugo Beauzée... subsusf: Remove unneeded initializations
2015-03-16 Hugo Beauzée... Add TTML fourcc
2015-03-16 Jean-Baptiste... Add tshd and rv64 FourCC for H264
2015-03-16 Thomas Guillemmediacodec: add a function that checks if codec is...
2015-03-16 Steve LhommeMKV: send the proper PCR before es_out_Send() of the...
2015-03-16 Steve LhommeMKV: no need to shift the dts/pts twice in some cases...
2015-03-16 Steve LhommeMKV: force 64 bits constants the right way
2015-03-16 Steve LhommeMKV: fix mixup between VLC timestamps and Matroska...
2015-03-16 Steve LhommeMKV: don't use i_last_dts if it's invalid
2015-03-15 Francois Cartegniedemux: ts: only set self pcr to its program
2015-03-15 Francois Cartegniedemux: ts: check other programs/shared pcr for PCRHandle
2015-03-15 Francois Cartegniedemux: ts: reject shared pes for now
2015-03-15 Francois Cartegniedemux: ts: fix wrong flush condition
2015-03-15 Francois Cartegniedemux: ts: use a more sane default pcr pid
2015-03-15 Francois Cartegniedemux: ts: do not create multiple stream filter
2015-03-15 Francois Cartegniedemux: ts: apply pcr filter last and update it on fixup
2015-03-15 Francois Cartegniedemux: ts: validate es from non filtered streams
2015-03-15 Francois Cartegniepacketizer: mpeg4audio: don't spam with warnings
2015-03-15 Francois Cartegniedemux: ts: directly ignore scrambled content
2015-03-15 Francois Cartegniedemux: ts: typo and add debug info
2015-03-15 Francois Cartegniedemux: ts: fix delayed es creation after filtering
2015-03-15 Francois Cartegniedemux: ts: update pid states before parsing data
2015-03-14 David Fuhrmannmacosx: fix video-wallpaper mode by ignoring core events
2015-03-14 Jean-Baptiste... Map Canopus HQX decoder
2015-03-14 Jean-Baptiste... Add Canopus HQX FourCC
2015-03-14 Jean-Baptiste... Map TDSC avcodec
2015-03-14 Jean-Baptiste... Add TDSC fourCC
2015-03-14 Jean-Baptiste... Update NEWS
2015-03-14 Steve LhommeMKV: avoid using the last_dts of a track we know is...
2015-03-14 Thomas Guillemmediacodec: don't use MTK MPEG4 decoders
2015-03-14 Hannes DomaniWin32: fix uninitialised variable and double free in...
2015-03-13 Jean-Baptiste... Consistent strings to avoid duplications
2015-03-13 Petri Hintukainensftp: add options for username and password
2015-03-13 Jean-Baptiste... MKV: fix compilation
2015-03-13 Steve LhommeMKV: remove unused i_time_offset variable when seeking
2015-03-13 Steve LhommeMKV: no need to add VLC_TS_0 here, it's already shifted
2015-03-13 Steve LhommeMKV: init the index time to -1 as it was intended
2015-03-13 Steve LhommeMKV: divide i_default_duration by 1000 once and for all
2015-03-13 Hugo Beauzée... wpl: Remove debugging leftover
2015-03-13 Hugo Beauzée... playlist: Rewrite WPL module
2015-03-13 Hugo Beauzée... Remove WPL module
2015-03-13 Petri Hintukainensftp: do not try to open directory as a file
2015-03-13 Thomas Guillemmediacodec: check getOutputBuffers and getInputBuffers
2015-03-13 Thomas Guillemmediacodec: factorize exception check
next