summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add forgotten minor bump and changelog entry for the SAP muxerMartin Storsjö2010-10-112-1/+2
* Add APIchanges entry after r25441.Stefano Sabatini2010-10-101-0/+3
* Make graph2dot print information related to the link timebase.Stefano Sabatini2010-10-101-2/+3
* Add a time_base field to AVFilterLink.Stefano Sabatini2010-10-103-2/+21
* oggenc: Don't use char* to point to a string constant.Alex Converse2010-10-101-1/+1
* Allow storing multiple quant tables in extradata that can then be selected pe...Michael Niedermayer2010-10-101-38/+47
* Store global things in extradata for ffv1 ver=2.Michael Niedermayer2010-10-101-1/+88
* Make sure version is not decreased for 16bit per sample colorspaces in ffv1.Michael Niedermayer2010-10-101-1/+1
* Factorize quant table read and write code in ffv1.cMichael Niedermayer2010-10-101-9/+22
* Clarify whitespace nitpicks in patcheck.Michael Niedermayer2010-10-101-3/+3
* Rename out -> outlink, link -> inlink in various defaults.c functions,Stefano Sabatini2010-10-101-30/+30
* Make avfilter_config_links() propagate the error code coming from theStefano Sabatini2010-10-101-6/+7
* Update rv30 FATE reference after last commitAlexander Strange2010-10-101-7/+7
* ffmpeg: Use guess_correct_pts() to set decoded picture timestampsAlexander Strange2010-10-101-0/+8
* cafdec: Handle ALAC extradata.Peter Ross2010-10-101-0/+15
* Add myself as the caf* maintainerPeter Ross2010-10-101-0/+1
* Tool to analyze multimedia files and create directories and symlinks for theMichael Niedermayer2010-10-091-0/+21
* Document the SAP muxerMartin Storsjö2010-10-091-0/+48
* Fix ffplay to keep calling av_read_frame even if EOF has been reached.Michael Chinen2010-10-091-2/+2
* libavformat: Always build id3v1.o and id3v2.oMartin Storsjö2010-10-091-10/+12
* sapenc: Use the normal URL port as RTP portMartin Storsjö2010-10-091-6/+6
* sapenc: Declare a dependency on rtp_protocol, tooMartin Storsjö2010-10-091-2/+1
* sapenc: Include os_support.h, to provide a fallback definition for socklen_tMartin Storsjö2010-10-091-0/+1
* s/program/programs, as FFmpeg consists of many programs.Stefano Sabatini2010-10-081-1/+1
* Install libavutil/opt.h, its API is public.Stefano Sabatini2010-10-082-1/+2
* Add validity checks for the unsharp filter.Stefano Sabatini2010-10-081-0/+7
* move av_find_stream_info() info struct to AVStream to avoid messy (re)allocationAurelien Jacobs2010-10-083-54/+48
* Check for more 'indent -kr' whitespace details.Michael Niedermayer2010-10-081-0/+3
* Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPECMartin Storsjö2010-10-081-1/+1
* sapenc: Mark the muxer as depending on network functionsMartin Storsjö2010-10-082-2/+16
* Add a space between the else and { in mpegenc.c in the line i added.Michael Niedermayer2010-10-081-1/+1
* Add a SAP (Session Announcement Protocol, RFC 2974) muxerMartin Storsjö2010-10-085-0/+256
* sdp: Only specify the TTL for IPv4 addressesMartin Storsjö2010-10-081-1/+3
* Fix headers so that "make checkheaders" passes againMartin Storsjö2010-10-082-0/+4
* rtsp: Factorize out code for opening a chained RTP muxerMartin Storsjö2010-10-084-61/+118
* rtsp: Make rtsp_rtp_mux_open reusableMartin Storsjö2010-10-081-4/+5
* rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...Martin Storsjö2010-10-082-6/+2
* Add protocol documentation on the connect option to the udp protocolMartin Storsjö2010-10-081-0/+7
* ReindentMartin Storsjö2010-10-081-3/+3
* udp: Add an option for connecting the udp socketMartin Storsjö2010-10-081-0/+13
* rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packetsMartin Storsjö2010-10-081-2/+6
* rtpdec: Store the previous return value for mpegts when it was -1, tooMartin Storsjö2010-10-081-1/+3
* rtpdec: Keep track of the previous return value from rtp_parse_packet_interna...Robert Schlabbach2010-10-081-0/+2
* In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch b...Baptiste Coudurier2010-10-071-1/+1
* Update gxf regression tests because of r25399Baptiste Coudurier2010-10-071-1/+1
* In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reub...Baptiste Coudurier2010-10-071-1/+1
* fix bitstream filter option mapping when using -newvideo and friendsAurelien Jacobs2010-10-071-25/+26
* Add d modifier to asm argument to fix nasm compilation.Reimar Döffinger2010-10-071-1/+1
* In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben ...Reuben Martin2010-10-071-0/+1
* In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at g...Reuben Martin2010-10-072-2/+3
OpenPOWER on IntegriCloud