]> git.sesse.net Git - ffmpeg/history - libavformat/rmdec.c
Disable deprecation warnings for cases where a replacement is available
[ffmpeg] / libavformat / rmdec.c
2008-12-31 Michael NiedermayerMerge videobuf and audiobuf.
2008-12-30 Michael NiedermayerSimplify the top of rm_assemble_video_frame().
2008-12-30 Michael NiedermayerAdd a few error checks to rm_assemble_video_frame()
2008-12-30 Michael NiedermayerAll non zero returns of rm_assemble_video_frame() are...
2008-12-28 Reimar Döffingerav_free() -> av_freep(), patch by Reimar Doffinger...
2008-12-28 Ronald S. BultjeFix double free which happens for playback of .rm files...
2008-12-28 Ronald S. BultjeAdd audio_pkt_cnt return value to ff_rm_retrieve_cache...
2008-12-28 Ronald S. BultjeAdd RMStream object as function argument to public...
2008-12-28 Ronald S. BultjeImplement RMStream stream-specific private data object...
2008-12-14 Ronald S. BultjeUse get_buffer() and url_fskip() for some loops of...
2008-12-14 Ronald S. BultjeReindent something that looks weird.
2008-12-13 Ronald S. BultjeSplit RMContext into RMDemux/MuxContext and make them...
2008-12-13 Ronald S. BultjeDon't access RMContext directly in rdt.c. Rather, use...
2008-12-11 Ronald S. BultjeFix indenting.
2008-11-17 Ronald S. BultjeAdd ByteIOContext argument to public ff_rm_* functions...
2008-10-29 Michael NiedermayerCheck sub_packet_size against 0 to avoid div by zero...
2008-09-26 Benjamin Larssonadd ok parts to the rm demuxer for SIPRO support
2008-09-23 Vitor SessakAdd support for RVTR fourCC
2008-09-07 Ronald S. BultjeAdd dynamic payload handlers to rdt.c. These follow...
2008-09-03 Ronald S. BultjeMove av_set_pts_info() inside the mdpr_read_codecdata...
2008-09-03 Ronald S. BultjeUse chunk-size in function calling mdpr_read_codecdata...
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