]> git.sesse.net Git - vlc/history - modules/demux/avi
decoder: do not wait for buffering when there is no data
[vlc] / modules / demux / avi /
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-10-08 Francois Cartegniedemux: libavi: fix heap write ofw
2014-10-08 Francois Cartegniedemux: livavi: fix heap buffer ofw in strf parsing...
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-08-14 Francois Cartegniedemux: avi: remove packed attribute from vids (fix...
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-07-16 Francois Cartegniedemux: avi: fix non seekable chunk loop
2014-04-24 Francois Cartegniedemux: avi: lazy load indexes if not fastseekable
2014-04-24 Francois Cartegniedemux: libavi: fix boundary setup
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: add E_NOMEM returns
2014-04-18 Francois Cartegniedemux: avi: do proper palette reading and checks
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-11-18 Maxim BublisFixed warning on assignment as a condition without...
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-08-24 Francois Cartegniedemux: avi: handle zero sized lists (fix #9056, fix...
2013-08-24 Francois Cartegniedemux: avi: handle zero sized strd sections (fix #8994)
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-09-09 Rémi Denis-CourmontRemove recursion into modules/demux/avi/
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: parse dmlh chunk
2012-05-24 Jean-Baptiste KempfAVI: do not warn about embedded subtitles
2012-05-24 Jean-Baptiste KempfAVI: be less picky about wrong sizes for LIST chunk
2012-05-24 Jean-Baptiste KempfAVI: better debug
2012-05-24 Jean-Baptiste KempfAVI: remove unnecessary macros
2012-05-24 Jean-Baptiste KempfAVI: reduce the debug tree size
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-07-12 Rémi Denis-CourmontAVI: abort on allocation failure
2011-07-12 Rémi Denis-CourmontAVI: fix heap buffer overflow (CVE-2011-2588)
2011-06-04 Jean-Baptiste KempfAVI: fix a crash in palette handling
2011-05-22 Jean-Baptiste KempfAVI: try again to fix metadata issue: #4765
2011-05-15 Jean-Baptiste KempfAVI: small fix when parsing metadata
2011-05-15 Jean-Baptiste KempfAVI: better debug message, notably in extended case
2011-05-15 Jean-Baptiste KempfAVI: support WAVEFORMATEXTENSIBLE for audio
2011-05-01 Felix Paul Kühneavi: don't enable debug in release builds
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
2011-01-03 Rémi Denis-CourmontTypo
2010-11-03 Jean-Baptiste KempfAVI: remove dead assignment
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 ...
next