Michael Niedermayer
9f1473b304
fix exploitable buffer overflow
...
Originally committed as revision 8850 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e69364b700
Mark code parts that cannot work on AMD64 due to broken relocations as such.
...
This allows building shared libraries on AMD64 again.
based on a patch by Diego 'Flameeyes' Pettenò and suggestions by Michael
original thread:
Date: Wed, 18 Apr 2007 11:26:12 +0200
Subject: [Ffmpeg-devel] [PATCH] (try 2) Build shared libraries on AMD64 again
Originally committed as revision 8849 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
660db1d6e9
cosmetics: Align some lines.
...
Originally committed as revision 8848 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
ab7fd2c4f7
Use correct CONFIG_RTP_MUXER ifdef
...
Originally committed as revision 8847 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
ba472aaf01
implement ff_socket_nonblock and use it in networking code
...
Originally committed as revision 8846 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
8da4034f52
use ff_neterrno() and FF_NETERROR() for networking error handling
...
Originally committed as revision 8845 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
0bdacf29d4
use network.h instead network includes
...
Originally committed as revision 8844 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
47b515bf64
10l, rtp_muxer needs config_network
...
Originally committed as revision 8843 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
c08fb00016
Make protocols configure selectable and also cleanup the CONFIG_NETWORK
...
related parts (rtp,rtsp,sdp). Currently they are interdependent.
Originally committed as revision 8842 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
9686292664
Don't compile RTSP_DEMUXER if not requested
...
Originally committed as revision 8841 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
e7047005cb
properly compile code for REDIR_DEMUXER
...
Originally committed as revision 8840 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6a4970abd1
cosmetics: Remove trailing whitespace.
...
Originally committed as revision 23147 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Alex Beregszaszi
5ad751471c
remove CONFIG_NETWORK, av_read_play/pause are exported anyway
...
Originally committed as revision 8839 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4ee10633d2
cosmetics: Remove trailing whitespace and tabs.
...
Originally committed as revision 8838 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c23a470800
cosmetics: sort()
...
Originally committed as revision 8837 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
9825d074b4
properly check for CONFIG_RTSP_DEMUXER
...
Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
cfc970772d
Use correct RTSP_DEMUXER checks instead of NETWORK.
...
Originally committed as revision 8835 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
383eda2348
move resolve_host from tcp.c to os_support.c as it is used widely
...
Originally committed as revision 8834 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
a33cc9511b
cosmetics in resolve_host
...
Originally committed as revision 8833 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
0913873e5b
remove unused rtsp_callback
...
Originally committed as revision 8832 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f87462ccef
proper dependency on mpegts_demuxer for rtp_muxer
...
Originally committed as revision 8831 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
a53cc2a40f
Remove redundant dependency from ffserver_deps.
...
Originally committed as revision 8830 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c36bd2866a
Don't declare -lm as a dependency of swscale-example.
...
Originally committed as revision 23140 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Baptiste Coudurier
b236a735e5
remove no more true comment
...
Originally committed as revision 8829 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
e23848a49c
cosmectics, use consistant and homogeneous type names for atoms
...
Originally committed as revision 8828 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
f8c18cd711
use dprintf with AVFormatContext and simplify
...
Originally committed as revision 8827 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
26cdb9a2aa
Remove large automatics from stack.
...
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 23117 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Abeni
578688fad5
Fix reading PTSs and DTSs in libavformat, by reverting r8465.
...
Such commit introduced some regressions (see the "Possible bug in reading
PTS/DTS" and "[BUG] no video transcoding" threads on ffmpeg-devel).
Originally committed as revision 8826 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bca098f54d
Policy addition: New files should have proper license headers.
...
Originally committed as revision 8825 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
1c086afc21
remove now obsolete and no more true comments
...
Originally committed as revision 8824 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
bf5d7db5a0
reorder bswap functions into bit-depth, special-casing inside the functions.
...
patch by Ramiro Polla ramiro lisha ufsc br
Originally committed as revision 8823 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
853d15c2f8
make 2 functions "return x;" to simplify next patch
...
patch by Ramiro Polla ramiro lisha ufsc br
Originally committed as revision 8822 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
784b7f77c8
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.
...
Originally committed as revision 8821 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
David Conrad
70fa2486a1
Support for seeking in TTA files.
...
Originally committed as revision 8820 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
2bd8416e7c
use resolve_host in acl handlign too, simplificates the code
...
Originally committed as revision 8819 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
1840587402
make the last globals static
...
Originally committed as revision 8818 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
cd53ae3a65
cosmetics: align
...
Originally committed as revision 8817 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
7adb10bedf
move ac3 tables from a .h to a .c
...
Originally committed as revision 8816 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
ad8b8abce4
support for hostnames instead ip addresses in ffserver conf (using resolve_host now)
...
Originally committed as revision 8815 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9cfacd527c
cosmetics: Put AMR entry in alphabetical order with all external libraries.
...
Originally committed as revision 8814 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
73508bc6d3
Remove hackish support for the non-free fixed-point AMR-NB reference code.
...
Originally committed as revision 8813 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
8d27c5f891
add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov
...
Originally committed as revision 8812 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
263a93ecff
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov
...
Originally committed as revision 8811 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
b60d13799d
add a vstats_file command line option
...
patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 8810 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
4bd0c2b1d5
Revert my two previous deliveries (back to r8806) to aply the good patch for vstats
...
Originally committed as revision 8809 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
f5eb2b653f
to complete r8807: free vstats resources
...
Originally committed as revision 8808 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
f801d8aa86
add a vstats_file command line option
...
patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 8807 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2f954ef238
patch submissions should contain a suggested commit log message
...
Originally committed as revision 8806 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
b47f86c4a3
add rgb suffix to rawvideo muxer
...
Originally committed as revision 8805 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
9e0ab666b6
updates the x11grab doc example, adding -s cif, as it is mandatory
...
Originally committed as revision 8804 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago