]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rmdec.c
Use full path for #includes from another directory.
[frescor/ffmpeg.git] / libavformat / rmdec.c
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-09 michaelFix seeking in rm.
2008-01-17 rtogniFix forgotten braces from r11039
2008-01-16 diegoRemove some spaces to keep certain people's eyes from...
2008-01-06 diegocosmetics: Add another pair of parentheses to aid reada...
2008-01-04 benoitMake three rm demuxer functions non static.
2008-01-02 diegocosmetics: Reindent.
2008-01-02 diegoMerge double-nested if into && condition.
2007-12-04 rtogniTypo
2007-12-02 rtogniRevert r10892, it's wrong and no longer needed to preve...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-19 rtogniReplace realloc with free+malloc, the previous content...
2007-11-19 rtogniCosmetics
2007-11-19 rtogniNo need to update pos, it's not used after that line
2007-11-18 rtogniCleanup: remove ssize
2007-11-18 rtogniCheck for memory allocation failure of temp buffer
2007-11-18 rtogniOptimize memory management to create an av_packet from...
2007-11-15 rtogni1000l: Fix check for max slice number
2007-11-15 rtogniMove dnet-ac3 byte-swapping code close to audio packet...
2007-11-08 benoitSplit ac3 byte swapping into a separate function.
2007-11-08 benoitIsolate caching of audio frames in its own function.
2007-11-08 benoitChange a stream indexer.
2007-11-08 benoitSplit out the packet parsing from the main function...
2007-11-08 benoitChange parse indexer.
2007-11-08 benoitChange ff_rm_read_mdpr_codecdata to get back to old...
2007-11-06 benoitSplit out the MDPR chunk reading into its own function.
2007-11-03 kostyaSeek regression for RM demuxer fix
2007-11-01 kostyaRevert get_num() to old behaviour in order to handle
2007-10-21 kostyaDemux full frames instead of sliced for RealVideo.
2007-10-01 rtognidnet audio needs avparser to work with the lavc ac3...
2007-09-06 kostyaSet correct length for last slice in frame subpacket
2007-07-28 diegoMerge get_str() and get_str8() functions.
2007-07-28 diegoFix get_str/get_str8() to also work if the target strin...
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-08 mruavoid uninitialised variable warning and clarify code
2007-06-23 mruuse new string functions
2007-05-30 aureluse FFSWAP()
2007-05-30 aurelcosmetics: indentation
2007-05-30 aurelsplit rm muxer and demuxer in their own files