summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* mpegts: check substreams before discardingChristian Schmidt2012-09-12
* Add a smooth streaming segmenter muxerMartin Storsjö2012-09-12
* file: Add an avoption for disabling truncating existing files on openMartin Storsjö2012-09-12
* img2dec: always close AVIOContextsTomas Härdin2012-09-12
* rtpdec_jpeg: Error out on other unsupported type values as wellMartin Storsjö2012-09-12
* rtpdec_jpeg: Disallow using the reserved q valuesMartin Storsjö2012-09-12
* rtpdec_jpeg: Fold the default qtables case into an existing if statementMartin Storsjö2012-09-12
* rtpdec_jpeg: Store and reuse old qtables for q values 128-254Martin Storsjö2012-09-12
* rtpdec_jpeg: Simplify the calculation of the number of qtablesMartin Storsjö2012-09-12
* rtpdec_jpeg: Add more comments about the fields in the SOF0 sectionMartin Storsjö2012-09-12
* rtpdec_jpeg: Clarify where the subsampling magic numbers come fromMartin Storsjö2012-09-12
* rtpdec_jpeg: Don't use a bitstream writer for the EOI markerMartin Storsjö2012-09-12
* rtpdec_jpeg: Don't needlessly use a bitstream writer for the headerMartin Storsjö2012-09-12
* rtpdec_jpeg: Simplify writing of the jpeg headerMartin Storsjö2012-09-12
* rtpdec_jpeg: Merge two if statementsMartin Storsjö2012-09-12
* rtpdec_jpeg: Write the DHT section properlyMartin Storsjö2012-09-12
* rtpdec_jpeg: Add support for default quantizersSamuel Pitoiset2012-09-11
* flvdec: always set AVFMTCTX_NOHEADER.Anton Khirnov2012-09-11
* file: Use a normal private context for storing the file descriptorMartin Storsjö2012-09-10
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-09
* mov_chan: Only set the channel_layout if setting it to a nonzero valueMartin Storsjö2012-09-08
* mov_chan: Reindent an incorrectly indented lineMartin Storsjö2012-09-08
* mp2 muxer: mark as AVFMT_NOTIMESTAMPS.Carl Eugen Hoyos2012-09-07
* mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-07
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* avio: make avio_close NULL the freed bufferLuca Barbato2012-09-04
* crypto: Remove a stray double spaceMartin Storsjö2012-08-31
* MSS2 decoderAlberto Delmás2012-08-31
* 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