Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-26rtsp: Check for dynamic payload handlers if no static payload mapping was foundMartin Storsjö
2012-05-26rtpenc_chain: Return an error code instead of just a plain pointerMartin Storsjö
2012-05-26rtpenc_chain: Free the URLContext on failureMartin Storsjö
2012-05-26rtpenc: Expose the ssrc as an avoptionMartin Storsjö
2012-05-26cosmetics: Fix indentationMartin Storsjö
2012-05-26rtmp: fix url parsingLuca Barbato
2012-05-25movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio.Alex Converse
2012-05-24rtmp: Pass the proper return code in rtmp_handshakeSamuel Pitoiset
2012-05-24rtmp: Check return codes of net IO operationsSamuel Pitoiset
2012-05-24rtmp: Return a proper error code instead of -1Samuel Pitoiset
2012-05-24rtmp: Check malloc callsSamuel Pitoiset
2012-05-24rtmp: Check ff_rtmp_packet_create callsSamuel Pitoiset
2012-05-23flvdec: Make sure sample_rate is set to the updated valueMartin Storsjö
2012-05-23os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo
2012-05-23http: Add support for reading http POST reply headersSamuel Pitoiset
2012-05-23http: Add http_shutdown() for ending writing of postsSamuel Pitoiset
2012-05-23tcp: Allow signalling end of reading/writingSamuel Pitoiset
2012-05-23avio: Add a function for signalling end of reading/writingSamuel Pitoiset
2012-05-21Remove libnut wrapperDiego Biurrun
2012-05-21avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern
2012-05-20http: Factorize the code by adding http_read_header()Samuel Pitoiset
2012-05-19lavf: change some (de)muxer names to lowercaseMans Rullgard
2012-05-19lavf: make output format matching case insensitiveMans Rullgard
2012-05-18mov: enable parsing for VC-1.Anton Khirnov
2012-05-17rtmp: Don't assume path points to a string of nonzero lengthMartin Storsjö
2012-05-15lavf: add mdec to is_intra_only() listMans Rullgard
2012-05-14mtv: do not byteswap raw video in demuxerMans Rullgard
2012-05-14gxfenc: remove disabled half-implemented MJPEG tagDiego Biurrun
2012-05-10rtmp: Implement check bandwidth notification.Samuel Pitoiset
2012-05-10rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF pla...Samuel Pitoiset
2012-05-10rtmp: Support 'rtmp_flashver', an option which overrides the version of the F...Samuel Pitoiset
2012-05-10rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target s...Samuel Pitoiset
2012-05-10sctp: be consistent with socket option levelSean McGovern
2012-05-10mov: make one comment slightly more specificDiego Biurrun
2012-05-09sctp: Initial tcp-alike sctp support with streamsLuca Barbato
2012-05-08options_table: Add some missing #includes to fix "make checkheaders".Alex Converse
2012-05-08rtsp: Add content-type message header parsingJordi Ortiz
2012-05-08rtmp: Support 'rtmp_live', an option which specifies if the media is a live s...Samuel Pitoiset
2012-05-08dv: Split profile handling code into a separate file.Diego Biurrun
2012-05-07flvenc: use AVFormatContext, not AVCodecContext for logging.Anton Khirnov
2012-05-07mov: Remove write-only variable in mov_read_chan().Diego Biurrun
2012-05-07lavf: add missing '*' in a doxy.Anton Khirnov
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-05-06Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun
2012-05-06mpegmux: add stuffing to avoid incomplete PCM framesJanne Grunau
2012-05-06rtsp: avoid const warnings from strtol() callMans Rullgard
2012-05-05rtpdec_h264: Add missing newlines to av_log callsMartin Storsjö
2012-05-05rtpdec_h264: Free old extradata before clearing the pointerMartin Storsjö
2012-05-05rtpdec_h264: Reorder code blocksMartin Storsjö
2012-05-05rtpdec_h264: Make start_sequence a static const arrayMartin Storsjö