aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2014-10-10Merge commit 'eb4f9069002e73648f6640cd054fc814cfda75b8'Michael Niedermayer
2014-10-10avformat/movenc: add EAC3 muxing support.Benoit Fouet
2014-10-10lavf: More informative error messageLuca Barbato
2014-10-10avformat/format: move mime_type_opt declaration to where its usedMichael Niedermayer
2014-10-10avformat/os_support: include unistd.h before defining lseek to lseek64 on and...Michael Niedermayer
2014-10-10lavf/webm_dash: Allow filenames without directoriesVignesh Venkatasubramanian
2014-10-09Fix writing first audio Cues in dash mode.Frank Galligan
2014-10-09avformat/mov: E-AC-3 streams need parsing too.Benoit Fouet
2014-10-09lavf: fix 2GB file seek limit on AndroidYu Xiaolei
2014-10-09avformat/mov: Fix 'warning: format specifies type unsigned short but the argu...Michael Niedermayer
2014-10-09avformat/dump: use format dump_separator if the codec one is not setMichael Niedermayer
2014-10-09fix seperator typoMichael Niedermayer
2014-10-09Merge commit '0d8a3656ba4c0ae8e4e0c91ff6b07d72a317f9f6'Michael Niedermayer
2014-10-09Merge commit '167e6f1489368a4693145da61cb022c113a285bc'Michael Niedermayer
2014-10-09avformat: Allow choosing the dump format field separator.Michael Niedermayer
2014-10-09Merge commit '20a5956b8daeee4cb59d6fa00ec809b02c04d7f8'Michael Niedermayer
2014-10-08Merge commit '7ae9791b641d1183910b6e7faca23f7ae08f8579'Michael Niedermayer
2014-10-08Merge commit 'b15b06ebf582ae81e47d236524c9ad6e10c8a0a7'Michael Niedermayer
2014-10-08avformat/matroskadec: do not trust the default duration to be the real 1/time...Michael Niedermayer
2014-10-08mov: support the Color Parameter Atoms 'colr'Vittorio Giovara
2014-10-08dump: Update streams and chapters printout formatSylvain Rabot
2014-10-08dump: split audio and video probing on multiple linesVittorio Giovara
2014-10-08avformat: bump version after mime_type changeVittorio Giovara
2014-10-08avformat: use const char* instead of uint8_t* for AVProbeData.mime_typeAndreas Cadhalpun
2014-10-07avformat/tiertexseq: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-10-07avformat/hls: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-10-07avformat/mxfdec: read reel_name and source timecode from physical source packageMark Reid
2014-10-07Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'Michael Niedermayer
2014-10-07Merge commit 'b76249443864c88ffb2d41ab8d1de7432e985dc7'Michael Niedermayer
2014-10-06lavf: Set the stream time base hint properly for chained muxersMartin Storsjö
2014-10-06sdp: Simplify parsing/conversion of H264 extradataMartin Storsjö
2014-10-06avformat/mov: do not overwrite extradata in mov_read_glbl()Michael Niedermayer
2014-10-05avformat: remove obsolete FF_API_READ_PACKET cruftJames Almer
2014-10-05avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruftJames Almer
2014-10-05avformat: remove obsolete FF_API_SET_PTS_INFO cruftJames Almer
2014-10-05avformat: remove obsolete FF_API_NEW_STREAM cruftJames Almer
2014-10-05avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruftJames Almer
2014-10-05avformat: remove obsolete FF_API_ALLOC_OUTPUT_CONTEXT cruftJames Almer
2014-10-05avformat/options_table: add FF_COMPLIANCE_UNOFFICIALMichael Niedermayer
2014-10-05avformat/img2dec: Attempt to detect non-escaped glob patterns too (-pattern_t...Alexander Strasser
2014-10-05avformat/img2dec: Support -loop with pipesMichael Niedermayer
2014-10-04avformat/assdec: make sure pos is initializedClément Bœsch
2014-10-04avformat/mpegts: use a padded buffer in read_sl_header()Michael Niedermayer
2014-10-04avformat/mpegts: Check desc_len / get8() return codeMichael Niedermayer
2014-10-04sdp: add support for H.261Thomas Volkert
2014-10-03Merge commit '55f03d872640175a00bfa262da4652b7312b905f'Michael Niedermayer
2014-10-03hlsenc: Add parameter -hls_allow_cacheJoakim Roubert
2014-10-03Revert "avformat/img2dec: reduce bmppipe probe score"Michael Niedermayer
2014-10-02lavf/webm_dash: some fields should go into RepresentationVignesh Venkatasubramanian
2014-10-02avutil/avstring: Factor av_match_list() outMichael Niedermayer