]> git.sesse.net Git - vlc/history - modules/demux/avformat
mediacodec: don't loop in GetOutput
[vlc] / modules / demux / avformat /
2015-02-21 Rémi Denis-Courmontmux: remove return value from sout_mux_t.pf_delstream
2014-10-03 Rémi Denis-Courmontavformat: always insert a track in the table (fixes...
2014-10-03 Rémi Denis-Courmontavcodec: map AV_CODEC_ID_NONE
2014-10-02 Rémi Denis-Courmontavformat: fix signed overflow
2014-10-02 Rémi Denis-Courmontavformat: check memory allocations
2014-08-09 Jean-Baptiste KempfAvformat: don't warn about AVCODEC_ID_NONE tracks
2014-07-30 Rémi Denis-Courmontavformat: initialize probe data (fixes #11851)
2014-07-30 Adrien MagloAvformat mux: fix a memory leak
2014-05-20 Luca Barbatolavf: Support rotation side data
2014-05-20 Jean-Baptiste KempfAVformat: use a similar compat detection than AVcodec
2014-05-02 Francois Cartegniedemux: avformat: rotate clockwise.
2014-04-23 Rémi Denis-Courmontavformat mux: prevent buffer overrun
2014-02-21 Rafaël Carréavformat mux: use a variable
2014-02-19 Rafaël Carréavformat mux: use some default values and add debug
2014-02-19 Rafaël CarréRevert "avformat audio mux: set frame size"
2014-02-19 Rafaël Carréavformat audio mux: set frame size
2014-02-18 Matthias KeiserAvformat: Support rotation information
2014-02-07 Daniel Verkampavformat: use avcodec codec_tag as original fourcc
2014-01-27 Rafaël Carréavformat demux: accomodate for Opus lavf extradata
2014-01-27 Rafaël Carréavformat mux: transmit Opus extradata in the expected...
2014-01-27 Rafaël Carréavformat mux: use a variable
2014-01-10 Tristan Matthewsdemux: avformat: use CLOCK_FREQ
2013-12-29 Rémi Denis-Courmontlibav: use vlc_strerror_c()
2013-12-19 Rafaël Carrélibavutil: set verbosity based on VLC own verbosity
2013-11-04 Francois Cartegnievlc_es: add defines for priority levels
2013-10-18 Rafaël Carréavformat: set bits per pixel for video codecs
2013-09-05 Steinar H. Gundersonavformat mux: Mark keyframe blocks as such.
2013-09-05 Steinar H. GundersonIncrease the avformat mux buffer size to 10 MB.
2013-08-25 Steinar H. Gundersonavformat mux: Propagate seekable status into avformat.
2013-08-19 Jean-Baptiste KempfAvformat: split the options from demux and mux in sections
2013-08-16 Rafaël Carréavformat: avformat.h is always present
2013-08-09 Rémi DuraffortFix sizeof mismatch
2013-07-27 Rémi Denis-Courmontavformat: leave SAR at 0/0 (undefined) if unknown
2013-07-27 Wills Wangavformat: set pixel aspect ratio
2013-07-26 Rémi DuraffortFix sizeof mismatch
2013-07-23 Rémi Denis-Courmontavcodec: fix sign of codec ID
2013-07-10 Rémi Denis-Courmontavformat: add codec ID in debug info
2013-06-26 Rafaël CarréRevert "avformat: don't mark buffer as need to be writa...
2013-06-26 Rafaël CarréRemove extra debug introduced accidentally in 9925a34ee
2013-06-23 Rafaël CarréSimplify FLAC extradata (streaminfo) parsing
2013-04-06 Rémi Denis-Courmontavformat: validate encoding of meta informations (fixes...
2013-04-06 Rémi Denis-Courmontavformat: refactor meta getter, fix title & language...
2013-03-17 Ilkka Ollakkaavformat: don't offset dts/pts to start from 0, avforma...
2013-03-17 Ilkka Ollakkaavformat: don't mark buffer as need to be writable...
2013-03-15 Ilkka Ollakkaavformat: set stream sar.den as we set sar.num also
2013-03-15 Ilkka Ollakkaavformat: set pf_* after everything else in init
2013-03-12 Jean-Baptiste KempfPartial revert of "avcodec: remove support for old...
2013-03-09 Rémi Denis-Courmontavcodec: replace gone CODEC_ID_* with AV_CODEC_ID_*
2013-03-09 Rémi Denis-Courmontavcodec: remove support for old versions
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-16 Jean-Baptiste KempfAVformat: do not use static attachment pictures as...
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-03 Pierre Ynardavformat: fix use-after-free in error path
2012-11-02 Rafaël Carréavformat demux: fix invalid free
2012-10-24 Jean-Baptiste KempfUpgrade libavformat requirement to 53.21
2012-10-09 Rafaël Carréavformat demux: AVFormatContext->nb_streams == 0 is...
2012-10-08 Ilkka Ollakkaavformat: if we use dummy access, let avformat write...
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/demux/avformat/
2012-07-29 Jean-Baptiste KempfAvformat: kill parenthesis and variable type warnings
2012-07-12 Rui Zhangavformat: avoid EOF if av_read_frame returns AVERROR...
2012-05-02 Jean-Paul Samanavformat/mux.c: Check malloc return value.
2012-04-25 Rafaël Carréavformat: initialize empty options sets
2012-04-17 Rafaël Carrédeclare private options only if they are used
2012-04-17 Rafaël Carréavformat: fix dictionary use
2012-04-17 Rafaël Carréavformat (mux/demux): implement private options
2012-04-17 Rafaël CarréSanitize FFmpeg modules options
2012-04-15 Rafaël Carrélibav*: move avformat/avcodec init to a single header...
2012-04-12 Rémi Denis-Courmontblock_t: add buffer start and size fields
2012-02-27 Sébastien Escudieravformat : fix overflow in timestamp computation
2012-02-17 Sébastien Escudierfix [56e7865dce2] compilation
2012-02-17 Sébastien Escudieravformat : add an option to force a specific format
2012-02-01 Rafaël Carrélibav*: remove broken use of log callback
2012-01-29 Rafaël Carréavformat demux: fix double free()
2012-01-29 Rafaël Carréavformat demux: use new IO API
2012-01-29 Rafaël CarréWorkaround FFmpeg doc/APIchanges lies
2012-01-29 Rafaël Carréavformat demux: use new input APIs
2012-01-29 Rafaël Carréavformat demux: don't access removed info
2012-01-29 Rafaël Carréavformat mux: convert to new avio API
2012-01-29 Rafaël Carréavformat mux: use avformat_write_header()
2012-01-29 Rafaël Carréavformat: remove cast to void *
2012-01-29 Rafaël Carréavformat: prefer avformat_new_stream() over av_new_stream()
2012-01-29 Rafaël Carréavformat: shut up warning (unsigned char -> uint8_t)
2012-01-29 Rafaël Carréavformat: put_flush_packet was renamed some time ago
2012-01-29 Rafaël Carréavformat: AVMetadataTag and av_metadata_get don't exist...
2012-01-29 Rafaël Carréavformat: remove 2 chained data structures
2012-01-29 Rafaël Carréavformat mux: don't write trailer if writing header...
2011-12-15 Laurent AimarDo not let avformat handle subtitles by default.
2011-12-15 Laurent AimarReworked the way avformat input are blacklisted.
2011-12-15 Edward WangSupport duration in avformat demuxer
2011-12-09 Rafaël Carréavformat mux: check correctly for *info member
2011-12-09 Rafaël Carrétypo
2011-12-09 Rafaël Carréavformat mux: use avformat_free_context()
2011-12-09 Rafaël CarréFix for antique versions of FFmpeg
2011-12-09 Rafaël Carréavformat mux: fix leaks
2011-11-13 Rafaël Carréavformat demux: fix h264 packetizing
2011-09-20 Laurent AimarImproved time managment and seeking in our avformat...
2011-09-19 Laurent AimarFixed a double free when av_open_input_stream() fails.
2011-09-19 Laurent AimarRemoved unused variable (avformat)
2011-09-05 Laurent AimarPrint codec_id on unsupported track in avformat demuxer.
2011-08-29 Jean-Baptiste KempfFFmpeg => AVformat
next