summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* flvdec: remove spurious use of stream idLuca Barbato2012-07-291-8/+7
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-2914-31/+69
* lavf: round estimated average fps to a "standard" fps.Anton Khirnov2012-07-291-0/+18
* lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov2012-07-292-7/+41
* avf: introduce nobuffer optionLuca Barbato2012-07-294-5/+12
* wv: return meaningful error codes.Anton Khirnov2012-07-281-22/+23
* wv: return AVERROR_EOF on EOF, not EIO.Anton Khirnov2012-07-281-1/+1
* mp3dec: forward errors for av_get_packet().Anton Khirnov2012-07-281-3/+2
* mp3dec: remove a pointless local variable.Anton Khirnov2012-07-281-4/+2
* mp3dec: remove commented out cruft.Anton Khirnov2012-07-281-1/+0
* lavf: remove commented out cruft in avformat_find_stream_info()Anton Khirnov2012-07-281-7/+1
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-286-0/+6
* hls: Proceed to the next segment at any error codeMartin Storsjö2012-07-281-2/+0
* tls: Return AVERROR_EOF if the TLS_read/write functions return 0Martin Storsjö2012-07-281-2/+2
* rtmp: Check the buffer length of ping packetsSamuel Pitoiset2012-07-261-0/+12
* rtmp: Allow having more unknown data at the end of a chunk size packet withou...Samuel Pitoiset2012-07-261-2/+2
* rtmp: Prevent reading outside of an allocate buffer when receiving server ban...Samuel Pitoiset2012-07-261-0/+7
* Support urlencoded http authentication credentialsAntti Seppälä2012-07-265-12/+146
* rtmp: Return an error when the client bandwidth is incorrectSamuel Pitoiset2012-07-251-2/+10
* rtmp: Return proper error code in handle_server_bwSamuel Pitoiset2012-07-251-1/+1
* rtmp: Return proper error code in handle_client_bwSamuel Pitoiset2012-07-251-1/+1
* rtmp: Return proper error codes in handle_chunk_sizeSamuel Pitoiset2012-07-251-2/+2
* rtmp: Factorize the code by adding handle_invokeSamuel Pitoiset2012-07-251-66/+77
* rtmp: Factorize the code by adding handle_chunk_sizeSamuel Pitoiset2012-07-251-15/+30
* rtmp: Factorize the code by adding handle_pingSamuel Pitoiset2012-07-251-4/+16
* rtmp: Factorize the code by adding handle_client_bwSamuel Pitoiset2012-07-251-8/+18
* rtmp: Factorize the code by adding handle_server_bwSamuel Pitoiset2012-07-251-6/+17
* rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset2012-07-251-0/+7
* rtmp: Make the description of the rtmp_tcurl option more genericSamuel Pitoiset2012-07-251-1/+1
* sctp: add port missing error messageJordi Ortiz2012-07-251-1/+5
* tcp: add port missing error messageJordi Ortiz2012-07-251-2/+5
* rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE codeMartin Storsjö2012-07-242-0/+4
* rtmp: Move the CONFIG_ condition into the if conditionsSamuel Pitoiset2012-07-241-8/+7
* build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabledDiego Biurrun2012-07-241-0/+1
* rtp: Only choose static payload types if the sample rate and channels are rightAdriano Pallavicino2012-07-241-3/+11
* wav: init st to NULL to avoid a false-positive warning.Clément Bœsch2012-07-231-1/+1
* RTMPTE protocol supportSamuel Pitoiset2012-07-235-6/+54
* RTMPE protocol supportSamuel Pitoiset2012-07-238-8/+913
* rtmp: Add ff_rtmp_calc_digest_pos()Samuel Pitoiset2012-07-232-10/+27
* rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it globalSamuel Pitoiset2012-07-232-33/+36
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-226-57/+18
* matroskadec: return more correct error code on read error.Anton Khirnov2012-07-221-1/+2
* Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxerKostya Shishkov2012-07-221-1/+1
* G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-224-1/+88
* rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje2012-07-214-4/+4
* mpegenc: remove disabled codeDiego Biurrun2012-07-211-116/+0
* cafdec: allow larger ALAC magic cookieJustin Ruggles2012-07-191-1/+1
* avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-194-47/+63
* caf: use int64_t for num_packetsJustin Ruggles2012-07-191-2/+2
* caf: fix 'pakt' chunk parsingJustin Ruggles2012-07-191-2/+3
OpenPOWER on IntegriCloud