]> git.sesse.net Git - vlc/history - modules/packetizer
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / packetizer /
2010-08-31 Rémi DuraffortFix some typos.
2010-07-28 Rémi Durafforts/informations/information/
2010-06-24 Rémi Denis-CourmontSpell "separate"
2010-06-18 Laurent AimarParse WMV3 frame type in the generic packetizer.
2010-06-12 Rémi DuraffortSpelling.
2010-02-27 Laurent AimarFixed potential invalid access with too short packetize...
2010-02-26 Jean-Baptiste KempfFlac: Fix compilation warnings about signed vs unsigned
2010-02-26 Jean-Baptiste KempfFix FLAC 7.1 support
2010-02-13 Laurent AimarFixed SPS/PPS transmissions in H264 packetizer.
2010-02-13 Laurent AimarFixed SPS parsing when scaling matrices are present...
2010-02-13 Laurent AimarBe more strict in flac SyncInfo checks.
2010-02-13 Laurent AimarDo not loose pts on stream properties changes.
2010-02-13 Laurent AimarFixed a few errors in flac packetizer.
2010-02-13 Laurent AimarMoved out the flac packetizer from the flac decoder.
2010-02-11 Laurent AimarFixed NAL AUD handling in h264 packetizer.
2010-02-11 Pierre d'Herbemontmpeg4video: Fix leaked fmt_out.p_extra.
2010-02-11 Rémi Duraffortdirac: fix invalid test (found with coccinelle static...
2010-01-30 Pádraig Bradyclosed captions: Correctly determine the field for...
2010-01-23 Rafaël Carréh264 packetizer: fill profile/level
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-08 Rafaël Carrépacketizer_mpegvideo: use VLC_TS_INVALID (refs #3135)
2009-12-08 Rafaël Carrépacketizer_mpeg4video: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrépacketizer helper: use VLC_TS_INVALID
2009-12-07 Rafaël Carréh264 packetizer: use VLC_TS_INVALID
2009-12-07 Rafaël Carrémp4a packetizer: use VLC_TS_INVALID
2009-12-07 Rafaël Carrémlp packetizer: use VLC_TS_INVALID
2009-12-07 Rafaël Carrépacketizer copy : use VLC_TS_INVALID
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-09-03 Rémi Duraffortadd_bool: wants a boolean.
2009-08-23 Rémi Denis-CourmontRevert "vlc_bits: Differentiate between writable bits...
2009-08-20 Pierre d'Herbemontvlc_bits: Differentiate between writable bits stream...
2009-08-20 Pierre d'Herbemontmlp: Fix a bunch of warnings.
2009-08-20 Pierre d'Herbemontvc1: Correct unsigned use.
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in packetizers.
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-06-13 Laurent AimarAllow MLP packetizer to parse TrueHD codec.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarUsed vlc_fourcc_GetCodecAudio when applicable.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-09 Christophe MutricyDistribute packetize_helper.h
2009-05-07 Laurent AimarCosmetics.
2009-05-07 Laurent AimarMoved date_Decrement to libvlc core from dirac.
2009-05-07 Laurent AimarUsed BLOCK_FLAG_PRIVATE_SHIFT for creating private...
2009-05-07 Laurent AimarReplaced DIRAC_EOS by BLOCK_FLAG_END_OF_SEQUENCE.
2009-05-07 Laurent AimarSimplify and fix the block flag test in dirac packetizer.
2009-05-07 Laurent AimarFixed usage of VLC_TS_INVALID (dirac packetizer).
2009-05-07 David FlynnPacketizer is capable of:
2009-04-30 Laurent AimarEnsure that VC1 I frame always have a sequence header...
2009-04-30 Laurent AimarFixed syntax for VC1 coming from some ASF (packetizer).
2009-04-28 Laurent AimarMade sure that packetizer_Header will parse everything...
2009-04-28 Laurent AimarAdded a debug message on first entry point in VC1 packe...
2009-04-28 Laurent AimarAdded and used a packetizer_Header for packetizers.
2009-04-28 Laurent AimarMoved and fixed all common code from video packetizers...
2009-04-28 Laurent AimarFixed extra data parsing with some VC1 streams.
2009-04-28 Laurent AimarFixed VC1 EOS value.
2009-04-20 Laurent AimarFixed object type parsing in mpeg4 audio.
2009-04-16 Laurent AimarAdded support for explicit HeV2 LOAS/LATM stream in...
2009-03-17 Laurent AimarParse *only* NAL SEI for Closed Caption.
2009-02-09 Laurent AimarFixed closed captions in h264 packetizer.
2009-02-09 Laurent AimarFixed various decoder/packetizer flush.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Jean-Baptiste KempfAnd the final shortnames needed to look correctly in...
2009-01-10 Laurent AimarFixed vc1 packetizer.
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-12-09 Laurent AimarRemoved debug leftover.
2008-12-04 Laurent AimarAdded H264 Closed Caption SEI support to packetizer.
2008-11-30 Laurent AimarCorrectly reset date after a discontinuity in audio...
2008-11-29 Laurent AimarAdded MLP packetizer with TrueHD support (AC3 frame...
2008-11-04 Laurent AimarCosmetics.
2008-11-04 David FlynnFix parsing of SPS for particular profiles
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-22 Laurent AimarAdded x264 fourcc to h264 packetizer.
2008-08-27 Laurent AimarSet picture flags (I/P/B) in mpeg4 packetizer.
2008-08-21 Laurent AimarFixed h264 aspect ratio overflow.
2008-08-21 Laurent AimarAdded BLOCK_FLAG_END_OF_SEQUENCE and use it for mpeg2.
2008-07-26 Laurent AimarFixed timestamp.
next