]> git.sesse.net Git - vlc/history - modules/packetizer/h264.c
Merge branch 'master' into lpcm_encoder
[vlc] / modules / packetizer / h264.c
2010-10-02 Steinar H. GundersonMerge branch 'master' into lpcm_encoder
2010-10-01 Steinar H. GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-10-01 Jean-Baptiste Kempfh264 packet: Remove trailing spaces
2010-10-01 Steinar H. GundersonSupport H.264 SEI recovery points.
2010-06-24 Rémi Denis-CourmontSpell "separate"
2010-02-27 Laurent AimarFixed potential invalid access with too short packetize...
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-11 Laurent AimarFixed NAL AUD handling in h264 packetizer.
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-07 Rafaël Carréh264 packetizer: use VLC_TS_INVALID
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
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-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-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-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.
2008-12-04 Laurent AimarAdded H264 Closed Caption SEI support to packetizer.
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-22 Laurent AimarAdded x264 fourcc to h264 packetizer.
2008-08-21 Laurent AimarFixed h264 aspect ratio overflow.
2008-07-26 Laurent AimarFixed timestamp.
2008-07-25 Laurent AimarAdded support for multiple SPS and/or PPS.
2008-07-25 Laurent AimarClean up and check sps/pps id validity.
2008-07-25 Laurent AimarAdded a few missing const.
2008-07-25 Laurent AimarAdd missing aspect ratio (from a h264 revision).
2008-07-25 Laurent AimarCosmetics.
2008-07-25 Laurent AimarSplit up ParseNALBlock into smaller functions.
2008-07-25 Laurent AimarOutput a gathered picture before parsing the next SPS...
2008-07-25 Laurent AimarRemoved dead code + added a check against allocation...
2008-07-25 Laurent AimarCosmetic (turned a big macro into a function).
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-17 Jean-Paul SamanRemove "out of memory" message
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-31 Rafaël Carréh264 packetizer : do not trust the input data in p_extra
2008-03-31 Rafaël Carréh264: fix maximum size calculation
2008-03-31 Rafaël CarréReally fix H264 packetizing: abort PacketizeAVC1()...
2008-03-31 Rafaël CarréH264 packetizer : NEVER TRUST INPUT !!
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-18 Jean-Paul SamanFix regression introduced in [24381]
2008-01-18 Jean-Paul SamanCheck malloc return values and fix a few compiler warnings.
2008-01-11 Ilkka Ollakkafix previous commit
2008-01-11 Ilkka Ollakkarevert 24090 and add fix for including sps/pps in every...
2008-01-04 Ilkka Ollakkaremove b_header in packetizer so sps/pps are send with...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-30 Laurent AimarImproved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED...
2007-03-02 Laurent AimarPacketizers should trash all blocks with DISCONTINUITY...
2007-02-27 Laurent AimarAdded all missing case for "Detection of the first...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-17 Derk-Jan Hartman* packetizer h264: Donwq't gather the block chain when...
2006-10-16 Derk-Jan HartmanApparently ffmpeg doesn't like how we were feeding...
2006-08-24 Derk-Jan Hartman* Handle Dicas AVC FOURCC
2006-08-22 Gildas Bazin* modules/packetizer/h264.c: fixed insertion of SPS...
2006-08-14 Derk-Jan Hartman* first sps, then pps
2006-08-14 Gildas Bazin* modules/packetizer/h264.c: insert an SPS and PPS...
2006-08-14 Derk-Jan Hartman* Victory at last. The h264 packetizer is fixed. Thx...
2006-03-25 Felix Paul Kühne* another 1st string review, refs #438
2006-01-12 Antoine CellerierFSF address change.
2005-12-06 Gildas Bazin* modules/packetizer/h264.c: fixed massive memory leak.
2005-09-13 Gildas Bazin* modules/packetizer/h264.c: small fix to annexe-b...
2005-09-13 Gildas Bazin* modules/packetizer/h264.c: date SPS and PPS blocks...
2005-07-19 Laurent Aimar * h264: handle SPS/PPS in annexb format in extra data...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-23 Sigmund Augdal Helbergpacketizer/h264.c: fix divition by zero for some streams
2005-04-06 Laurent Aimar * h264: less debug.
2005-04-06 Laurent Aimar * h264: bug fix (give valid date + split at the right...
2004-12-11 Clément StenacImprovements to preferences
next