]> git.sesse.net Git - vlc/history - modules/packetizer/h264.c
* modules/packetizer/h264.c: fixed massive memory leak.
[vlc] / modules / packetizer / h264.c
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...