summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* wv: K&R formatting cosmeticsAnton Khirnov2012-07-30
* flvdec: remove spurious use of stream idLuca Barbato2012-07-29
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* lavf: round estimated average fps to a "standard" fps.Anton Khirnov2012-07-29
* lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov2012-07-29
* avf: introduce nobuffer optionLuca Barbato2012-07-29
* wv: return meaningful error codes.Anton Khirnov2012-07-28
* wv: return AVERROR_EOF on EOF, not EIO.Anton Khirnov2012-07-28
* mp3dec: forward errors for av_get_packet().Anton Khirnov2012-07-28
* mp3dec: remove a pointless local variable.Anton Khirnov2012-07-28
* mp3dec: remove commented out cruft.Anton Khirnov2012-07-28
* lavf: remove commented out cruft in avformat_find_stream_info()Anton Khirnov2012-07-28
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-28
* hls: Proceed to the next segment at any error codeMartin Storsjö2012-07-28
* tls: Return AVERROR_EOF if the TLS_read/write functions return 0Martin Storsjö2012-07-28
* rtmp: Check the buffer length of ping packetsSamuel Pitoiset2012-07-26
* rtmp: Allow having more unknown data at the end of a chunk size packet withou...Samuel Pitoiset2012-07-26
* rtmp: Prevent reading outside of an allocate buffer when receiving server ban...Samuel Pitoiset2012-07-26
* Support urlencoded http authentication credentialsAntti Seppälä2012-07-26
* rtmp: Return an error when the client bandwidth is incorrectSamuel Pitoiset2012-07-25
* rtmp: Return proper error code in handle_server_bwSamuel Pitoiset2012-07-25
* rtmp: Return proper error code in handle_client_bwSamuel Pitoiset2012-07-25
* rtmp: Return proper error codes in handle_chunk_sizeSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_invokeSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_chunk_sizeSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_pingSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_client_bwSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_server_bwSamuel Pitoiset2012-07-25
* rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset2012-07-25
* rtmp: Make the description of the rtmp_tcurl option more genericSamuel Pitoiset2012-07-25
* sctp: add port missing error messageJordi Ortiz2012-07-25
* tcp: add port missing error messageJordi Ortiz2012-07-25
* rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE codeMartin Storsjö2012-07-24
* rtmp: Move the CONFIG_ condition into the if conditionsSamuel Pitoiset2012-07-24
* build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabledDiego Biurrun2012-07-24
* rtp: Only choose static payload types if the sample rate and channels are rightAdriano Pallavicino2012-07-24
* wav: init st to NULL to avoid a false-positive warning.Clément Bœsch2012-07-23
* RTMPTE protocol supportSamuel Pitoiset2012-07-23
* RTMPE protocol supportSamuel Pitoiset2012-07-23
* rtmp: Add ff_rtmp_calc_digest_pos()Samuel Pitoiset2012-07-23
* rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it globalSamuel Pitoiset2012-07-23
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-22
* matroskadec: return more correct error code on read error.Anton Khirnov2012-07-22
* Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxerKostya Shishkov2012-07-22
* G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-22
* rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje2012-07-21
* mpegenc: remove disabled codeDiego Biurrun2012-07-21
* cafdec: allow larger ALAC magic cookieJustin Ruggles2012-07-19
* avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-19
* caf: use int64_t for num_packetsJustin Ruggles2012-07-19