git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use vlc_fourcc_* helpers in avi demuxer.
[vlc.git]
/
modules
/
demux
/
avi
/
avi.c
2009-05-13
Laurent Aimar
Use vlc_fourcc_* helpers in avi demuxer.
blob
|
commitdiff
2009-04-14
Derk-Jan Hartman
avi: detect DivX XSUB subtitles.
blob
|
commitdiff
|
diff to current
2009-04-08
Laurent Aimar
Fixed integer overflow in avi index creation.
blob
|
commitdiff
|
diff to current
2009-04-08
Felix Paul Kühne
avi: set title instead of message. This looks better...
blob
|
commitdiff
|
diff to current
2009-03-10
Rémi Denis-Courmont
Fix progress dialog scale
blob
|
commitdiff
|
diff to current
2009-03-09
Rémi Denis-Courmont
dialog_ProgressSet: add an optional string parameter
blob
|
commitdiff
|
diff to current
2009-03-08
Rémi Denis-Courmont
Use dialog_Progress
blob
|
commitdiff
|
diff to current
2009-03-08
Rémi Denis-Courmont
Use dialog_Question
blob
|
commitdiff
|
diff to current
2009-01-31
Rémi Denis-Courmont
Progress interaction: remove useless parameter
blob
|
commitdiff
|
diff to current
2009-01-31
Rémi Denis-Courmont
Interaction: remove (buggy and useless) dialog IDs
blob
|
commitdiff
|
diff to current
2009-01-28
Rémi Denis-Courmont
Trailing ;
blob
|
commitdiff
|
diff to current
2009-01-27
Rémi Denis-Courmont
Trailing ;
blob
|
commitdiff
|
diff to current
2009-01-16
Rémi Duraffort
calloc( nb_elmnt, size ) instead of calloc( size, nb_el...
blob
|
commitdiff
|
diff to current
2009-01-07
Laurent Aimar
Avoid sprintf.
blob
|
commitdiff
|
diff to current
2008-12-16
Rémi Denis-Courmont
AVI: fix track names character set (fixes #2334)
blob
|
commitdiff
|
diff to current
2008-12-11
Laurent Aimar
Fixed some avi with jpeg video.
blob
|
commitdiff
|
diff to current
2008-12-11
Laurent Aimar
Fixed raw video maks in avi.
blob
|
commitdiff
|
diff to current
2008-12-09
Laurent Aimar
Removed useless stream_DemuxDelete.
blob
|
commitdiff
|
diff to current
2008-10-30
Rémi Duraffort
Fix potential memleak (CID 270 and 271)
blob
|
commitdiff
|
diff to current
2008-10-29
Rémi Denis-Courmont
Remove most stray semi-colons in module descriptions
blob
|
commitdiff
|
diff to current
2008-10-10
Laurent Aimar
Change ES_OUT_SET_NEXT_DISPLAY_TIME parameters.
blob
|
commitdiff
|
diff to current
2008-09-07
Laurent Aimar
Fixed AVI palette support.
blob
|
commitdiff
|
diff to current
2008-08-27
Laurent Aimar
Improved eof detection on a few broken avi files.
blob
|
commitdiff
|
diff to current
2008-08-24
Antoine Cellerier
Fix segfault on 64 bit archs. (0 != NULL)
blob
|
commitdiff
|
diff to current
2008-08-18
Laurent Aimar
Added a workaround for broken avi files (close #1850).
blob
|
commitdiff
|
diff to current
2008-08-18
Laurent Aimar
Cosmetics.
blob
|
commitdiff
|
diff to current
2008-08-18
Laurent Aimar
Allowed user to cancel avi index creation.
blob
|
commitdiff
|
diff to current
2008-08-18
Laurent Aimar
Removed unneeded variables from avi demuxer context.
blob
|
commitdiff
|
diff to current
2008-08-18
Laurent Aimar
Do not leave the index building progress bar opened...
blob
|
commitdiff
|
diff to current
2008-07-05
Rémi Denis-Courmont
modules: use vlc_object_alive()
blob
|
commitdiff
|
diff to current
2008-06-22
Rémi Duraffort
Remove unneeded msg_Err.
blob
|
commitdiff
|
diff to current
2008-06-17
Rémi Denis-Courmont
AVI: do not ask whether to fix the index for non-seekab...
blob
|
commitdiff
|
diff to current
2008-06-17
Jean-Baptiste Kempf
Fix commit [a0a315c850c037a71e4bf8fd854bb6c671af4e02]
blob
|
commitdiff
|
diff to current
2008-06-14
Jean-Baptiste Kempf
Kill warnings.
blob
|
commitdiff
|
diff to current
2008-05-31
Rémi Denis-Courmont
Plugins: include vlc_common.h directly instead of vlc...
blob
|
commitdiff
|
diff to current
2008-05-27
Rémi Denis-Courmont
A lot of missing const in options lists
blob
|
commitdiff
|
diff to current
2008-05-21
Rémi Denis-Courmont
Use gettext_noop() consistently
blob
|
commitdiff
|
diff to current
2008-05-08
Rémi Denis-Courmont
Include vlc_plugin.h as needed
blob
|
commitdiff
|
diff to current
2008-05-01
Rémi Denis-Courmont
NIH syndrome cure (2)
blob
|
commitdiff
|
diff to current
2008-04-14
Pierre d'Herbemont
demux: Rename demux2 to demux as demux is no longer...
blob
|
commitdiff
|
diff to current
2008-04-14
Pierre d'Herbemont
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
blob
|
commitdiff
|
diff to current
2008-02-22
Rafaël Carré
Supports vorbis audio in avi container (refs #224)
blob
|
commitdiff
|
diff to current
2008-02-02
Jean-Baptiste Kempf
DVCPRO25 and 50 in AVI...
blob
|
commitdiff
|
diff to current
2008-01-23
Rémi Denis-Courmont
Don't include config.h from the headers - refs #297.
blob
|
commitdiff
|
diff to current
2008-01-16
Rémi Denis-Courmont
Revert the so-called whitelisting commits that are...
blob
|
commitdiff
|
diff to current
2008-01-16
Rafaël Carré
input options whitelisting, step 2 (refs #1371)
blob
|
commitdiff
|
diff to current
2008-01-12
Jean-Baptiste Kempf
Support for 8bit uncompressed in AVI files.
blob
|
commitdiff
|
diff to current
2007-11-10
Felix Paul Kühne
* a few more
blob
|
commitdiff
|
diff to current
2007-09-30
Laurent Aimar
Hacks for On2 AVI files (close #1318)
blob
|
commitdiff
|
diff to current
2007-09-30
Laurent Aimar
Added const wheen needed for stream_Peek (demuxer/access)
blob
|
commitdiff
|
diff to current
2007-08-20
Rémi Denis-Courmont
Remove stdlib.h
blob
|
commitdiff
|
diff to current
2007-05-30
Laurent Aimar
Improve seek precision using ES_OUT_SET_NEXT_DISPLAY_TIME.
blob
|
commitdiff
|
diff to current
2007-05-19
Rémi Denis-Courmont
Use vlc_object_kill(). Needs triple checking.
blob
|
commitdiff
|
diff to current
2007-02-22
Jean-Paul Saman
Remove of excess whitespace
blob
|
commitdiff
|
diff to current
2006-11-26
Clément Stenac
A bit of headers cleanup
blob
|
commitdiff
|
diff to current
2006-11-01
Derk-Jan Hartman
* Fix a bug discovered by Chris Rath on seekable files...
blob
|
commitdiff
|
diff to current
2006-10-15
Derk-Jan Hartman
* Support for AVI DV Type I
blob
|
commitdiff
|
diff to current
2006-09-15
Dennis van Amerongen
* modules/demux/avi/avi.c: typo secondes -> seconds
blob
|
commitdiff
|
diff to current
2006-08-29
Jean-Paul Saman
Fix compiler warnings about signed - unsigned compariss...
blob
|
commitdiff
|
diff to current
2006-08-03
Clément Stenac
Fix duplicate definitions of FREE
blob
|
commitdiff
|
diff to current
2006-08-03
Clément Stenac
* Some Qt interaction stuff
blob
|
commitdiff
|
diff to current
2006-08-02
Clément Stenac
Interaction cleanup, remove some unused functions,...
blob
|
commitdiff
|
diff to current
2006-07-29
Felix Paul Kühne
* enhanced the interaction core with some method additi...
blob
|
commitdiff
|
diff to current
2006-07-08
Felix Paul Kühne
* unified the GUI-presented string
blob
|
commitdiff
|
diff to current
2006-07-08
Felix Paul Kühne
* use intf_IntfProgress instead of intf_UserProgress...
blob
|
commitdiff
|
diff to current
2006-06-19
Clément Stenac
Use a tristate for avi index (fix / don't fix / ask...
blob
|
commitdiff
|
diff to current
2006-05-14
Clément Stenac
Merge back branch 0.8.6-playlist-vlm to trunk.
blob
|
commitdiff
|
diff to current
2006-04-14
Rémi Denis-Courmont
Fix missing #include
blob
|
commitdiff
|
diff to current
2006-03-18
Christophe Mutricy
All: string review (refs: #438)
blob
|
commitdiff
|
diff to current
2006-03-11
Clément Stenac
Strings (Refs:#438)
blob
|
commitdiff
|
diff to current
2006-02-22
Derk-Jan Hartman
* Use EnsureUTF8 on the trackname of avi's. (no garentu...
blob
|
commitdiff
|
diff to current
2006-01-12
Antoine Cellerier
FSF address change.
blob
|
commitdiff
|
diff to current
2005-12-14
Clément Stenac
Progress bar for AVI index creation
blob
|
commitdiff
|
diff to current
2005-12-12
Clément Stenac
Propose to fix AVI index
blob
|
commitdiff
|
diff to current
2005-10-11
Clément Stenac
Fix a bunch of preferences errors
blob
|
commitdiff
|
diff to current
2005-10-09
Derk-Jan Hartman
* spelling
blob
|
commitdiff
|
diff to current
2005-09-15
Jean-Paul Saman
Forward port of revision 12559: Fix division by zero...
blob
|
commitdiff
|
diff to current
2005-07-11
Christophe Massiot
* ALL: miscellaneous unsigned/signed warning fixes...
blob
|
commitdiff
|
diff to current
2005-07-09
Rémi Denis-Courmont
Make Zorglub less unhappy
blob
|
commitdiff
|
diff to current
2005-07-08
Rémi Denis-Courmont
Copyright fixes
blob
|
commitdiff
|
diff to current
2005-04-20
Gildas Bazin
* modules/demux/avi: pass on video palette.
blob
|
commitdiff
|
diff to current
2005-04-04
Sigmund Augdal Helberg
es_out.c: add frame rate to stream and media info dialo...
blob
|
commitdiff
|
diff to current
2005-03-11
Clément Stenac
String fixes by Christophe Mutricy
blob
|
commitdiff
|
diff to current
2005-03-05
Gildas Bazin
* modules/demux/*: removed useless probing messages.
blob
|
commitdiff
|
diff to current
2004-12-11
Clément Stenac
Improvements to preferences
blob
|
commitdiff
|
diff to current
2004-11-10
Laurent Aimar
avi: stupid bug fix for ODML file.
blob
|
commitdiff
|
diff to current
2004-11-05
Derk-Jan Hartman
* unknow -> unknown
blob
|
commitdiff
|
diff to current
2004-11-05
Derk-Jan Hartman
* recognize subtitles streams in avi. Now to decode...
blob
|
commitdiff
|
diff to current
2004-11-05
Derk-Jan Hartman
* Trackname support for avi
blob
|
commitdiff
|
diff to current
2004-10-06
Gildas Bazin
* src/input/stream.c, modules/demux/avi/avi.c: work...
blob
|
commitdiff
|
diff to current
2004-09-14
Benjamin Pracht
msg_Err -> msg_Dbg
blob
|
commitdiff
|
diff to current
2004-08-30
Gildas Bazin
* modules/demux/avi/avi.c, modules/codec/rawvideo.c...
blob
|
commitdiff
|
diff to current
2004-08-30
Gildas Bazin
* ALL: use rgb mask members in video_format_t.
blob
|
commitdiff
|
diff to current
2004-08-28
Sam Hocevar
* Spelling fixes.
blob
|
commitdiff
|
diff to current
2004-07-16
Derk-Jan Hartman
* it's information, not informations (grep -r)
blob
|
commitdiff
|
diff to current
2004-06-25
Laurent Aimar
* sub ->subtitle : converted sub.c to a 'real' demux2.
blob
|
commitdiff
|
diff to current
2004-06-16
Laurent Aimar
* avi: fixed the return value of Seek().
blob
|
commitdiff
|
diff to current
2004-06-07
Laurent Aimar
* avi: support for track without key flag set in the...
blob
|
commitdiff
|
diff to current
2004-05-15
Laurent Aimar
* avi: add +1 to PCR/DTS/PTS.
blob
|
commitdiff
|
diff to current
2004-05-07
Laurent Aimar
* avi: hack to let few xvid files working.
blob
|
commitdiff
|
diff to current
next