- 16 Feb, 2009 1 commit
-
-
Benoit Fouet authored
Originally committed as revision 17377 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 17184 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Feb, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 16969 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jan, 2009 1 commit
-
-
Dominique Leuenberger authored
libavformat/rmdec.c:550: warning: assignment makes pointer from integer Patch by Dominique Leuenberger (dominique-ffmpeg-devel A leuenberger D net) Originally committed as revision 16489 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Dec, 2008 4 commits
-
-
Michael Niedermayer authored
the (larger) allocated size. (prevents segfaults due to later failures from 900MB-sized packets, yes fuzzed file not a valid one) Originally committed as revision 16404 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 16403 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
of allocated slices matches the actual. Audio still does a copy (marked with FIXME in the code so this is not missed). Originally committed as revision 16402 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 16401 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Dec, 2008 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 16400 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 16399 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
accordingly. Originally committed as revision 16398 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Dec, 2008 5 commits
-
-
Reimar Döffinger authored
"rmdec.c: double free" thread on mailinglist. Originally committed as revision 16379 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
"rmdec.c: double free" discussion on mailinglist, patch with suggestions from Reimar Doffinger. Originally committed as revision 16378 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
"[PATCH] oops I broke rdt.c" mailinglist thread. Originally committed as revision 16368 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
AVStreams can be used to call these public rmdec.c functions as well, as is the case for RDT/RTSP streams. See mailinglist discussion in "[PATCH] rdt.c: don't reuse the same AVStream in both RTSP and RM demuxer" thread. Originally committed as revision 16366 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
This allows multiple video or audio streams per .rm file. See mailinglist thread "[PATCH] rmdec.c: implement RMVideo/AudioStream". Originally committed as revision 16365 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Dec, 2008 2 commits
-
-
Ronald S. Bultje authored
"[PATCH] rmdec.c: use get_buffer and skip_bytes instead of loops of get_byte". Originally committed as revision 16139 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
Originally committed as revision 16138 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Dec, 2008 2 commits
-
-
Ronald S. Bultje authored
Reason for this is that there are no shared entries in the demuxer/muxer context, making it a mystery as to why it was shared between the two. See "[PATCH] clean rmdemux/muxcontext" patch on mailinglist. Originally committed as revision 16111 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
ff_rm_parse_packet() to indicate whether more audio packets are available in the demuxer from the last RM frame, and save that in the RDT parsing context. See patch/discussion in "[PATCH] rdt.c: don't access RMContext" on ML. Originally committed as revision 16110 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Dec, 2008 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 16056 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Nov, 2008 1 commit
-
-
Ronald S. Bultje authored
specify the data source as function argument instead of in s->pb before calling the function. Discussed in ML thread "[PATCH] fix small memleak in rdt.c". Originally committed as revision 15849 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Oct, 2008 1 commit
-
-
Michael Niedermayer authored
Fixes issue473 Originally committed as revision 15739 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Sep, 2008 1 commit
-
-
Benjamin Larsson authored
Originally committed as revision 15426 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Sep, 2008 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 15386 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Sep, 2008 1 commit
-
-
Ronald S. Bultje authored
in rtpdec.c, so that they can be shared and used in the same way in rtsp.c. The handlers, since they are specific for RDT, are registered in rdt.c and a new registration function is thus called from allformats.c. The dynamic payload handler also implements RDT-specific SDP-line parsing for OpaqueData and StartTime, which are specific for RDT and needed for proper playback. OpaqueData contains one or a list ("MLTI") of "MDPR" chunks that can be parsed by the rmdec.c function ff_rm_read_mdpr_codecdata(). To use this function, we create a new rdt_demuxer, which has the same private data as the rm_demuxer. The resulting AVFormatContext created with _open_stream() can thus be used to call functions in the RM demuxer. See discussion in "Realmedia patch" thread on ML. Originally committed as revision 15234 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Sep, 2008 2 commits
-
-
Ronald S. Bultje authored
shared between the RM demuxer and the RTSP/RDT parser; both use the same timebase. See discussion in "[PATCH] rmdec.c: move av_set_pts_info()" on ML. Originally committed as revision 15164 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
function itself. This way, old-style (.ra4) RTSP/RDT OpaqueData chunks can be parsed using this function as well (they don't have the size bits). See discussion on ML in "[PATCH] rmdec.c - small read_mdpr_codecdata() API modification". Originally committed as revision 15163 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jun, 2008 1 commit
-
-
Diego Biurrun authored
libavformat/rmdec.c:280: warning: unused variable 'i' Originally committed as revision 13909 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jun, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 13837 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2008 1 commit
-
-
Stefano Sabatini authored
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jun, 2008 1 commit
-
-
Panagiotis Issaris authored
Originally committed as revision 13603 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Apr, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 12779 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Jan, 2008 1 commit
-
-
Roberto Togni authored
Originally committed as revision 11552 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jan, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11544 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jan, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11437 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jan, 2008 1 commit
-
-
Ronald S. Bultje authored
Patch by Ronald S. Bultje rsbultje gmail com Original thread: [FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT) Date: 12/28/2007 10:19 PM Originally committed as revision 11392 to svn://svn.ffmpeg.org/ffmpeg/trunk
-