summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mpegts: check substreams before discardingChristian Schmidt2012-09-121-1/+2
* Add a smooth streaming segmenter muxerMartin Storsjö2012-09-125-1/+631
* file: Add an avoption for disabling truncating existing files on openMartin Storsjö2012-09-121-2/+22
* img2dec: always close AVIOContextsTomas Härdin2012-09-121-3/+3
* rtpdec_jpeg: Error out on other unsupported type values as wellMartin Storsjö2012-09-121-0/+4
* rtpdec_jpeg: Disallow using the reserved q valuesMartin Storsjö2012-09-121-0/+4
* rtpdec_jpeg: Fold the default qtables case into an existing if statementMartin Storsjö2012-09-121-6/+4
* rtpdec_jpeg: Store and reuse old qtables for q values 128-254Martin Storsjö2012-09-121-6/+27
* rtpdec_jpeg: Simplify the calculation of the number of qtablesMartin Storsjö2012-09-121-1/+1
* rtpdec_jpeg: Add more comments about the fields in the SOF0 sectionMartin Storsjö2012-09-121-9/+9
* rtpdec_jpeg: Clarify where the subsampling magic numbers come fromMartin Storsjö2012-09-121-3/+3
* rtpdec_jpeg: Don't use a bitstream writer for the EOI markerMartin Storsjö2012-09-121-5/+1
* rtpdec_jpeg: Don't needlessly use a bitstream writer for the headerMartin Storsjö2012-09-121-56/+58
* rtpdec_jpeg: Simplify writing of the jpeg headerMartin Storsjö2012-09-121-18/+10
* rtpdec_jpeg: Merge two if statementsMartin Storsjö2012-09-121-31/+30
* rtpdec_jpeg: Write the DHT section properlyMartin Storsjö2012-09-121-13/+20
* rtpdec_jpeg: Add support for default quantizersSamuel Pitoiset2012-09-111-3/+47
* flvdec: always set AVFMTCTX_NOHEADER.Anton Khirnov2012-09-111-4/+1
* file: Use a normal private context for storing the file descriptorMartin Storsjö2012-09-101-12/+21
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-095-1/+335
* mov_chan: Only set the channel_layout if setting it to a nonzero valueMartin Storsjö2012-09-081-3/+4
* mov_chan: Reindent an incorrectly indented lineMartin Storsjö2012-09-081-1/+1
* mp2 muxer: mark as AVFMT_NOTIMESTAMPS.Carl Eugen Hoyos2012-09-071-0/+1
* 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
OpenPOWER on IntegriCloud