summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* id3v2: strdup the genre name explicitly.Clément Bœsch2012-09-17
* lavf/id3v2: do not export empty fields.Clément Bœsch2012-09-17
* mov: stsd entries must be at least 16 byteMichael Niedermayer2012-09-16
* mov: detect EOF in mov_read_dref()Michael Niedermayer2012-09-16
* file: return proper error on seek failuresLuca Barbato2012-09-16
* avformat: fix typo in avformat_close_inputLuca Barbato2012-09-15
* mp3enc: write Xing TOCAnton Khirnov2012-09-15
* mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.Clément Bœsch2012-09-15
* mp3enc: downgrade some errors in writing Xing frame to warningsReimar Döffinger2012-09-15
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
* lavf: cosmetics, reformat av_write_trailer().Anton Khirnov2012-09-15
* avio: flush the internal buffer in avio_close()Stefano Sabatini2012-09-15
* riff: Add SVQ3 fourccDerek Buitenhuis2012-09-14
* avformat: refactor avformat_close_inputLuca Barbato2012-09-14
* avformat: simplify avformat_close_inputLuca Barbato2012-09-14
* os_support: Choose between direct.h and io.h using a configure checkMartin Storsjö2012-09-13
* os_support: Include io.h instead of direct.h on mingw32ceMartin Storsjö2012-09-13
* 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