26285 Commits (74d127b537d18cc9a2bf2b556900705f7b2af2be)
 

Author SHA1 Message Date
Stefano Sabatini 74d127b537 Add validity checks for the unsharp filter. 14 years ago
Aurelien Jacobs fd0368e7ca move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation 14 years ago
Michael Niedermayer f47d172f13 Check for more 'indent -kr' whitespace details. 14 years ago
Martin Storsjö d1f676b8d4 Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPEC 14 years ago
Martin Storsjö fcc7f40449 sapenc: Mark the muxer as depending on network functions 14 years ago
Michael Niedermayer d03b93e372 Add a space between the else and { in mpegenc.c in the line i added. 14 years ago
Martin Storsjö 011071e717 Add a SAP (Session Announcement Protocol, RFC 2974) muxer 14 years ago
Martin Storsjö 6898677e54 sdp: Only specify the TTL for IPv4 addresses 14 years ago
Martin Storsjö 6ded3a0411 Fix headers so that "make checkheaders" passes again 14 years ago
Martin Storsjö a493f80a2c rtsp: Factorize out code for opening a chained RTP muxer 14 years ago
Martin Storsjö 3d74223025 rtsp: Make rtsp_rtp_mux_open reusable 14 years ago
Martin Storsjö 9e6acc7884 rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_time_realtime instead 14 years ago
Martin Storsjö f6833fc1c6 Add protocol documentation on the connect option to the udp protocol 14 years ago
Martin Storsjö 25968c3953 Reindent 14 years ago
Martin Storsjö 6766a354f7 udp: Add an option for connecting the udp socket 14 years ago
Martin Storsjö b7952ed184 rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packets 14 years ago
Martin Storsjö 45658b7414 rtpdec: Store the previous return value for mpegts when it was -1, too 14 years ago
Robert Schlabbach 243ac3fdaa rtpdec: Keep track of the previous return value from rtp_parse_packet_internal for mpegts packets 14 years ago
Baptiste Coudurier 8a451afe7d In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch by Reuben Martin, reuben dot m at gmail dot com 14 years ago
Baptiste Coudurier a7ba165a0c Update gxf regression tests because of r25399 14 years ago
Baptiste Coudurier c6d04addf6 In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reuben dot m at gmail dot com 14 years ago
Aurelien Jacobs ca8064d2d1 fix bitstream filter option mapping when using -newvideo and friends 14 years ago
Reimar Döffinger 6c2142809c Add d modifier to asm argument to fix nasm compilation. 14 years ago
Reuben Martin 82ae56b3fa In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben dot m at gmail dot com 14 years ago
Reuben Martin ad4c3c6840 In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at gmail dot com 14 years ago
Aurelien Jacobs e99179de9b remove useless local variable 14 years ago
Aurelien Jacobs 3e4318bf4a remove useless local allocated start_time array 14 years ago
Martin Storsjö 0de7feffcf Set myself as maintainer for rtpenc* and sdp.c, as requested by Luca A 14 years ago
Rafaël Carré 9b9d3868d5 libmp3lame: don't check unused function in detection 14 years ago
Martin Storsjö 87b2b40a33 Reindent 14 years ago
Martin Storsjö 10105c9b29 sdp: Don't require the explicit ?multicast option 14 years ago
Martin Storsjö 55b6bd1c01 Convert ff_is_multicast_address to take a struct sockaddr parameter 14 years ago
Martin Storsjö 7ac57fa5eb Share the is_multicast_address function 14 years ago
Martin Storsjö f63630cdf3 Move multicast address identification fallback macros to network.h from udp.c 14 years ago
Michael Niedermayer 34b9e5bc4f Warn if muxing mpeg ps is attempted without a VBV buffer size. 14 years ago
Michael Niedermayer 2dec2bb880 Pass RC parameters on stream copy to the muxer. 14 years ago
Michael Niedermayer 9b272e3274 Init SCR in mpeg muxer based on first DTS. 14 years ago
Aurelien Jacobs 61138c43e0 properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJOR 14 years ago
Aurelien Jacobs 38aab35f47 add new streams API without MAX_STREAMS limit 14 years ago
Aurelien Jacobs feb2440c38 dynamically use nb_streams instead of static use of MAX_STREAMS 14 years ago
Aurelien Jacobs 2899a28cdc document the fact that av_new_stream() can't be called in a background thread 14 years ago
Reimar Döffinger 6612d8cf31 Move handling of ID3v2 to common utils.c code, reducing code duplication 14 years ago
Aurelien Jacobs 1136850dd5 cosmetic: break long line 14 years ago
Stefano Sabatini 85c15960b4 Move the definitions of AVSEEK_SIZE to make it appear before the 14 years ago
Michael Niedermayer 326ede48ae custom build system documentation 14 years ago
John Stebbins 2c5438aa57 Fix default value of time_offset_length. 14 years ago
Carl Eugen Hoyos 7c0460496b Mention to send a patch before changing API or ABI. 14 years ago
Robert Schlabbach 9446b4bbbc rtpdec: Handle RTP header extension 14 years ago
Martin Storsjö 3ece3e4c56 Add RTP depacketization of the X-QT QuickTime format 14 years ago
Martin Storsjö 9fd5f39b0e configure: Set _DARWIN_C_SOURCE while testing for struct ipv6_mreq 14 years ago