]> git.sesse.net Git - vlc/history - modules/demux/avi/avi.c
demux: avi: improve broken index offset heuristic (fix #14120)
[vlc] / modules / demux / avi / avi.c
2015-03-23 Francois Cartegniedemux: avi: improve broken index offset heuristic ...
2015-02-05 Rémi Denis-Courmontdemux: remove redundant calls to vlc_object_alive()
2014-11-10 Francois Cartegniedemux: avi: fix non fixed sample size ADTS/AAC (fix...
2014-11-10 Francois Cartegniedemux: avi: remove double chunk lookup
2014-11-02 Francois Cartegniedemux: avi: set PCR on seek
2014-09-22 Francois Cartegniedemux: avi:fix block reading
2014-09-22 Francois Cartegniedemux: avi: simplify dpts code
2014-09-17 Francois Cartegniedemux: avi: use vlc_ts_0
2014-09-17 Francois Cartegniedemux: avi: use clock_freq
2014-09-17 Francois Cartegniedemux: avi: define READ_LENGTH
2014-09-08 Jean-Baptiste KempfSupport parsing IAS* in AVI
2014-07-25 Francois Cartegniedemux: avi: missing unseekable method fallback
2014-07-23 Francois Cartegniedemux: avi: don't probe end if not seekable
2014-07-23 Francois Cartegniedemux: avi: fix interleaved/seekable confusion
2014-07-23 Francois Cartegniedemux: avi: use VLC_TS0 for offset
2014-07-23 Francois Cartegniedemux: avi: use CLOCK_FREQ
2014-07-23 Francois Cartegniedemux: avi: don't allow SET_TIME on non seekable
2014-04-24 Francois Cartegniedemux: avi: lazy load indexes if not fastseekable
2014-04-24 Francois Cartegniedemux: avi: don't ask for fix on non fastseekable
2014-04-23 Rémi Denis-Courmontavi: memory leak
2014-04-23 Francois Cartegniedemux: avi: create index requires only fastseekable...
2014-04-18 Francois Cartegniedemux: avi: fix non seekbable uncompressed bitmaps...
2014-04-18 Francois Cartegniedemux: avi: handle paletized bitmaps
2014-04-18 Francois Cartegniedemux: avi: wrong signedness & missing proto
2014-04-18 Francois Cartegniedemux: avi: handle uncompressed frames flip
2014-04-18 Francois Cartegniedemux: avi: fix negative height handling
2014-04-18 Francois Cartegniedemux: avi: add defines for compression types
2014-04-18 Francois Cartegniedemux: avi: align reads for uncompressed bmp (fix ...
2014-03-20 Jean-Baptiste KempfAVI: reverse the height only if it needs to be reversed
2014-03-12 Francois Cartegniedemux: avi: missing initializers
2014-02-15 Jean-Paul SamanRevert "demuxers: adjust es_out_Control( out, ES_OUT_GE...
2014-02-15 Jean-Paul Samandemuxers: adjust es_out_Control( out, ES_OUT_GET_ES_STA...
2013-11-30 Jean-Baptiste KempfAVI: fix sign warning for DV Audio
2013-10-20 Rémi Duraffortavi: remove dead code (cid #1100855)
2013-10-18 Frode TennebøProvide extradata also if the video is not palettized...
2013-08-26 Francois Cartegniedemux: avi: Ignore empty idx1 indexes for testing offse...
2013-07-19 Rémi DuraffortFIx sizeof mismatch (cid #1049611)
2013-02-07 Samuel Pitoisetavi: Fix seek bar position when streaming through netwo...
2012-12-11 Jean-Baptiste KempfAVI: a debug message when refusing to open the subtitle
2012-12-11 Jean-Baptiste KempfAVI: increase threshold for subtitles detection to...
2012-11-13 Jean-Baptiste KempfLGPL
2012-08-21 Rémi Denis-CourmontUse standard abs() function where appropriate
2012-07-26 Jean-Baptiste KempfAVI: fix playback of files where movi chunk is outside...
2012-07-26 Jean-Baptiste KempfAVI: kill a warning
2012-07-26 Jean-Baptiste KempfAVI: do not look for strh node if we do not need it
2012-07-26 Jean-Baptiste KempfAVI: use calloc when possible
2012-07-26 Jean-Baptiste KempfAVI: cosmetics
2012-06-20 Frode Tennebøavi: Tidy the palette handling bit.
2012-06-13 Jean-Baptiste KempfAVI: support IFRM as TotalTrack
2012-06-01 Laurent AimarRemoved commented out code in AVI demuxer.
2012-06-01 Laurent AimarImproved support for AVI with DV data type 1.
2012-05-24 Jean-Baptiste KempfAVI: do not warn about embedded subtitles
2012-05-24 Jean-Baptiste KempfAVI: better debug
2012-05-21 Jean-Baptiste KempfAVI: support more extended tags
2012-05-21 Jean-Baptiste KempfAVI: display extra-data tags
2012-05-21 Jean-Baptiste KempfAVI: add more main tags
2012-05-21 Jean-Baptiste KempfAVI: read the creation date
2012-05-11 Laurent AimarAdded support for vprp chunk in AVI demuxer.
2012-05-09 Rémi Denis-Courmontavi: do not use vlc_object_kill()
2012-04-08 Frode TennebøFix problem with black and/or random colours for palett...
2012-01-28 KO Myung-HunReplace the bitmap structures of Microsoft with ones...
2012-01-11 Jean-Baptiste KempfAVI: add an automatic decision choice for AVI index
2012-01-09 Christoph MiebachRemoved a space in front of questionmark. 2 Findings
2011-10-24 Laurent AimarFix detection of the idx1 index offset for some AVI...
2011-10-07 Laurent AimarAdded support for AVI with out of spec idx1 index.
2011-08-06 Rémi Denis-CourmontAVI: fix potential crash on seek (Closes: LP#803006)
2011-06-04 Jean-Baptiste KempfAVI: fix a crash in palette handling
2011-05-15 Jean-Baptiste KempfAVI: better debug message, notably in extended case
2011-05-15 Jean-Baptiste KempfAVI: support WAVEFORMATEXTENSIBLE for audio
2011-04-13 Rémi Denis-CourmontAVI: use Windows ANSI code page rather than ISO 8859...
2011-02-17 Jean-Baptiste KempfAVI: change function prototype for sign-correctness
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-09-22 Francois Cartegniebroken avi dialog: notify the effective changes
2010-09-17 Francois Cartegniebroken avi dialog: don't confuse user by asking a binar...
2010-08-31 Rémi DuraffortFix some typos.
2010-07-28 Rémi Duraffortavi: do not allocate memory of size 0 (if i_extra ...
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-05-26 Jai MenonAdd support for DivX XSUB subtitle streams.
2010-05-24 Jai MenonAVI : Don't free uninitialized ES format descriptor...
2010-05-16 Laurent AimarLoad both AVI indexes (ODML and standard) and choose...
2010-05-16 Laurent AimarFixed key flag for odml indexes (avi demuxer).
2010-05-16 Laurent AimarNo functionnal changes (avi demuxer).
2010-02-23 Laurent AimarFixed signed integer overflow when loading AVI ODML...
2010-02-23 Laurent AimarFixed segfault with corrupted AVI ODML index.
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2010-02-16 Erwan Tuloudemux(avi): fix crash occuring when trying to open...
2010-02-08 Laurent AimarCompleted a bit meta data support in VLC (close #3280).
2010-01-30 Laurent AimarFixed embedded subtitles loading for non ODML avi files...
2010-01-30 Laurent AimarNo functionnal changes (avi).
2010-01-26 Laurent AimarUsed name in UTF-16 format for embed AVI subtitles...
2010-01-23 Laurent AimarFixed a few memleaks in AVI demuxer.
2010-01-13 Laurent AimarImplemented support for embeded subtitles in AVI (close...
2009-12-30 Rémi Denis-CourmontAVI demux: kill config_Get
2009-12-20 Laurent AimarUpdated AVI demuxer to use VLC_TS_INVALID.
2009-12-10 Pierre d'Herbemontavi: Don't leak in error code path.
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-09-29 Laurent AimarFixed invalid report of broken avi index.
2009-09-21 Francois CartegnieQt: Simple prefs Input/codec ui fixes
next