index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rmdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement RMStream stream-specific private data object in the RM demuxer.
Ronald S. Bultje
2008-12-28
1
-74
/
+101
*
Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussio...
Ronald S. Bultje
2008-12-14
1
-14
/
+6
*
Reindent something that looks weird.
Ronald S. Bultje
2008-12-14
1
-1
/
+2
*
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.
Ronald S. Bultje
2008-12-13
1
-13
/
+34
*
Don't access RMContext directly in rdt.c. Rather, use the return value of
Ronald S. Bultje
2008-12-13
1
-1
/
+1
*
Fix indenting.
Ronald S. Bultje
2008-12-11
1
-3
/
+3
*
Add ByteIOContext argument to public ff_rm_* functions so that we can
Ronald S. Bultje
2008-11-17
1
-17
/
+16
*
Check sub_packet_size against 0 to avoid div by zero later.
Michael Niedermayer
2008-10-29
1
-0
/
+5
*
add ok parts to the rm demuxer for SIPRO support
Benjamin Larsson
2008-09-26
1
-2
/
+4
*
Add support for RVTR fourCC
Vitor Sessak
2008-09-23
1
-1
/
+2
*
Add dynamic payload handlers to rdt.c. These follow the same API as the ones
Ronald S. Bultje
2008-09-07
1
-0
/
+7
*
Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is
Ronald S. Bultje
2008-09-03
1
-1
/
+1
*
Use chunk-size in function calling mdpr_read_codecdata() rather than in the
Ronald S. Bultje
2008-09-03
1
-4
/
+3
*
Remove unused variable, fixes the warning:
Diego Biurrun
2008-06-23
1
-1
/
+1
*
factorize read_header failure freeing code
Baptiste Coudurier
2008-06-20
1
-9
/
+3
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Check whether the memory allocation for extradata succeeded. Fixes issue 472.
Panagiotis Issaris
2008-06-01
1
-0
/
+2
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+2
*
Fix seeking in rm.
Michael Niedermayer
2008-04-09
1
-1
/
+1
*
Fix forgotten braces from r11039
Roberto Togni
2008-01-17
1
-2
/
+2
*
Remove some spaces to keep certain people's eyes from hurting.
Diego Biurrun
2008-01-16
1
-1
/
+1
*
cosmetics: Add another pair of parentheses to aid readability.
Diego Biurrun
2008-01-06
1
-1
/
+1
*
Make three rm demuxer functions non static.
Ronald S. Bultje
2008-01-04
1
-3
/
+3
*
cosmetics: Reindent.
Diego Biurrun
2008-01-02
1
-1
/
+1
*
Merge double-nested if into && condition.
Ronald S. Bultje
2008-01-02
1
-3
/
+1
*
Typo
Roberto Togni
2007-12-04
1
-1
/
+1
*
Revert r10892, it's wrong and no longer needed to prevent crashes
Roberto Togni
2007-12-02
1
-1
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-12
/
+12
*
Replace realloc with free+malloc, the previous content of the buffer is
Roberto Togni
2007-11-19
1
-1
/
+2
*
Cosmetics
Roberto Togni
2007-11-19
1
-3
/
+3
*
No need to update pos, it's not used after that line
Roberto Togni
2007-11-19
1
-1
/
+0
*
Cleanup: remove ssize
Roberto Togni
2007-11-18
1
-4
/
+2
*
Check for memory allocation failure of temp buffer
Roberto Togni
2007-11-18
1
-1
/
+2
*
Optimize memory management to create an av_packet from multiple slices:
Roberto Togni
2007-11-18
1
-6
/
+3
*
1000l: Fix check for max slice number
Roberto Togni
2007-11-15
1
-1
/
+1
*
Move dnet-ac3 byte-swapping code close to audio packet read code
Roberto Togni
2007-11-15
1
-1
/
+2
*
Split ac3 byte swapping into a separate function.
Ronald S. Bultje
2007-11-08
1
-10
/
+17
*
Isolate caching of audio frames in its own function.
Ronald S. Bultje
2007-11-08
1
-11
/
+22
*
Change a stream indexer.
Ronald S. Bultje
2007-11-08
1
-1
/
+1
*
Split out the packet parsing from the main function body in rmdec.c
Ronald S. Bultje
2007-11-08
1
-82
/
+98
*
Change parse indexer.
Ronald S. Bultje
2007-11-08
1
-3
/
+3
*
Change ff_rm_read_mdpr_codecdata to get back to old behavior.
Benoit Fouet
2007-11-08
1
-3
/
+2
*
Split out the MDPR chunk reading into its own function.
Ronald S. Bultje
2007-11-06
1
-58
/
+73
*
Seek regression for RM demuxer fix
Kostya Shishkov
2007-11-03
1
-0
/
+3
*
Revert get_num() to old behaviour in order to handle
Kostya Shishkov
2007-11-01
1
-1
/
+1
*
Demux full frames instead of sliced for RealVideo.
Kostya Shishkov
2007-10-21
1
-25
/
+88
*
dnet audio needs avparser to work with the lavc ac3 decoder.
Justin Ruggles
2007-10-01
1
-0
/
+1
*
Set correct length for last slice in frame subpacket
Kostya Shishkov
2007-09-06
1
-0
/
+2
*
Merge get_str() and get_str8() functions.
Ronald S. Bultje
2007-07-28
1
-18
/
+12
*
Fix get_str/get_str8() to also work if the target string is not long enough to
Ronald S. Bultje
2007-07-28
1
-6
/
+8
[prev]
[next]