]> git.sesse.net Git - vlc/history - modules/packetizer/h264.c
Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
[vlc] / modules / packetizer / h264.c
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
2004-10-22 Gildas Bazin* modules/packetizer/h264.c: oops, forgot to remove...
2004-10-20 Gildas Bazin* modules/packetizer/h264.c:
2004-08-23 Gildas Bazin* modules/packetizer/h264.c: modified ParseNALBlock...
2004-06-16 Laurent Aimar * all: fixed the way h264 streams are stored in .mp4
2004-06-06 Laurent Aimar * all: added VSSH fourcc.
2004-05-15 Laurent Aimar * h264: added avc1 -> h264 annexe B stream.
2004-04-23 Laurent Aimar * h264: fixed nal decoding.
2004-04-22 Laurent Aimar * packetizer/h264.c: a really basic h264 packetizer...