summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* build: allow non-standard variations of linker -l/-L flagsMans Rullgard2012-08-29
* sdp: Use static const char arrays instead of pointers to stringsMartin Storsjö2012-08-28
* sdp: Include profile-level-id for H264Martin Storsjö2012-08-28
* rtpdec_h264: Don't set the pixel formatSamuel Pitoiset2012-08-28
* rtsp: Free the rtpdec context properlyMartin Storsjö2012-08-27
* rtmp: support strict rtmp serversSamuel Pitoiset2012-08-22
* libavformat: add const to AVCodec pointersMans Rullgard2012-08-18
* swf(dec): replace CODEC_ID with AV_CODEC_IDAnton Khirnov2012-08-18
* dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZEAnton Khirnov2012-08-18
* rtmpdh: Do not generate the same private key every time when using libnettleSamuel Pitoiset2012-08-17
* rtp: remove ff_rtp_get_rtcp_file_handle().Jordi Ortiz2012-08-17
* rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han...Jordi Ortiz2012-08-17
* avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz2012-08-17
* rtmp: Use int instead of ssize_tMartin Storsjö2012-08-16
* rtmp: Add support for receiving incoming streamsJordi Ortiz2012-08-16
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-15
* rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset2012-08-15
* rtmp: Add support for SWFVerificationSamuel Pitoiset2012-08-15
* rtmp: Gracefully ignore _checkbw errors by tracking themSamuel Pitoiset2012-08-14
* rtmp: Do not send _checkbw calls as notificationsSamuel Pitoiset2012-08-14
* rtmp: handle bytes read reportsLuca Barbato2012-08-13
* lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö2012-08-12
* lavf: Initialize the stream info timestamps in avformat_new_streamMartin Storsjö2012-08-12
* id3v2: Match PIC mimetype/format case-insensitivelyMohammad Alsaleh2012-08-12
* rtmp: split chunk_size var into in_chunk_size and out_chunk_sizeJordi Ortiz2012-08-11
* rtmp: Factorize the code by adding find_tracked_methodSamuel Pitoiset2012-08-11
* lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov2012-08-11
* dict: add av_dict_count()Mans Rullgard2012-08-10
* rtmp: Factorize the code by adding handle_invoke_errorSamuel Pitoiset2012-08-09
* rtmp: Factorize the code by adding handle_invoke_statusSamuel Pitoiset2012-08-09
* rtmp: Factorize the code by adding handle_invoke_resultSamuel Pitoiset2012-08-09
* ffmenc: replace if/abort with assert()Mans Rullgard2012-08-09
* swf: Move shared table out of the header fileDiego Biurrun2012-08-09
* swf: Move swf_audio_codec_tags table to the only place it is usedDiego Biurrun2012-08-09
* rtmp: Add message trackingSamuel Pitoiset2012-08-09
* rtsp: Support mpegts in raw udp packetsMartin Storsjö2012-08-09
* rtsp: Support receiving plain data over UDP without any RTP encapsulationMartin Storsjö2012-08-09
* rtpdec: Remove an unused includeMartin Storsjö2012-08-09
* rtpenc: Remove an av_abort() that depends on user-supplied dataMartin Storsjö2012-08-09
* rtmp: send check_bw as notificationLuca Barbato2012-08-08
* id3v2: Support v2.2 PICMohammad Alsaleh2012-08-08
* 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