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-08-02rtmppkt: Add missing libavcodec/bytestream.h include.Alex Rønne Petersen
2012-08-02rtmp: add functions for reading AMF valuesJordi Ortiz
2012-08-02Canopus Lossless decoderDerek Buitenhuis
2012-08-01dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun
2012-08-01dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun
2012-07-31apetag: change a forgotten return to return 0Anton Khirnov
2012-07-31mpc8: return more meaningful error codes.Anton Khirnov
2012-07-31mpc: return more meaningful error codes.Anton Khirnov
2012-07-31wv,mpc8: don't return apetag data in packets.Anton Khirnov
2012-07-31rtmp: do not warn about receiving metadata packetsSamuel Pitoiset
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-30wv: K&R formatting cosmeticsAnton Khirnov
2012-07-29flvdec: remove spurious use of stream idLuca Barbato
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-29lavf: round estimated average fps to a "standard" fps.Anton Khirnov
2012-07-29lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov
2012-07-29avf: introduce nobuffer optionLuca Barbato
2012-07-28wv: return meaningful error codes.Anton Khirnov
2012-07-28wv: return AVERROR_EOF on EOF, not EIO.Anton Khirnov
2012-07-28mp3dec: forward errors for av_get_packet().Anton Khirnov
2012-07-28mp3dec: remove a pointless local variable.Anton Khirnov
2012-07-28mp3dec: remove commented out cruft.Anton Khirnov
2012-07-28lavf: remove commented out cruft in avformat_find_stream_info()Anton Khirnov
2012-07-28Add missing libavutil/time.h includes.Anton Khirnov
2012-07-28hls: Proceed to the next segment at any error codeMartin Storsjö
2012-07-28tls: Return AVERROR_EOF if the TLS_read/write functions return 0Martin Storsjö
2012-07-26rtmp: Check the buffer length of ping packetsSamuel Pitoiset
2012-07-26rtmp: Allow having more unknown data at the end of a chunk size packet withou...Samuel Pitoiset
2012-07-26rtmp: Prevent reading outside of an allocate buffer when receiving server ban...Samuel Pitoiset
2012-07-26Support urlencoded http authentication credentialsAntti Seppälä
2012-07-26rtmp: Return an error when the client bandwidth is incorrectSamuel Pitoiset
2012-07-26rtmp: Return proper error code in handle_server_bwSamuel Pitoiset
2012-07-26rtmp: Return proper error code in handle_client_bwSamuel Pitoiset
2012-07-26rtmp: Return proper error codes in handle_chunk_sizeSamuel Pitoiset
2012-07-25rtmp: Factorize the code by adding handle_invokeSamuel Pitoiset
2012-07-25rtmp: Factorize the code by adding handle_chunk_sizeSamuel Pitoiset
2012-07-25rtmp: Factorize the code by adding handle_pingSamuel Pitoiset
2012-07-25rtmp: Factorize the code by adding handle_client_bwSamuel Pitoiset
2012-07-25rtmp: Factorize the code by adding handle_server_bwSamuel Pitoiset
2012-07-25rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset
2012-07-25rtmp: Make the description of the rtmp_tcurl option more genericSamuel Pitoiset
2012-07-25sctp: add port missing error messageJordi Ortiz
2012-07-25tcp: add port missing error messageJordi Ortiz
2012-07-24rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE codeMartin Storsjö
2012-07-24rtmp: Move the CONFIG_ condition into the if conditionsSamuel Pitoiset
2012-07-24build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabledDiego Biurrun
2012-07-24rtp: Only choose static payload types if the sample rate and channels are rightAdriano Pallavicino
2012-07-23wav: init st to NULL to avoid a false-positive warning.Clément Bœsch
2012-07-23RTMPTE protocol supportSamuel Pitoiset