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-09-01crypto: Remove a stray double spaceMartin Storsjö
2012-08-31MSS2 decoderAlberto Delmás
2012-08-29build: allow non-standard variations of linker -l/-L flagsMans Rullgard
2012-08-28sdp: Use static const char arrays instead of pointers to stringsMartin Storsjö
2012-08-28sdp: Include profile-level-id for H264Martin Storsjö
2012-08-28rtpdec_h264: Don't set the pixel formatSamuel Pitoiset
2012-08-27rtsp: Free the rtpdec context properlyMartin Storsjö
2012-08-22rtmp: support strict rtmp serversSamuel Pitoiset
2012-08-18libavformat: add const to AVCodec pointersMans Rullgard
2012-08-18swf(dec): replace CODEC_ID with AV_CODEC_IDAnton Khirnov
2012-08-18dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZEAnton Khirnov
2012-08-18rtmpdh: Do not generate the same private key every time when using libnettleSamuel Pitoiset
2012-08-17rtp: remove ff_rtp_get_rtcp_file_handle().Jordi Ortiz
2012-08-17rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han...Jordi Ortiz
2012-08-17avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz
2012-08-17rtmp: Use int instead of ssize_tMartin Storsjö
2012-08-16rtmp: Add support for receiving incoming streamsJordi Ortiz
2012-08-16Add some more missing includes after removing the implicit common.hMartin Storsjö
2012-08-15rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset
2012-08-15rtmp: Add support for SWFVerificationSamuel Pitoiset
2012-08-14rtmp: Gracefully ignore _checkbw errors by tracking themSamuel Pitoiset
2012-08-14rtmp: Do not send _checkbw calls as notificationsSamuel Pitoiset
2012-08-13rtmp: handle bytes read reportsLuca Barbato
2012-08-12lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö
2012-08-12lavf: Initialize the stream info timestamps in avformat_new_streamMartin Storsjö
2012-08-12id3v2: Match PIC mimetype/format case-insensitivelyMohammad Alsaleh
2012-08-11rtmp: split chunk_size var into in_chunk_size and out_chunk_sizeJordi Ortiz
2012-08-11rtmp: Factorize the code by adding find_tracked_methodSamuel Pitoiset
2012-08-11lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov
2012-08-10dict: add av_dict_count()Mans Rullgard
2012-08-10rtmp: Factorize the code by adding handle_invoke_errorSamuel Pitoiset
2012-08-10rtmp: Factorize the code by adding handle_invoke_statusSamuel Pitoiset
2012-08-10rtmp: Factorize the code by adding handle_invoke_resultSamuel Pitoiset
2012-08-09ffmenc: replace if/abort with assert()Mans Rullgard
2012-08-09swf: Move shared table out of the header fileDiego Biurrun
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