]> git.sesse.net Git - vlc/history - modules/packetizer/h264.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / packetizer / h264.c
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...