2003-01-13 |
Laurent Aimar | * mp4: added parsing of some mov boxes (alternate...
|
commit | commitdiff | tree |
2003-01-12 |
Laurent Aimar | * avi: partial fix for non interleaved file with incorrect...
|
commit | commitdiff | tree |
2003-01-12 |
Laurent Aimar | * m4v: a raw MPEG-4 video stream demuxer (for now...
|
commit | commitdiff | tree |
2003-01-12 |
Laurent Aimar | * avi.c: avi muxer. (It produces broken files, but...
|
commit | commitdiff | tree |
2003-01-12 |
Laurent Aimar | * some workaround for clock.
|
commit | commitdiff | tree |
2003-01-11 |
Laurent Aimar | * avi: fix my last fix :)
|
commit | commitdiff | tree |
2003-01-11 |
Laurent Aimar | * asf: prevent some segfault with broken file. (partially...
|
commit | commitdiff | tree |
2003-01-09 |
Laurent Aimar | * avi: read less data at once as it seems to give...
|
commit | commitdiff | tree |
2003-01-08 |
Laurent Aimar | * configure.ac.in: added mpeg4audio packetizer and...
|
commit | commitdiff | tree |
2003-01-08 |
Laurent Aimar | * mp4.c: allowed multiple moov headers by taking the...
|
commit | commitdiff | tree |
2003-01-08 |
Laurent Aimar | * faad: fixed a segfault when faad initialisation...
|
commit | commitdiff | tree |
2003-01-08 |
Laurent Aimar | * ffmpeg/video.c: in case of mpeg4 stream search in...
|
commit | commitdiff | tree |
2003-01-08 |
Laurent Aimar | * file.c: removed an useless debug message.
|
commit | commitdiff | tree |
2003-01-08 |
Laurent Aimar | * all: added a new function (sout_BufferChain) and...
|
commit | commitdiff | tree |
2003-01-08 |
Laurent Aimar | * pes.c, ps.c: a52 stream should now work.
|
commit | commitdiff | tree |
2003-01-08 |
Laurent Aimar | * mpeg4audio.c: new packetizer (but for now it don...
|
commit | commitdiff | tree |
2003-01-07 |
Laurent Aimar | * all: I have added two new variables in es_descriptor_t and
|
commit | commitdiff | tree |
2002-12-18 |
Laurent Aimar | * mpeg4video: repeat vol headers every 30 frames ...
|
commit | commitdiff | tree |
2002-12-18 |
Laurent Aimar | * video.c: with mpeg4 stream, we try to decode a picture...
|
commit | commitdiff | tree |
2002-12-18 |
Laurent Aimar | * ts.c: add preliminary support for mpeg-4 streams...
|
commit | commitdiff | tree |
2002-12-18 |
Laurent Aimar | * libavi.c: a sanity check to prevent some segfault...
|
commit | commitdiff | tree |
2002-12-18 |
Laurent Aimar | * mpegaudio: fixed another stupid bug for mpeg audio...
|
commit | commitdiff | tree |
2002-12-17 |
Laurent Aimar | * bits.h: fixed a stupid bug.
|
commit | commitdiff | tree |
2002-12-16 |
Laurent Aimar | * compilation fix for Os X.
|
commit | commitdiff | tree |
2002-12-16 |
Laurent Aimar | * libavi.c: improved parsing of some corrupted files.
|
commit | commitdiff | tree |
2002-12-16 |
Laurent Aimar | Should fix compilation/configuration with --with-ffmpeg...
|
commit | commitdiff | tree |
2002-12-15 |
Laurent Aimar | * modules/mux/mpeg/*: should fix builtin compilation
|
commit | commitdiff | tree |
2002-12-14 |
Laurent Aimar | * libvlc.h: Fix mux/access_output options.
|
commit | commitdiff | tree |
2002-12-14 |
Laurent Aimar | Added stream output. (common work with titer).
|
commit | commitdiff | tree |
2002-12-14 |
Laurent Aimar | * all: with mpeg4 video I changed the way that some...
|
commit | commitdiff | tree |
2002-12-11 |
Laurent Aimar | * all: access plugins should not modify
|
commit | commitdiff | tree |
2002-12-10 |
Laurent Aimar | ffmpeg: adapted to current cvs version. It should...
|
commit | commitdiff | tree |
2002-12-06 |
Laurent Aimar | all: fix some minors warnings.
|
commit | commitdiff | tree |
2002-12-06 |
Laurent Aimar | * ffmpeg: sync with latest ffmpeg cvs. As it need...
|
commit | commitdiff | tree |
2002-12-04 |
Laurent Aimar | * all: Fix an other (and last ? ;) endian issue.
|
commit | commitdiff | tree |
2002-12-03 |
Laurent Aimar | * adpcm.c: add adpcm decoding support (Now just ms...
|
commit | commitdiff | tree |
2002-11-28 |
Laurent Aimar | * asf: fix my previous commit.
|
commit | commitdiff | tree |
2002-11-28 |
Laurent Aimar | * ffmpeg: arg, fix a previous fix for non-latest ffmpeg...
|
commit | commitdiff | tree |
2002-11-28 |
Laurent Aimar | * all: some clean up with WAVEFORMATEX and endian...
|
commit | commitdiff | tree |
2002-11-27 |
Laurent Aimar | * ffmpeg: add a LIBAVCODEC_BUILD test for CODEC_ID_MJPEGB
|
commit | commitdiff | tree |
2002-11-27 |
Laurent Aimar | cinepak: fix a bug (bad frame gathering), pointed...
|
commit | commitdiff | tree |
2002-11-27 |
Laurent Aimar | * all: added mjpeg support, some clean up in video...
|
commit | commitdiff | tree |
2002-11-26 |
Laurent Aimar | * mp4: prevent float exeption with some truncated...
|
commit | commitdiff | tree |
2002-11-25 |
Laurent Aimar | mms.c: fix command/packet parsing functions.
|
commit | commitdiff | tree |
2002-11-25 |
Laurent Aimar | * mms: enable seek :) It works for me with both udp...
|
commit | commitdiff | tree |
2002-11-25 |
Laurent Aimar | * all: begin to add mms over udp support. It begin...
|
commit | commitdiff | tree |
2002-11-19 |
Laurent Aimar | all: Use BITMAPINFOHEADER everywhere (Needed because...
|
commit | commitdiff | tree |
2002-11-18 |
Laurent Aimar | * ogg: change i_dts usage for subtitle ES.
|
commit | commitdiff | tree |
2002-11-18 |
Laurent Aimar | * ffmpeg: set bug detection to auto by default.
|
commit | commitdiff | tree |
2002-11-17 |
Laurent Aimar | * ffmpeg: disable direct rendering by default. I have...
|
commit | commitdiff | tree |
2002-11-16 |
Laurent Aimar | * avi: fix playing over http (a bug I have introduced).
|
commit | commitdiff | tree |
2002-11-15 |
Laurent Aimar | * modules/demux/util : add a text subtitle demuxer...
|
commit | commitdiff | tree |
2002-11-15 |
Laurent Aimar | faad: adapt to new changes in aout3 (at least it compiles)
|
commit | commitdiff | tree |
2002-11-14 |
Laurent Aimar | mms.c: it takes care of --no-audio and --no-video...
|
commit | commitdiff | tree |
2002-11-14 |
Laurent Aimar | asf/* : Convert all u* into uint*_t
|
commit | commitdiff | tree |
2002-11-13 |
Laurent Aimar | * fix and make better stream selection (if mms-maxbitrate...
|
commit | commitdiff | tree |
2002-11-13 |
Laurent Aimar | * mms/* : better stream selection and add some options...
|
commit | commitdiff | tree |
2002-11-13 |
Laurent Aimar | access/* : don't override demux setting made by user.
|
commit | commitdiff | tree |
2002-11-12 |
Laurent Aimar | * modules/demux/asf/.cvsignore : put the good one.
|
commit | commitdiff | tree |
2002-11-10 |
Laurent Aimar | all: fix a bug in packet parsing and can now play...
|
commit | commitdiff | tree |
2002-11-10 |
Laurent Aimar | http: Accept ICY server reponse (Used for some web...
|
commit | commitdiff | tree |
2002-11-10 |
Laurent Aimar | * faad : adapt to newer version.
|
commit | commitdiff | tree |
2002-10-28 |
Laurent Aimar | * fix a bug while passing informations to audio decoder...
|
commit | commitdiff | tree |
2002-10-28 |
Laurent Aimar | * all : add audio decoding support in ffmpeg module...
|
commit | commitdiff | tree |
2002-10-28 |
Laurent Aimar | * avi.c : fix a bug (bad choice in stream to be read)
|
commit | commitdiff | tree |
2002-10-27 |
Laurent Aimar | * all: new way to gather frame (same as ffmpeg).
|
commit | commitdiff | tree |
2002-10-27 |
Laurent Aimar | * all : rewrite demux part (simpler and cleaner)....
|
commit | commitdiff | tree |
2002-10-26 |
Laurent Aimar | * all : fix for new use of p_selected_area->i_tell.
|
commit | commitdiff | tree |
2002-10-24 |
Laurent Aimar | * ffmpeg : new way to gather a frame
|
commit | commitdiff | tree |
2002-10-21 |
Laurent Aimar | * input_ext-dec.* : add a new function to parse decoder...
|
commit | commitdiff | tree |
2002-10-21 |
Laurent Aimar | * configure.ac.in Makefile.am: enable asf demuxer...
|
commit | commitdiff | tree |
2002-10-20 |
Laurent Aimar | * all: fix for correct "i_channels" use.
|
commit | commitdiff | tree |
2002-10-20 |
Laurent Aimar | * all: add wmv1/2 codec support.
|
commit | commitdiff | tree |
2002-10-20 |
Laurent Aimar | * all : add an asf file (v1.0 only) demuxer. Need...
|
commit | commitdiff | tree |
2002-10-15 |
Laurent Aimar | * cinepak.c : initialize picture to black.
|
commit | commitdiff | tree |
2002-10-15 |
Laurent Aimar | * all : forgot to add theses new files :p
|
commit | commitdiff | tree |
2002-10-15 |
Laurent Aimar | * all : begin to rewrite some parts of avi demux,...
|
commit | commitdiff | tree |
2002-10-14 |
Laurent Aimar | * araw.c : pseudo pcm decoder
|
commit | commitdiff | tree |
2002-09-19 |
Laurent Aimar | * avi.c : fix my last fix about endiannes issues ...
|
commit | commitdiff | tree |
2002-09-18 |
Laurent Aimar | * all: fix endian issue with new definition of VLC_FOURCC...
|
commit | commitdiff | tree |
2002-09-17 |
Laurent Aimar | * all: - fix a memory leak while parsing.
|
commit | commitdiff | tree |
2002-08-17 |
Laurent Aimar | * all : mpeg_audio decoder works now with aout3.
|
commit | commitdiff | tree |
2002-08-13 |
Laurent Aimar | * clean up some code, add "mp3" short cut.
|
commit | commitdiff | tree |
2002-08-12 |
Laurent Aimar | * all : enable aac demux by default.
|
commit | commitdiff | tree |
2002-08-12 |
Laurent Aimar | * all : a demux for aac stream ( raw aac with adts...
|
commit | commitdiff | tree |
2002-08-10 |
Laurent Aimar | * modules/codec/faad : an AAC decoder module using...
|
commit | commitdiff | tree |
2002-08-04 |
Laurent Aimar | * oups, removed 'include vdec_ext-plugins.h'. And...
|
commit | commitdiff | tree |
2002-08-04 |
Laurent Aimar | * add compilation of postprocessing modules for ffmpeg.
|
commit | commitdiff | tree |
2002-08-04 |
Laurent Aimar | * add post processing modules.( As defined in MPEG4...
|
commit | commitdiff | tree |
2002-08-01 |
Laurent Aimar | avi.c: remove an old debug purpose printf :)
|
commit | commitdiff | tree |
2002-07-23 |
Laurent Aimar | * ffmpeg : add a new fourcc, ( 3IV2 you shoudln't...
|
commit | commitdiff | tree |
2002-07-23 |
Laurent Aimar | * cinepak: add a new fourcc
|
commit | commitdiff | tree |
2002-07-21 |
Laurent Aimar | * mp4 : improve mp4a detection/handling.
|
commit | commitdiff | tree |
2002-07-21 |
Laurent Aimar | * all : can now read mp4 file with mp3 audio declared...
|
commit | commitdiff | tree |
2002-07-21 |
Laurent Aimar | * mp4 : use same endian for fourcc than one used in...
|
commit | commitdiff | tree |
2002-07-21 |
Laurent Aimar | * all : enable cinepak decoder, I hope I haven't break...
|
commit | commitdiff | tree |
2002-07-21 |
Laurent Aimar | * all : enable cinepak, clean some functions, fix...
|
commit | commitdiff | tree |
2002-07-21 |
Laurent Aimar | * all : a cinepak (cvid) video decoder ( codec found...
|
commit | commitdiff | tree |
2002-07-21 |
Laurent Aimar | * all : try to add an option to allow frame droppping (
|
commit | commitdiff | tree |
2002-07-20 |
Laurent Aimar | * ffmpeg : add a new option, it set the level of error...
|
commit | commitdiff | tree |
next |