summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat: add an Ogg Video muxerJames Almer2016-07-20
* avformat/mux: Fix some codecpar non usesMichael Niedermayer2016-07-21
* avformat/avlanguage: make av_convert_lang_to() internalJames Almer2016-07-19
* avformat/oggenc: fix page duration calculation when granule differs from time...James Almer2016-07-19
* avformat/oggparsevp8: fix pts calculation on pages ending with an invisible f...James Almer2016-07-19
* avformat: Add tee protocolMichael Niedermayer2016-07-19
* cosmetics: fix some misspelled wordsJames Almer2016-07-17
* libavformat/libopenmpt: Fix memory leak in error path in read_header_openmpt().Jörn Heusipp2016-07-17
* avformat/tee: Use ff_format_output_open() functionJan Sebechlebsky2016-07-16
* avformat/utils: Add ff_format_output_open() functionJan Sebechlebsky2016-07-16
* avformat/tee: Support flushing by writing NULL pktJan Sebechlebsky2016-07-16
* avformat/tee: Use ff_stream_encode_params_copy()Jan Sebechlebsky2016-07-16
* avformat/utils: Add ff_stream_encode_params_copy()Jan Sebechlebsky2016-07-16
* lavf: add libopenmpt demuxerJosh de Kock2016-07-15
* lavf/vplayerdec: Improve auto-detection.Clément Bœsch2016-07-15
* lavf/img2dec: Also auto-detect (unusual) uncompressed pcx.Carl Eugen Hoyos2016-07-15
* lavf/img2: Remove ffv1-img.Carl Eugen Hoyos2016-07-15
* avformat/segment: remove the check_bitstream from segmentSteven Liu2016-07-14
* avformat/mux: Apply auto bsfs in av_write_frame() tooMichael Niedermayer2016-07-14
* avformat/mux: Factor do_packet_auto_bsf() outMichael Niedermayer2016-07-14
* lavf/mov: fix stream extradata_size allocationMatthieu Bouron2016-07-14
* Merge commit '846a3e78a535f05ee61bb23a160f3378f041f751'Matthieu Bouron2016-07-13
|\
| * mov: Support prores with multiple stsdVittorio Giovara2016-06-17
* | Merge commit '76729970049fe95659346503f7401a5d869f9959'Matthieu Bouron2016-07-13
|\|
| * mov: Implement support for multiple sample description tablesVittorio Giovara2016-06-17
* | avformat/oggenc: always use the time base stored in the theora headerJames Almer2016-07-12
* | avformat/oggenc: make flac the default for oga muxerJames Almer2016-07-11
* | add split_by_time flag for support splite mpegts segment at non-keyframeSteven Liu2016-07-11
* | Added Quadrox formatsmitbose2016-07-05
* | lavf/aiffdec: Support QDMC demuxing.Carl Eugen Hoyos2016-07-03
* | avformat/avformat: Move new field to the end of AVStreamMichael Niedermayer2016-06-30
* | avformat/utils: update deprecated AVStream->codec when the context is updatedHendrik Leppkes2016-06-30
* | avformat/mov: Skip non-key frames if AVDISCARD_NONKEY is set.Vadim Kalinsky2016-06-30
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-29
|\|
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-07
* | Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-29
|\|
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-07
* | avformat/mov: Check sample sizeMichael Niedermayer2016-06-29
* | Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'Matthieu Bouron2016-06-27
|\|
| * build: Change structure of the linker version script templatesDiego Biurrun2016-05-29
* | avformat/mov: parse rtmd track timecodePaul B Mahol2016-06-27
* | Merge commit '4024b566d664a4b161d677554be52f32e7ad4236'Hendrik Leppkes2016-06-26
|\|
* | Merge commit '3fdffc032e8ea5676bc0c2551b900c0dc887835b'Hendrik Leppkes2016-06-26
|\|
| * rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoderMartin Storsjö2016-05-25
* | Merge commit '14634429b915333f3612eaf41db3954222dc4aaf'Hendrik Leppkes2016-06-26
|\|
| * lavf: update muxing doxyAnton Khirnov2016-05-23
* | Merge commit 'e45a638f50cc1dbeb87b9792e68f57e77fc0c3b5'Hendrik Leppkes2016-06-26
|\|
| * dump: Drop unused variableDiego Biurrun2016-05-22
* | avcodec: add YUY2 Lossless Codec decoderPaul B Mahol2016-06-26
* | avformat/tee: Support arbitrary number of slavesJan Sebechlebsky2016-06-25