]> git.sesse.net Git - vlc/history - modules/demux/avformat
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / demux / avformat /
2010-07-22 Jean-Baptiste KempfSplit Avutil<->VLC chroma conversions functions from...
2010-07-21 Jean-Baptiste KempfMerge branch 'master' of git.videolan.org:vlc
2010-07-20 Jean-Baptiste KempfAvformat: correctly detect the fps
2010-07-20 Jean-Baptiste KempfForce avcodec to be at least 52.25.0 and avfomat 52...
2010-07-18 Jai MenonAVFormat : Don't drop metadata keys.
2010-07-10 Ilkka Ollakkaavformat: fix non-file usage after [1644d683e9df]
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-06-24 Jai MenonAVFormat Demuxer : Set fourcc based on source container.
2010-06-24 Jai MenonAVFormat Demuxer : Set video ES frame rate.
2010-06-17 Jai MenonAVFormat Muxer : Set codec frame size.
2010-06-16 Jai MenonAVFormat Muxer : Don't create AVStreams for unsupported...
2010-05-20 Ilkka Ollakkaavformat: check if stream can seek before setting is_st...
2010-05-20 Ilkka Ollakkaavdemux: tell avformat that input is stream
2010-03-28 Jean-Baptiste KempfAvformat Don't double unlock
2010-02-23 Laurent AimarFixed potential memleaks in avformat wrapper.
2010-02-23 Laurent AimarFixed division by 0 with invalid files in avformat...
2010-02-20 Laurent AimarFixed a harmless typo (avformat).
2010-02-20 Laurent AimarWorkarounded SSA payload modifications done by mkv...
2010-02-20 Laurent AimarFixed ES block length value (avformat).
2010-02-20 Laurent AimarImplemented ES priority flag in avformat demuxer.
2010-02-20 Laurent AimarCosmetics.
2010-02-20 Laurent AimarFixed theora/speex workaround (avformat).
2010-02-20 Laurent AimarDo not fail on av_find_stream_info error (avformat).
2010-02-17 Laurent AimarFixed theora/speex support in avformat demuxer.
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-20 Laurent AimarWorkaround VLC_TS_INVALID being 0 in avformat demuxer.
2009-12-20 Laurent AimarUsed VLC_TS_INVALID in avformat demuxer.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-12 Laurent AimarProtect av_register_all call with vlc_avcodec_lock().
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-09-28 Jean-Baptiste KempfAvformat, increase buf_size to 2048 + 213 for aea support
2009-09-20 Rémi Denis-Courmont--enable-merge-ffmpeg: kludge to make avcodec and avfor...
2009-09-20 Rémi Denis-CourmontUseless #includes
2009-09-20 Baptiste Coudurieravformat: remove NOFILE hack, fix MXF seeking
2009-08-27 Jean-Baptiste KempfAvformat demuxing: use bit_rate value
2009-08-20 Pierre d'Herbemontavformat: Don't cast function return value.
2009-06-21 Rémi DuraffortDead initialization.
2009-06-18 Laurent AimarWorkaround buggy flv files (#2590).
2009-06-17 Derk-Jan Hartmanavformat: better seperation between time and byte seek...
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 Laurent AimarAdded vobsub.h to Modules.am
2009-05-14 John Stebbinsvobsub idx parsing in matroska tracks
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.
2009-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-03-15 Rémi Denis-CourmontMemory leak
2009-03-12 Rémi Denis-Courmontavformat: lock avcodec
2009-03-01 Jean-Baptiste KempfLaunch meta_reader after avformat demuxer.
2009-02-11 Laurent AimarDo not create empty title (avformat).
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Jean-Baptiste KempfAdd missing shortnames.
2009-01-21 Jean-Baptiste KempfAvformat module is a demuxer not a decoder
2009-01-14 Laurent AimarPartially revert 497a6b5b as it creates infinite loops...
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-31 Rémi DuraffortTypo
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-19 Rémi Denis-CourmontFix avformat compile+link
2008-10-19 Rémi Denis-CourmontFix avformat compilation
2008-10-10 Laurent AimarFixed invalid/useless usage of ES_OUT_RESET_PCR.
2008-10-04 Dominique Leuenbergerffmpeg changed offset_t to int64_t in svn rev15533...
2008-09-23 Derk-Jan Hartmanavformat: Support for AVChapters.
2008-09-18 Derk-Jan Hartmanavformat: set the "duration/length/ of a packet if...
2008-09-18 Derk-Jan Hartmanavformat: attachments should still be treated as tracks...
2008-09-17 Derk-Jan Hartmanavformat: attachment support for fonts.
2008-09-16 Pierre d'Herbemontavformat: Don't accept negative size.
2008-09-09 Alexis Ballierffmpeg: API change
2008-08-19 Derk-Jan Hartmanffmpeg chroma: Change GetVlcChroma and GetFfmpegChroma...
2008-08-10 Derk-Jan Hartmanavformat: Fix DEMUX_SET_TIME
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-30 Derk-Jan Hartmanavformat: do away with strang stream_Tell >= stream_Siz...
2008-07-30 Derk-Jan Hartmanavformat: add support to IOSeek() for AVSEEK_SIZE ...
2008-07-11 Laurent AimarProper CODEC_TYPE_ATTACHMENT check.
2008-07-11 Laurent AimarRevert "Check for CODEC_TYPE_ATTACHMENT for outdated...
2008-07-11 Laurent AimarCheck for CODEC_TYPE_ATTACHMENT for outdated ffmpeg...
2008-07-08 Laurent AimarFixed used of uninitialized memory on unsupported track.
2008-07-02 Rémi Denis-Courmontavformat: fix linking with --disable-sout - closes...
2008-06-10 Antoine CellerierAdd missing include (OpenDemux uses the CloseDemux...
2008-06-09 Pavlov Konstantindemux/avformat: add Modules.am (otherwise bootstrap...
2008-06-09 Antoine CellerierMove avcodec module files to modules/codec/avcodec...
next