summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat: fix typo in avformat_close_inputLuca Barbato2012-09-151-1/+1
* mp3enc: write Xing TOCAnton Khirnov2012-09-151-20/+120
* mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.Clément Bœsch2012-09-151-7/+17
* mp3enc: downgrade some errors in writing Xing frame to warningsReimar Döffinger2012-09-151-2/+5
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-1517-24/+10
* lavf: cosmetics, reformat av_write_trailer().Anton Khirnov2012-09-151-8/+8
* avio: flush the internal buffer in avio_close()Stefano Sabatini2012-09-154-3/+5
* riff: Add SVQ3 fourccDerek Buitenhuis2012-09-141-0/+1
* avformat: refactor avformat_close_inputLuca Barbato2012-09-141-4/+13
* avformat: simplify avformat_close_inputLuca Barbato2012-09-141-2/+2
* os_support: Choose between direct.h and io.h using a configure checkMartin Storsjö2012-09-131-3/+3
* os_support: Include io.h instead of direct.h on mingw32ceMartin Storsjö2012-09-131-0/+4
* 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
OpenPOWER on IntegriCloud