summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rtmp: fix url parsingLuca Barbato2012-05-251-1/+2
* movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio.Alex Converse2012-05-251-20/+1
* rtmp: Pass the proper return code in rtmp_handshakeSamuel Pitoiset2012-05-241-6/+7
* rtmp: Check return codes of net IO operationsSamuel Pitoiset2012-05-242-32/+68
* rtmp: Return a proper error code instead of -1Samuel Pitoiset2012-05-241-4/+4
* rtmp: Check malloc callsSamuel Pitoiset2012-05-241-20/+58
* rtmp: Check ff_rtmp_packet_create callsSamuel Pitoiset2012-05-242-55/+140
* flvdec: Make sure sample_rate is set to the updated valueMartin Storsjö2012-05-231-2/+2
* os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo2012-05-231-0/+6
* http: Add support for reading http POST reply headersSamuel Pitoiset2012-05-221-1/+15
* http: Add http_shutdown() for ending writing of postsSamuel Pitoiset2012-05-221-2/+19
* tcp: Allow signalling end of reading/writingSamuel Pitoiset2012-05-222-0/+23
* avio: Add a function for signalling end of reading/writingSamuel Pitoiset2012-05-222-0/+20
* Remove libnut wrapperDiego Biurrun2012-05-213-314/+0
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-2010-10/+22
* http: Factorize the code by adding http_read_header()Samuel Pitoiset2012-05-201-38/+40
* lavf: change some (de)muxer names to lowercaseMans Rullgard2012-05-195-5/+5
* lavf: make output format matching case insensitiveMans Rullgard2012-05-191-1/+1
* mov: enable parsing for VC-1.Anton Khirnov2012-05-181-0/+3
* rtmp: Don't assume path points to a string of nonzero lengthMartin Storsjö2012-05-171-2/+3
* lavf: add mdec to is_intra_only() listMans Rullgard2012-05-151-0/+1
* mtv: do not byteswap raw video in demuxerMans Rullgard2012-05-141-15/+1
* gxfenc: remove disabled half-implemented MJPEG tagDiego Biurrun2012-05-141-11/+0
* rtmp: Implement check bandwidth notification.Samuel Pitoiset2012-05-101-0/+21
* rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF pla...Samuel Pitoiset2012-05-101-0/+8
* rtmp: Support 'rtmp_flashver', an option which overrides the version of the F...Samuel Pitoiset2012-05-101-7/+18
* rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target s...Samuel Pitoiset2012-05-101-6/+12
* sctp: be consistent with socket option levelSean McGovern2012-05-101-1/+1
* mov: make one comment slightly more specificDiego Biurrun2012-05-091-1/+1
* sctp: Initial tcp-alike sctp support with streamsLuca Barbato2012-05-083-0/+330
* options_table: Add some missing #includes to fix "make checkheaders".Alex Converse2012-05-081-0/+5
* rtsp: Add content-type message header parsingJordi Ortiz2012-05-082-0/+8
* rtmp: Support 'rtmp_live', an option which specifies if the media is a live s...Samuel Pitoiset2012-05-081-1/+7
* dv: Split profile handling code into a separate file.Diego Biurrun2012-05-072-0/+2
* flvenc: use AVFormatContext, not AVCodecContext for logging.Anton Khirnov2012-05-071-10/+11
* mov: Remove write-only variable in mov_read_chan().Diego Biurrun2012-05-071-2/+2
* lavf: add missing '*' in a doxy.Anton Khirnov2012-05-071-1/+1
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-071-3/+11
* Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-062-4/+7
* mpegmux: add stuffing to avoid incomplete PCM framesJanne Grunau2012-05-061-0/+6
* rtsp: avoid const warnings from strtol() callMans Rullgard2012-05-061-5/+6
* rtpdec_h264: Add missing newlines to av_log callsMartin Storsjö2012-05-051-4/+4
* rtpdec_h264: Free old extradata before clearing the pointerMartin Storsjö2012-05-051-1/+1
* rtpdec_h264: Reorder code blocksMartin Storsjö2012-05-051-16/+15
* rtpdec_h264: Make start_sequence a static const arrayMartin Storsjö2012-05-051-2/+2
* rtpdec_h264: Cleanup debug packet type countingMartin Storsjö2012-05-051-9/+9
* rtpdec_h264: Cosmetic cleanupMartin Storsjö2012-05-051-66/+71
* rtpdec_h264: Clean up commentsMartin Storsjö2012-05-051-22/+29
* rtpdec_h264: Convert commented out code into setting an unused variableMartin Storsjö2012-05-051-1/+1
* rtpdec_h264: Remove a useless ifdefMartin Storsjö2012-05-051-2/+0
OpenPOWER on IntegriCloud