2010-02-27 |
Laurent Aimar | Fixed potential invalid access with too short packetize... |
blob | commitdiff | raw |
2010-02-11 |
Pierre d'Herbemont | mpeg4video: Fix leaked fmt_out.p_extra. |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Rafaël Carré | packetizer_mpeg4video: use VLC_TS_INVALID (refs #3135) |
blob | commitdiff | raw | diff to current |
2009-12-06 |
Rémi Denis-Courmont | Do not assert memory allocations |
blob | commitdiff | raw | diff to current |
2009-12-05 |
JP Dinger | Replace argument = realloc( argument, size ); with... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Jean-Baptiste Kempf | Use Brackets for global headers. |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Rémi Denis-Courmont | Merge commit 'origin/base' |
blob | commitdiff | raw | diff to current |
2009-05-27 |
Rémi Denis-Courmont | Merge branch 'base' into master |
blob | commitdiff | raw | diff to current |
2009-05-26 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix (early part) into master |
blob | commitdiff | raw | diff to current |
2009-05-26 |
Derk-Jan Hartman | Merge commit 'origin/1.0-bugfix' |
blob | commitdiff | raw | diff to current |
2009-05-26 |
Rémi Duraffort | Merge branch '1.0-bugfix' |
blob | commitdiff | raw | diff to current |
2009-05-26 |
Rémi Duraffort | Merge branch '1.0-bugfix' |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Jean-Baptiste Kempf | Merge commit 'origin/1.0-bugfix' |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Jean-Baptiste Kempf | Merge branch '1.0' |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix into master |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix into master |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix |
blob | commitdiff | raw | diff to current |
2009-05-21 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix into master |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Rémi Duraffort | Merge branch '1.0-bugfix' |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix |
blob | commitdiff | raw | diff to current |
2009-05-16 |
Laurent Aimar | Merge commit 'origin/1.0-bugfix' |
blob | commitdiff | raw | diff to current |
2009-05-16 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix |
blob | commitdiff | raw | diff to current |
2009-05-15 |
Laurent Aimar | Merge commit 'origin/1.0-bugfix' |
blob | commitdiff | raw | diff to current |
2009-05-14 |
Jean-Baptiste Kempf | Merge commit 'origin/1.0-bugfix' |
blob | commitdiff | raw | diff to current |
2009-05-14 |
Rémi Denis-Courmont | Merge commit 'origin/1.0-bugfix' |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Laurent Aimar | Used VLC_CODEC_* and i_original_fourcc when applicable. |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Laurent Aimar | Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. |
blob | commitdiff | raw | diff to current |
2009-04-28 |
Laurent Aimar | Moved and fixed all common code from video packetizers... |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Laurent Aimar | Fixed various decoder/packetizer flush. |
blob | commitdiff | raw | diff to current |
2008-10-29 |
Rémi Denis-Courmont | Remove most stray semi-colons in module descriptions |
blob | commitdiff | raw | diff to current |
2008-09-28 |
Laurent Aimar | Convert stream to system timestamp after the decoder. |
blob | commitdiff | raw | diff to current |
2008-08-27 |
Laurent Aimar | Set picture flags (I/P/B) in mpeg4 packetizer. |
blob | commitdiff | raw | diff to current |
2008-06-22 |
Rémi Duraffort | Remove unneeded msg_Error. |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Rémi Denis-Courmont | Plugins: include vlc_common.h directly instead of vlc... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Rémi Denis-Courmont | Use gettext_noop() consistently |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Rémi Denis-Courmont | Include vlc_plugin.h as needed |
blob | commitdiff | raw | diff to current |
2008-05-01 |
Rémi Denis-Courmont | Remove I64C as well |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Jean-Paul Saman | Merge branch 'master' of git@git.videolan.org:vlc |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Pierre d'Herbemont | Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA... |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Rafaël Carré | codecs & packetizers: fix warnings |
blob | commitdiff | raw | diff to current |
2008-01-23 |
Rémi Denis-Courmont | Don't include config.h from the headers - refs #297. |
blob | commitdiff | raw | diff to current |
2007-08-20 |
Rémi Denis-Courmont | Remove stdlib.h |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Laurent Aimar | Improved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED... |
blob | commitdiff | raw | diff to current |
2007-03-02 |
Laurent Aimar | Packetizers should trash all blocks with DISCONTINUITY... |
blob | commitdiff | raw | diff to current |
2006-11-26 |
Clément Stenac | A bit of headers cleanup |
blob | commitdiff | raw | diff to current |
2006-08-24 |
Derk-Jan Hartman | * Also pass along the USER DATA of mpeg4 |
blob | commitdiff | raw | diff to current |
2006-06-11 |
Gildas Bazin | * modules/packetizer/mpeg4video.c: ts/ps muxers rely... |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Gildas Bazin | * modules/packetizer/mpeg4video.c: rewrite using the... |
blob | commitdiff | raw | diff to current |
2006-03-25 |
Felix Paul Kühne | * another 1st string review, refs #438 |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Antoine Cellerier | FSF address change. |
blob | commitdiff | raw | diff to current |
2005-07-09 |
Rémi Denis-Courmont | Make Zorglub less unhappy |
blob | commitdiff | raw | diff to current |
2005-07-08 |
Rémi Denis-Courmont | Copyright fixes |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Gildas Bazin | * modules/codec/ffmpeg/ffmpeg.c, modules/packetizer... |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Gildas Bazin | * modules/packetizer/mpeg4video.c: work-around for... |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Gildas Bazin | * modules/packetizer/mpeg4video.c: remove the VOL from... |
blob | commitdiff | raw | diff to current |
2005-05-20 |
Clément Stenac | Don't print error on non-fatal problems |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Gildas Bazin | * modules/packetizer/mpeg4video.c: fixed segfault |
blob | commitdiff | raw | diff to current |
2005-02-03 |
Gildas Bazin | * modules/packetizer/mpeg4video.c: oops, don't forget... |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Gildas Bazin | * modules/packetizer/mpeg4video.c: proper PTS/DTS calcu... |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Clément Stenac | Improvements to preferences |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Gildas Bazin | * modules/packetizer/mpeg4video.c: fixed memory leak... |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Gildas Bazin | * modules/packetizer/*: bug fix (use es_format_Copy... |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Laurent Aimar | * mpeg4video: init i_dts. |
blob | commitdiff | raw | diff to current |
2004-03-25 |
Laurent Aimar | * mpeg4video.c: added m4cc/M4CC. |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Laurent Aimar | * mpeg4video.c: better pts... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Laurent Aimar | * mpeg4video: more cludges (it should be rewritten... |
blob | commitdiff | raw | diff to current |
2004-03-06 |
Laurent Aimar | * mpeg4video: set frame type (I,P,B). |
blob | commitdiff | raw | diff to current |
2004-01-25 |
Carlo Calabrò | reverting a whole bunch of stupid changes, |
blob | commitdiff | raw | diff to current |
2004-01-25 |
Carlo Calabrò | String review, round three in advance :) |
blob | commitdiff | raw | diff to current |
2003-12-22 |
Sam Hocevar | * toolbox: |
blob | commitdiff | raw | diff to current |
2003-12-07 |
Jean-Paul Saman | Compilation warning fixes and if-deffed unused function... |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Gildas Bazin | * modules/packetizer/mpeg4video.c: oops |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Gildas Bazin | * include/input_ext-plugins.h: export input_DecodeBlock(). |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Laurent Aimar | * all: added dx50 fourcc (just mpeg4 video). |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Gildas Bazin | * ALL: fixed memory leaks. |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Laurent Aimar | * include/vlc_bits.h: bit stream reader/writer. |
blob | commitdiff | raw | diff to current |
2003-11-17 |
Gildas Bazin | * modules/packetizer/mpeg4video.c: ported to the new... |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Laurent Aimar | * all: set pf_run *only* if we accept this stream. |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Gildas Bazin | * ALL: Introduction of a new api for decoders. |
blob | commitdiff | raw | diff to current |
2003-05-03 |
Laurent Aimar | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2003-04-24 |
Laurent Aimar | * mpeg4video.c: use video size when available from... |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Laurent Aimar | * all: new sout scheme. Now a chain of module are... |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Laurent Aimar | * v4l: updated, now it should grab (and compress if... |
blob | commitdiff | raw | diff to current |
2003-03-11 |
Laurent Aimar | * all: reworked stream output. Now it handles mutliple... |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Sam Hocevar | * ./modules/*: warning fixes. |
blob | commitdiff | raw | diff to current |
2003-01-19 |
Laurent Aimar | * all: change the way fourcc are stored in bitmapinfoh... |
blob | commitdiff | raw | diff to current |
2003-01-17 |
Laurent Aimar | * all: use p_vlc->pf_memcpy instead of memcpy on big... |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Laurent Aimar | * some workaround for clock. |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Laurent Aimar | * mpeg4audio.c: new packetizer (but for now it don... |
blob | commitdiff | raw | diff to current |
2002-12-18 |
Laurent Aimar | * mpeg4video: repeat vol headers every 30 frames ... |
blob | commitdiff | raw | diff to current |
2002-12-14 |
Laurent Aimar | Added stream output. (common work with titer). |
blob | commitdiff | raw | diff to current |
|