]> git.sesse.net Git - ffmpeg/history - libavformat/rmdec.c
Remove check for @ in tcp.c which removes the authorization data from the
[ffmpeg] / libavformat / rmdec.c
2008-06-23 Diego BiurrunRemove unused variable, fixes the warning:
2008-06-20 Baptiste Coudurierfactorize read_header failure freeing code
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-06-01 Panagiotis IssarisCheck whether the memory allocation for extradata succe...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-09 Michael NiedermayerFix seeking in rm.
2008-01-17 Roberto TogniFix forgotten braces from r11039
2008-01-16 Diego BiurrunRemove some spaces to keep certain people's eyes from...
2008-01-06 Diego Biurruncosmetics: Add another pair of parentheses to aid reada...
2008-01-04 Ronald S. BultjeMake three rm demuxer functions non static.
2008-01-02 Diego Biurruncosmetics: Reindent.
2008-01-02 Ronald S. BultjeMerge double-nested if into && condition.
2007-12-04 Roberto TogniTypo
2007-12-02 Roberto TogniRevert r10892, it's wrong and no longer needed to preve...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-19 Roberto TogniReplace realloc with free+malloc, the previous content...
2007-11-19 Roberto TogniCosmetics
2007-11-19 Roberto TogniNo need to update pos, it's not used after that line
2007-11-18 Roberto TogniCleanup: remove ssize
2007-11-18 Roberto TogniCheck for memory allocation failure of temp buffer
2007-11-18 Roberto TogniOptimize memory management to create an av_packet from...
2007-11-15 Roberto Togni1000l: Fix check for max slice number
2007-11-15 Roberto TogniMove dnet-ac3 byte-swapping code close to audio packet...
2007-11-08 Ronald S. BultjeSplit ac3 byte swapping into a separate function.
2007-11-08 Ronald S. BultjeIsolate caching of audio frames in its own function.
2007-11-08 Ronald S. BultjeChange a stream indexer.
2007-11-08 Ronald S. BultjeSplit out the packet parsing from the main function...
2007-11-08 Ronald S. BultjeChange parse indexer.
2007-11-08 Benoit FouetChange ff_rm_read_mdpr_codecdata to get back to old...
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