Baptiste Coudurier
57810910c7
check malloc return
...
Originally committed as revision 11562 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
8513ba097c
add some dv container uls
...
Originally committed as revision 11561 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
c9c55a5699
simplify by checking min matching len
...
Originally committed as revision 11560 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
f841a0fca1
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).
...
This can be used later by RDT to get the flags from the RTP packet and
use that for the RealMedia packet (such as whether this RTP packet
represents a keyframe or not). For discussion, see "[PATCH] Realmedia
/ RTSP (RDT)".
Originally committed as revision 11557 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
badbe09af3
Fix forgotten braces from r11039
...
Originally committed as revision 11552 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
175e23e875
Consider initial EOR in the back_ptr calculation.
...
Originally committed as revision 11550 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
76d7c327eb
Replace idiotic (what moron wrote that code?) "buffer overflow" message by
...
abort()
Originally committed as revision 11546 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9b41eb37a1
Remove some spaces to keep certain people's eyes from hurting.
...
Originally committed as revision 11544 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a85736f21d
misc spelling/grammar fixes
...
Originally committed as revision 11542 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
b973f9ad7e
Make avc_find_startcode non-static, so that it can be used from other
...
files (and add the ff_ prefix, to avoid polluting the namespace)
Originally committed as revision 11532 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michel Bardiaux
6ba90c204c
Suppress runaway index on streamed input
...
Originally committed as revision 11527 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
c5adfd641a
Add support for S8 PCM (codec 2)
...
Fix samples/au/vrooom.au
Originally committed as revision 11522 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Paul Kelly
3dea63bd7e
user specifyable maximum amount of memory to use for the index.
...
patch by Paul Kelly paul stjohnspoint co uk
with some changes by me
Originally committed as revision 11521 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Víctor Paesa
1a04866480
Alignment
...
Originally committed as revision 11516 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Víctor Paesa
a585c469a3
Link to libraries in dependency order.
...
Based on a patch by Gonzalo Garramuño, ggarra advancedsl com ar
Originally committed as revision 11515 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
f5b410312f
Set pts/dts in raw (yuv,rgb,pcm) demuxers.
...
Originally committed as revision 11513 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
2024c2262b
Write 0 instead of seeking forward (and leaving bytes uninitalized),
...
fixes odd regression test failure i had.
Originally committed as revision 11512 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
9ab3f71b60
add a ff_ prefix to newly exported functions from avc.c
...
Originally committed as revision 11511 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
e609806ec6
Matroska muxer needs to format all NAL units, not only extradata.
...
Originally committed as revision 11510 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
cd4f256754
Do not install rtp.h (which should have never been part of the public API)
...
Originally committed as revision 11505 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
e71b0534f2
matroskaenc now depends on avc.o
...
Originally committed as revision 11500 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
aacc5f227a
Use the isom avcc formatting for h264 extradata in matroska.
...
Originally committed as revision 11499 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
1bd2d763d4
Move isom_write_avcc() and related functions into a separate file.
...
Originally committed as revision 11498 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
6e6eebf919
extract isom_write_avcc into a function
...
Originally committed as revision 11497 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
de04ad45ec
Add one more parameter to avc_parse_nal_units so that it allows not to
...
free the input buffer.
This is required by upcoming extraction of isom_write_avcc to a function.
Originally committed as revision 11496 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
ed7fa39c2d
Check return value of avc_parse_nal_units().
...
Originally committed as revision 11495 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
f739b36d16
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),
...
see "[PATCH] Realmedia / RTSP (RDT)" thread on ML.
Originally committed as revision 11494 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
b4e3330c12
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler
...
if there is one. See "[PATCH] Realmedia / RTSP (RDT)" thread on ML.
Originally committed as revision 11493 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
81ab1fa13e
Pass a proper context to av_log()
...
Originally committed as revision 11485 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
aa6b38c29d
Fix random typos.
...
Originally committed as revision 11477 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Guillaume LecrefECERF
727601bc4b
url_write is part of the public API so it may not be under ifdef.
...
Also fixes a compile error if all muxers and protocols are disabled.
Patch by Guillaume LECERF (foxcore gmail com)
Originally committed as revision 11469 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
e55a4dd328
check av_new_stream return value
...
Originally committed as revision 11463 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
ebbe25d2a3
check av_new_stream return value
...
Originally committed as revision 11462 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
670c78479d
Linux Media Labs MPEG-4 (LMLM4) demuxer
...
Originally committed as revision 11456 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
e03caf2efd
Implement read_timestamp and enable seeking in PVA files.
...
Originally committed as revision 11455 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
ffc2934112
cosmetics
...
Originally committed as revision 11454 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
e661f76051
remove unnecessary check
...
Originally committed as revision 11453 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
9ae092036b
use ff_parse_pes_pts for parsing an MPEG-PES timestamp
...
Originally committed as revision 11452 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
66e9e30239
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it
...
can easily be reused by other demuxers for formats that encapsulate MPEG-PES.
Originally committed as revision 11451 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
4f632b065b
Make ff_mkv_codec_tags lie entirely in .rodata section.
...
From: Diego 'Flameeyes' Pettenò < flameeyes _at_ gmail _dot_ com >
Originally committed as revision 11440 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c807e68f46
cosmetics: Add another pair of parentheses to aid readability.
...
Originally committed as revision 11437 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
621d7fe936
Rename two structures, identifiers starting with _[A-Z] are reserved.
...
Originally committed as revision 11435 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
29c90869e6
cosmetics, split overly long lines
...
Originally committed as revision 11434 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
7d51edddd4
Make AVRtpPayloadTypes static and constant
...
Patch by Diego 'Flameeyes' Pettenò (flameeyes AT gmail DOT com)
Originally committed as revision 11432 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
5e40d0e898
cosmetics, superfluous space
...
Originally committed as revision 11430 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
71e1080e28
proper check for valid pva_pts
...
Originally committed as revision 11429 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
dba13944f0
do not return an error, but warn and recover when encountering an audio packet
...
that should countain a signaled mpeg-pes packet.
Originally committed as revision 11428 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
7705cf7e15
validate streamid before use
...
Originally committed as revision 11427 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
fe332ad66e
change audio codec id to mp2
...
Originally committed as revision 11426 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
0e8a207ff8
proper type and initialization of pva_pts
...
Originally committed as revision 11425 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago