summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* rtmp: Add a new option 'rtmp_subscribe'Samuel Pitoiset2012-08-07
* rtmp: Add support for subscribing live streamsSamuel Pitoiset2012-08-07
* rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macroSamuel Pitoiset2012-08-07
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mpc8: set packet duration and stream start time instead of tracking framesJustin Ruggles2012-08-06
* lavf: Declare an AVRational struct without a struct literalMartin Storsjö2012-08-06
* rtmppkt: Add missing libavcodec/bytestream.h include.Alex Rønne Petersen2012-08-02
* rtmp: add functions for reading AMF valuesJordi Ortiz2012-08-02
* Canopus Lossless decoderDerek Buitenhuis2012-08-01
* dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun2012-08-01
* dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun2012-08-01
* apetag: change a forgotten return to return 0Anton Khirnov2012-07-31
* mpc8: return more meaningful error codes.Anton Khirnov2012-07-31
* mpc: return more meaningful error codes.Anton Khirnov2012-07-31
* wv,mpc8: don't return apetag data in packets.Anton Khirnov2012-07-31
* rtmp: do not warn about receiving metadata packetsSamuel Pitoiset2012-07-31
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* 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