]> git.sesse.net Git - vlc/history - modules/demux/avformat/mux.c
avformat: set stream sar.den as we set sar.num also
[vlc] / modules / demux / avformat / mux.c
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-09 Rémi Denis-Courmontavcodec: replace gone CODEC_ID_* with AV_CODEC_ID_*
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-24 Jean-Baptiste KempfUpgrade libavformat requirement to 53.21
2012-10-08 Ilkka Ollakkaavformat: if we use dummy access, let avformat write...
2012-05-02 Jean-Paul Samanavformat/mux.c: Check malloc return value.
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-02-01 Rafaël Carrélibav*: remove broken use of log callback
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: put_flush_packet was renamed some time ago
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-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-08-29 Jean-Baptiste KempfFFmpeg => AVformat
2011-04-20 Konstantin PavlovAVFormat mux: Don't use too new av_guess_format on...
2011-04-19 Konstantin PavlovUpdate av* code to use new APIs after Libav Big Bump.
2011-03-16 Jean-Baptiste KempfFFmpeg: remove support for misplaced headers
2010-07-20 Jean-Baptiste KempfForce avcodec to be at least 52.25.0 and avfomat 52...
2010-06-17 Jai MenonAVFormat Muxer : Set codec frame size.
2010-06-16 Jai MenonAVFormat Muxer : Don't create AVStreams for unsupported...
2010-01-21 Rafaël Carréavformat mux: only write trailer if header was written
2009-12-21 Rafaël Carréavformat mux: remove unused variables
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-08 Rafaël Carréavformat mux : use sout_MuxGetStream
2009-11-11 Rafaël CarréFix avformat mux Seek() : return sout_AccessOutSeek...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2008-12-06 Jean-Baptiste KempfFix avformat module compilation since AVStream gets...
2008-12-05 Ilkka Ollakkaset stream aspect-ratio to video aspect-ratio, as ffmpe...
2008-10-19 Rémi Denis-CourmontFix avformat compilation
2008-10-04 Dominique Leuenbergerffmpeg changed offset_t to int64_t in svn rev15533...
2008-06-09 Antoine CellerierMove avcodec module files to modules/codec/avcodec...
2008-06-09 Antoine Cellerieravformat is demux/mux. Move it to modules/demux/avformat.