]> git.sesse.net Git - ffmpeg/history - libavformat/rmdec.c
Check context before accessing its field.
[ffmpeg] / libavformat / rmdec.c
2007-11-06 Ronald S. BultjeSplit out the MDPR chunk reading into its own function.
2007-11-03 Kostya ShishkovSeek regression for RM demuxer fix
2007-11-01 Kostya ShishkovRevert get_num() to old behaviour in order to handle
2007-10-21 Kostya ShishkovDemux full frames instead of sliced for RealVideo.
2007-10-01 Justin Rugglesdnet audio needs avparser to work with the lavc ac3...
2007-09-06 Kostya ShishkovSet correct length for last slice in frame subpacket
2007-07-28 Ronald S. BultjeMerge get_str() and get_str8() functions.
2007-07-28 Ronald S. BultjeFix get_str/get_str8() to also work if the target strin...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-08 Måns Rullgårdavoid uninitialised variable warning and clarify code
2007-06-23 Måns Rullgårduse new string functions
2007-05-30 Aurelien Jacobsuse FFSWAP()
2007-05-30 Aurelien Jacobscosmetics: indentation
2007-05-30 Aurelien Jacobssplit rm muxer and demuxer in their own files