summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use correct CONFIG_RTP_MUXER ifdefAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use network.h instead network includesAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, rtp_muxer needs config_networkAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi2007-04-26
| | | | | | related parts (rtp,rtsp,sdp). Currently they are interdependent. Originally committed as revision 8842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't compile RTSP_DEMUXER if not requestedAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly compile code for REDIR_DEMUXERAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
| | | | Originally committed as revision 23147 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove CONFIG_NETWORK, av_read_play/pause are exported anywayAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-26
| | | | Originally committed as revision 8838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort()Diego Biurrun2007-04-26
| | | | Originally committed as revision 8837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly check for CONFIG_RTSP_DEMUXERAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct RTSP_DEMUXER checks instead of NETWORK.Alex Beregszaszi2007-04-26
| | | | Originally committed as revision 8835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics in resolve_hostAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused rtsp_callbackAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun2007-04-26
| | | | Originally committed as revision 8831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant dependency from ffserver_deps.Diego Biurrun2007-04-26
| | | | Originally committed as revision 8830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't declare -lm as a dependency of swscale-example.Diego Biurrun2007-04-26
| | | | Originally committed as revision 23140 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove no more true commentBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dprintf with AVFormatContext and simplifyBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove large automatics from stack.Marc Hoffman2007-04-26
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 23117 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix reading PTSs and DTSs in libavformat, by reverting r8465.Luca Abeni2007-04-26
| | | | | | | 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
* Policy addition: New files should have proper license headers.Diego Biurrun2007-04-26
| | | | Originally committed as revision 8825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now obsolete and no more true commentsBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder bswap functions into bit-depth, special-casing inside the functions.Ramiro Polla2007-04-26
| | | | | | patch by Ramiro Polla ramiro lisha ufsc br Originally committed as revision 8823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make 2 functions "return x;" to simplify next patchRamiro Polla2007-04-26
| | | | | | patch by Ramiro Polla ramiro lisha ufsc br Originally committed as revision 8822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.Diego Biurrun2007-04-26
| | | | Originally committed as revision 8821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for seeking in TTA files.David Conrad2007-04-25
| | | | Originally committed as revision 8820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use resolve_host in acl handlign too, simplificates the codeAlex Beregszaszi2007-04-25
| | | | Originally committed as revision 8819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the last globals staticAlex Beregszaszi2007-04-25
| | | | Originally committed as revision 8818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignAurelien Jacobs2007-04-25
| | | | Originally committed as revision 8817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ac3 tables from a .h to a .cAurelien Jacobs2007-04-25
| | | | Originally committed as revision 8816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for hostnames instead ip addresses in ffserver conf (using ↵Alex Beregszaszi2007-04-25
| | | | | | resolve_host now) Originally committed as revision 8815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Put AMR entry in alphabetical order with all external libraries.Diego Biurrun2007-04-25
| | | | Originally committed as revision 8814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hackish support for the non-free fixed-point AMR-NB reference code.Diego Biurrun2007-04-25
| | | | Originally committed as revision 8813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.movBaptiste Coudurier2007-04-25
| | | | Originally committed as revision 8812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.movBaptiste Coudurier2007-04-25
| | | | Originally committed as revision 8811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a vstats_file command line optionStefano Sabatini2007-04-25
| | | | | | patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 8810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert my two previous deliveries (back to r8806) to aply the good patch for ↵Benoit Fouet2007-04-25
| | | | | | vstats Originally committed as revision 8809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* to complete r8807: free vstats resourcesBenoit Fouet2007-04-25
| | | | Originally committed as revision 8808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a vstats_file command line optionStefano Sabatini2007-04-25
| | | | | | patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 8807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch submissions should contain a suggested commit log messageMichael Niedermayer2007-04-25
| | | | Originally committed as revision 8806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add rgb suffix to rawvideo muxerBenoit Fouet2007-04-25
| | | | Originally committed as revision 8805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updates the x11grab doc example, adding -s cif, as it is mandatoryBenoit Fouet2007-04-25
| | | | Originally committed as revision 8804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "fast unaligned" bytestream functionsRamiro Polla2007-04-25
| | | | | | | | | patch by Ramiro Polla ramiro lisha ufsc br original thread: date: 03/11/2007 03:06 AM subject: [Ffmpeg-devel] [PATCH] Machine endian bytestream functions Originally committed as revision 8803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Faster 32 bit byteswaping code for Blackfin.Marc Hoffman2007-04-24
| | | | | | | 200% faster on BF537 compiled with gcc 4.1. patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2007-04-24
| | | | Originally committed as revision 8801 to svn://svn.ffmpeg.org/ffmpeg/trunk