summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-074-5/+7
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-0426-61/+61
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-046-11/+11
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-047-37/+37
* avio: make avio_close NULL the freed bufferLuca Barbato2012-09-041-1/+1
* crypto: Remove a stray double spaceMartin Storsjö2012-08-311-1/+1
* MSS2 decoderAlberto Delmás2012-08-311-0/+1
* build: allow non-standard variations of linker -l/-L flagsMans Rullgard2012-08-291-1/+1
* sdp: Use static const char arrays instead of pointers to stringsMartin Storsjö2012-08-281-2/+2
* sdp: Include profile-level-id for H264Martin Storsjö2012-08-281-0/+12
* rtpdec_h264: Don't set the pixel formatSamuel Pitoiset2012-08-281-1/+0
* rtsp: Free the rtpdec context properlyMartin Storsjö2012-08-271-1/+1
* rtmp: support strict rtmp serversSamuel Pitoiset2012-08-221-4/+7
* libavformat: add const to AVCodec pointersMans Rullgard2012-08-181-2/+2
* swf(dec): replace CODEC_ID with AV_CODEC_IDAnton Khirnov2012-08-182-9/+9
* dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZEAnton Khirnov2012-08-181-2/+4
* rtmpdh: Do not generate the same private key every time when using libnettleSamuel Pitoiset2012-08-171-1/+9
* rtp: remove ff_rtp_get_rtcp_file_handle().Jordi Ortiz2012-08-172-10/+0
* rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han...Jordi Ortiz2012-08-171-4/+16
* avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz2012-08-173-8/+46
* rtmp: Use int instead of ssize_tMartin Storsjö2012-08-161-3/+3
* rtmp: Add support for receiving incoming streamsJordi Ortiz2012-08-162-7/+510
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-151-0/+1
* rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset2012-08-152-1/+135
* rtmp: Add support for SWFVerificationSamuel Pitoiset2012-08-152-1/+67
* rtmp: Gracefully ignore _checkbw errors by tracking themSamuel Pitoiset2012-08-141-4/+16
* rtmp: Do not send _checkbw calls as notificationsSamuel Pitoiset2012-08-142-10/+1
* rtmp: handle bytes read reportsLuca Barbato2012-08-131-0/+3
* lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö2012-08-121-0/+13
* lavf: Initialize the stream info timestamps in avformat_new_streamMartin Storsjö2012-08-121-0/+6
* id3v2: Match PIC mimetype/format case-insensitivelyMohammad Alsaleh2012-08-121-1/+1
* rtmp: split chunk_size var into in_chunk_size and out_chunk_sizeJordi Ortiz2012-08-111-10/+17
* rtmp: Factorize the code by adding find_tracked_methodSamuel Pitoiset2012-08-111-14/+26
* lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov2012-08-111-25/+9
* dict: add av_dict_count()Mans Rullgard2012-08-102-2/+2
* rtmp: Factorize the code by adding handle_invoke_errorSamuel Pitoiset2012-08-091-7/+16
* rtmp: Factorize the code by adding handle_invoke_statusSamuel Pitoiset2012-08-091-24/+34
* rtmp: Factorize the code by adding handle_invoke_resultSamuel Pitoiset2012-08-091-69/+78
* ffmenc: replace if/abort with assert()Mans Rullgard2012-08-091-2/+3
* swf: Move shared table out of the header fileDiego Biurrun2012-08-095-10/+35
* swf: Move swf_audio_codec_tags table to the only place it is usedDiego Biurrun2012-08-092-9/+9
* rtmp: Add message trackingSamuel Pitoiset2012-08-091-138/+160
* rtsp: Support mpegts in raw udp packetsMartin Storsjö2012-08-093-2/+33
* rtsp: Support receiving plain data over UDP without any RTP encapsulationMartin Storsjö2012-08-092-4/+22
* rtpdec: Remove an unused includeMartin Storsjö2012-08-091-1/+0
* rtpenc: Remove an av_abort() that depends on user-supplied dataMartin Storsjö2012-08-091-12/+9
* rtmp: send check_bw as notificationLuca Barbato2012-08-082-1/+10
* id3v2: Support v2.2 PICMohammad Alsaleh2012-08-081-0/+2
* rtmp: Add a new option 'rtmp_subscribe'Samuel Pitoiset2012-08-072-7/+16
* rtmp: Add support for subscribing live streamsSamuel Pitoiset2012-08-071-0/+31
OpenPOWER on IntegriCloud