26318 Commits (f5b05b951c81f23c8a79f1c19b2657f85d43f93a)
 

Author SHA1 Message Date
Stefano Sabatini f5b05b951c Cosmetics: remove pointless empty line. 14 years ago
Stefano Sabatini 94498ec98a Extend buffer source to accept the time base for the output PTS. 14 years ago
Stefano Sabatini 387b4ac993 Fix timebase handling at the begin and at the end of the ffplay video 14 years ago
Stefano Sabatini 610312e904 Remove unused symbol. 14 years ago
Stefano Sabatini 72ae4aa189 Do not pass an unused variable when initing filt_out. Less confusing. 14 years ago
Stefano Sabatini 68b79bfc48 Implement cropdetect filter. 14 years ago
Stefano Sabatini 16134b7c40 Extend the nullsrc source, make it accept a parameter for specifying 14 years ago
Stefano Sabatini 214c0d420b Implement settb filter. 14 years ago
Martin Storsjö ad64a807a9 Add forgotten minor bump and changelog entry for the SAP muxer 14 years ago
Stefano Sabatini 7761129540 Add APIchanges entry after r25441. 14 years ago
Stefano Sabatini 47453c0e37 Make graph2dot print information related to the link timebase. 14 years ago
Stefano Sabatini 867ae7aa5d Add a time_base field to AVFilterLink. 14 years ago
Alex Converse d256d21e3f oggenc: Don't use char* to point to a string constant. 14 years ago
Michael Niedermayer c5ac275b2e Allow storing multiple quant tables in extradata that can then be selected per keyframe in ffv1. 14 years ago
Michael Niedermayer 0f27aca7b3 Store global things in extradata for ffv1 ver=2. 14 years ago
Michael Niedermayer 228adaab8d Make sure version is not decreased for 16bit per sample colorspaces in ffv1. 14 years ago
Michael Niedermayer 4f22b3bbbf Factorize quant table read and write code in ffv1.c 14 years ago
Michael Niedermayer 54ce8a4c8b Clarify whitespace nitpicks in patcheck. 14 years ago
Stefano Sabatini f167a1a4f6 Rename out -> outlink, link -> inlink in various defaults.c functions, 14 years ago
Stefano Sabatini 69f73a8928 Make avfilter_config_links() propagate the error code coming from the 14 years ago
Alexander Strange e4dccc0d59 Update rv30 FATE reference after last commit 14 years ago
Alexander Strange 0ff4f0c0fc ffmpeg: Use guess_correct_pts() to set decoded picture timestamps 14 years ago
Peter Ross 1e6f8d53fc cafdec: Handle ALAC extradata. 14 years ago
Peter Ross 47a5fba773 Add myself as the caf* maintainer 14 years ago
Michael Niedermayer bf2d43de3f Tool to analyze multimedia files and create directories and symlinks for the 14 years ago
Martin Storsjö 61c089a81b Document the SAP muxer 14 years ago
Michael Chinen 27d97fded3 Fix ffplay to keep calling av_read_frame even if EOF has been reached. 14 years ago
Martin Storsjö c689cccec9 libavformat: Always build id3v1.o and id3v2.o 14 years ago
Martin Storsjö 1b40d4966c sapenc: Use the normal URL port as RTP port 14 years ago
Martin Storsjö 2aab70c476 sapenc: Declare a dependency on rtp_protocol, too 14 years ago
Martin Storsjö a1fc29f588 sapenc: Include os_support.h, to provide a fallback definition for socklen_t 14 years ago
Stefano Sabatini adbb9bcaa7 s/program/programs, as FFmpeg consists of many programs. 14 years ago
Stefano Sabatini 4ddade62dd Install libavutil/opt.h, its API is public. 14 years ago
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