- 04 Mar, 2009 12 commits
-
-
vitor authored
Should fix decoding of CVMAPAQP3_Sony_E.jsv in MinGW git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17806 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gb authored
AVCodecContext.{get,release}_buffer(). git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17804 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
alexc authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17803 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
melanson authored
gcc 4.2.4 on x86_32. Thanks to Vitor for hunting this down. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17802 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
melanson authored
English Composition to tear it apart and rebuild it, stronger than before git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17801 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
reynaldo authored
more general' changeset. This one relocates the QCELP especific code to the qcelpdec.* files. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17800 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
reynaldo authored
more general' changeset. This one splits ff_qcelp_lspf2lpc into the QCELP-especific ff_qcelp_lspf2lpc + the more general ff_qcelp_lspf2lpc. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17799 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
jbr authored
reset the bitstream reader instead of skipping backwards. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17798 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
command and a second, new function to read the reply to this command. This will make it possible to read server notices that are not in response to a command in future versions, such as EOS or interrupt notices. See "[PATCH] rtsp.c: split rtsp_send_cmd() in a send- and a receive-function" thread. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17797 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
jbr authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17796 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
jbr authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17795 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
jbr authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17794 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 03 Mar, 2009 28 commits
-
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17793 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
Fix compilation (when libfaad is enabled). git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17792 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
jbr authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17791 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
jbr authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17790 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
The new name is more meaningful and consistent with avformat_opts and sws_opts. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17789 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17788 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17786 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17785 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17784 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
and the EAGAIN where just added as example not because they made sense. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17783 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17782 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
alexc authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17781 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
fd2) and one was just removed, so naming the other "fd1" is counter-intuitive. See "[RFC] rtsp.c EOF support" thread. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17780 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
associated with the I/O handle (e.g. the fd returned by open()). See "[RFC] rtsp.c EOF support" thread. There were previously some URI-specific implementations of the same idea, e.g. rtp_get_file_handles() and udp_get_file_handle(). All of these are deprecated by this patch and will be removed at the next major API bump. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17779 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17778 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
RTSP-MS UDP" thread on mailinglist. Basically, UDP setup needs to be done in a particular order (first rtx on two UDP ports (one for RTP, one for RTCP), then the other streams over one, single port for all of them together). Not doing this correctly results in a "461" error (invalid transport) during setup. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17777 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
streams. However, at the same time, setup of this stream might be required for UDP-sessions to work correctly, at the same time it will cause TCP sessions to barf. Therefore, add a special case to the TCP code to skip setup of these application streams when we are dealing with WMS servers. See discussion in "[PATCH] RTSP-MS 8/15: fix RTSP-MS UDP" thread. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17776 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
benoit authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17775 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17774 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17773 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
over and over again on the ML. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17772 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
takis authored
just saying that a non-existing id is referenced, show the value of the id. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17771 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17770 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17769 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
descriptor returned by open(). This removes some dubious doublecasts such as priv_data = (void *) (size_t) some_integer, and is always safe on systems we care about because sizeof(int)<=sizeof(void*). See comments from Mans and Michael in "[RFC] rtsp.c EOF support" thread. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17768 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
payload handlers take care of that themselves at their own option. What this patch really does is "fix" a bug in MS-RTSP protocol where incoming packets are always coming in over the connection (UDP) or interleave-id (TCP) of the stream-id of the first ASF packet in the RTP packet. However, RTP packets may contain multiple ASF packets (and usually do, from what I can see), and therefore this leads to playback bugs. The intended stream-id per ASF packet is given in the respective ASF packet header. The ASF demuxer will correctly read this and set pkt->stream_index, but since the "stream" parameter can not be known to rtpdec.c or any of the RTP/RTSP code, the "st" parameter in all these functions is basically invalid. Therefore, using st->id as pkt->stream_index leads to various playback bugs. The result of this patch is that pkt->stream_index is left untouched for RTP/ASF (and possibly for other payloads that have similar behaviour). The patch was discussed in the "[PATCH] rtpdec.c: don't overwrite pkt->stream_index in finalize_packet()" thread on the mailinglist. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17767 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gb authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17766 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17765 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-