Andreas Rheinhardt
70a90fb73e
avcodec/internal.h: Move avpriv_find_start_code() to startcode.h
...
This is by definition the appropriate place for it.
Remove all the now unnecessary libavcodec/internal.h inclusions;
also remove other unnecessary headers from the affected files.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
3 years ago
Martin Storsjö
f1e9398621
lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo
...
Also move the declaration to internal.h, and add restrict qualifiers
to the declaration (as in the implementation).
Signed-off-by: Martin Storsjö <martin@martin.st>
12 years ago
Alex Converse
7181c4edee
cosmetics: Remove extra newlines at EOF
13 years ago
Anton Khirnov
773375c3d0
lavc: rename ff_find_start_code to avpriv_mpv_find_start_code
...
It's used in lavf.
13 years ago
Mans Rullgard
2912e87a6c
Replace FFmpeg with Libav in licence headers
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Luca Abeni
22c1f65fa6
Rename the RTP muxer sources so that the packetisation functions are in
...
rtpenc_*.c files.
Originally committed as revision 21284 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Barbato
4db819bc7f
Make sure buffer end remains constant within the loop
...
otherwise ff_find_start_code could read over the buffer size
Originally committed as revision 19142 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
302879cb36
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
...
Originally committed as revision 17016 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
20631a9c15
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
...
Originally committed as revision 16817 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
...
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
910f02a054
spelling cosmetics
...
Originally committed as revision 15518 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
80150f7ee8
Fix MPEG video packetization for RTP
...
Originally committed as revision 14149 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
e917464155
Fix neverending loop which might happen when sending high-bitrate MPEG2
...
video over RTP
Originally committed as revision 13813 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
245976da2a
Use full path for #includes from another directory.
...
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
0ebecca52c
Add my name to the copyright header, since rtp_mpv now contains
...
a fair amount of code written by me
Originally committed as revision 10563 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
af74c95a08
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)
...
Originally committed as revision 10469 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
3f19004e46
Set the "B" flag in the payload header
...
Originally committed as revision 10284 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
2d7d6d4203
Set the "TR" field in the payload header
...
Originally committed as revision 10283 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
73130dfee2
Correctly set the "P" field in the payload header
...
Originally committed as revision 10282 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
46b274d4e5
Correct packetization for MPEG video frames, and correct setting of the
...
"B" and "E" bits in the payload header
Originally committed as revision 10260 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
7c8133aa44
Remove commented code (payload header extension)
...
Originally committed as revision 10259 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
f6df400c0c
Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallucci <dariodotgallucciatpolito.it> in feng
...
Originally committed as revision 10257 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
98561024ac
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)
...
Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago