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-09swf: Move swf_audio_codec_tags table to the only place it is usedDiego Biurrun
2012-08-09rtmp: Add message trackingSamuel Pitoiset
2012-08-09rtsp: Support mpegts in raw udp packetsMartin Storsjö
2012-08-09rtsp: Support receiving plain data over UDP without any RTP encapsulationMartin Storsjö
2012-08-09rtpdec: Remove an unused includeMartin Storsjö
2012-08-09rtpenc: Remove an av_abort() that depends on user-supplied dataMartin Storsjö
2012-08-08rtmp: send check_bw as notificationLuca Barbato
2012-08-08id3v2: Support v2.2 PICMohammad Alsaleh
2012-08-08rtmp: Add a new option 'rtmp_subscribe'Samuel Pitoiset
2012-08-08rtmp: Add support for subscribing live streamsSamuel Pitoiset
2012-08-08rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macroSamuel Pitoiset
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06mpc8: set packet duration and stream start time instead of tracking framesJustin Ruggles
2012-08-06lavf: Declare an AVRational struct without a struct literalMartin Storsjö
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