Mercurial > libavformat.hg
graph
-
forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformatSat, 06 Mar 2004 11:07:37 +0000, by michael
-
asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformatFri, 05 Mar 2004 22:10:50 +0000, by michael
-
split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformatFri, 05 Mar 2004 21:34:30 +0000, by michael
-
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformatWed, 03 Mar 2004 15:41:21 +0000, by michael
-
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 libavformatWed, 25 Feb 2004 17:35:52 +0000, by michael
-
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get libavformatSun, 22 Feb 2004 00:31:19 +0000, by michael
-
avsync patch by (Gildas Bazin <gbazin at altern dot org>) libavformatFri, 20 Feb 2004 14:39:15 +0000, by michael
-
improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>) libavformatThu, 19 Feb 2004 22:34:13 +0000, by michael
-
AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>) libavformatSat, 14 Feb 2004 19:08:09 +0000, by michael
-
avio patch by (Gildas Bazin <gbazin at altern dot org>) libavformatSat, 14 Feb 2004 16:25:32 +0000, by michael
-
* turns out write_packet is supposed to return 0 on success, not libavformatWed, 11 Feb 2004 02:28:34 +0000, by romansh
-
* Initial implementation of the G.726 ADPCM audio codec. libavformatSat, 07 Feb 2004 08:20:00 +0000, by romansh
-
initial commit for Quicktime Animation (RLE) video decoder; bit depths libavformatThu, 05 Feb 2004 05:22:44 +0000, by melanson
-
Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>) libavformatSun, 01 Feb 2004 13:06:46 +0000, by michael
-
CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) libavformatSat, 17 Jan 2004 22:02:07 +0000, by michael
-
store searched distance in index, so we dont waste time searching for keyframes where we already searched libavformatSat, 17 Jan 2004 18:06:52 +0000, by michael
-
replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least decode the video without segfaulting libavformatWed, 14 Jan 2004 21:27:59 +0000, by michael
-
use packet number instead of byte number internally for seeking libavformatWed, 14 Jan 2004 18:40:29 +0000, by michael
-
seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>) libavformatWed, 14 Jan 2004 13:32:49 +0000, by michael
-
caching of timestamps for mpeg-ps so seeking is faster libavformatTue, 13 Jan 2004 22:02:49 +0000, by michael
-
memleak patch by (Gildas Bazin <gbazin at altern dot org>) libavformatThu, 08 Jan 2004 19:01:16 +0000, by michael
-
ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>) libavformatTue, 06 Jan 2004 15:31:36 +0000, by michael
-
better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generation bug (stuffing is added in such rare cases) - fixed AC3 payload size generation - generate correct AC3 frame header (need spec checking) libavformatTue, 16 Dec 2003 11:25:30 +0000, by bellard
-
fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets) libavformatTue, 16 Dec 2003 11:21:25 +0000, by bellard
-
make av_read_frame() return buffered frames at EOF libavformatMon, 15 Dec 2003 14:45:37 +0000, by bellard
-
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavformatSun, 14 Dec 2003 17:47:23 +0000, by michael
-
suppress PTS in packets when not needed (slightly smaller files), fixed PTS generation in some cases, added provision for DTS generation, slightly better SCR generation (initial patch by Michel Bardiaux) libavformatTue, 09 Dec 2003 18:06:18 +0000, by bellard
-
SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot compsoc dot net>) libavformatFri, 05 Dec 2003 00:41:58 +0000, by michael
-
H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavformatSat, 29 Nov 2003 00:21:33 +0000, by michael
-
- Add reget_buffer() function to AVCodecContext libavformatWed, 26 Nov 2003 20:57:15 +0000, by rtognimp
-
Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>) libavformatMon, 24 Nov 2003 17:59:56 +0000, by michael
-
Add more resilience in reading ffm files. In particular, don't assume libavformatWed, 19 Nov 2003 02:34:40 +0000, by philipjsg
-
set frame rate information, for good measure libavformatSun, 16 Nov 2003 14:26:50 +0000, by melanson
-
use the proper file framerate (specified by a float); account the pts libavformatSat, 15 Nov 2003 18:18:42 +0000, by melanson
-
support more codecs in MPEG-TS patch by (mru at kth dot se (Mns Rullgrd)) libavformatWed, 12 Nov 2003 21:56:57 +0000, by michael
-
frame rate should be completely disabled in asf (closer now) - disabled seek libavformatMon, 10 Nov 2003 18:49:58 +0000, by bellard
-
seeking support - fixed some ADPCM decoding cases libavformatMon, 10 Nov 2003 18:44:27 +0000, by bellard
-
initial seek support - more generic play/pause support libavformatMon, 10 Nov 2003 18:39:26 +0000, by bellard
-
initial av_read_frame() and av_seek_frame() support libavformatMon, 10 Nov 2003 18:37:55 +0000, by bellard
-
added palette support to the QT demuxer; registered SMC video decoder libavformatMon, 10 Nov 2003 03:17:32 +0000, by melanson
-
* fixes for broken builds on Solaris, OS2 and all bingendian libavformatTue, 04 Nov 2003 19:35:43 +0000, by romansh
-
movenc patch by (Gildas Bazin <gbazin at altern dot org>) libavformatMon, 03 Nov 2003 21:51:07 +0000, by michael
-
Make avi and asf demuxer export palette in palctrl libavformatSun, 02 Nov 2003 21:55:38 +0000, by rtognimp
-
* DV demuxer is now capable of decoding auxilary audio stream. So, libavformatFri, 31 Oct 2003 22:26:26 +0000, by romansh
-
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavformatThu, 30 Oct 2003 05:40:58 +0000, by melanson
-
added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API libavformatWed, 29 Oct 2003 14:25:27 +0000, by bellard
-
make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() libavformatWed, 29 Oct 2003 14:20:56 +0000, by bellard
-
mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake codec MPEG2TS) libavformatWed, 29 Oct 2003 14:16:31 +0000, by bellard
-
1/0 fix by (Tim Allen <tim at proximity dot com dot au>) libavformatTue, 28 Oct 2003 10:55:15 +0000, by michael
-
GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavformatSun, 26 Oct 2003 10:49:49 +0000, by michael
-
added XVID fourcc (ISO MPEG-4?) and AC3 fourcc libavformatSat, 25 Oct 2003 04:41:53 +0000, by melanson
-
Using the extension m4a for audio only MPEG-4 files is increasingly libavformatSun, 19 Oct 2003 20:57:47 +0000, by michael
-
- Moving -Wall from the individual Makefiles to configure (and only libavformatSat, 18 Oct 2003 18:47:06 +0000, by michael
-
* providing MPEG codecs with a generic fields in AVFrame to use. libavformatSat, 18 Oct 2003 03:19:44 +0000, by romansh
-
Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <doug at ties dot org>) libavformatWed, 15 Oct 2003 18:06:44 +0000, by michael
-
make it compatible with older make (debian stable - make 3.79.1) libavformatTue, 14 Oct 2003 11:36:03 +0000, by alex
-
disable encoders where appropriate (patch courtesy of BERO libavformatTue, 14 Oct 2003 04:15:53 +0000, by melanson
-
handle a wider variety of VQA files, including silent files libavformatSat, 04 Oct 2003 17:41:56 +0000, by tmmm
-
* fixing bug that prevented resampling the picture and libavformatFri, 03 Oct 2003 01:08:10 +0000, by romansh
-
fix fabrice's broken get_bi and some minor changes in draft libavformatThu, 02 Oct 2003 14:59:54 +0000, by al3x
-
properly demux silent files; implemented precise framerate calculation libavformatThu, 02 Oct 2003 04:16:59 +0000, by tmmm
-
* preAlpha DV encoding support -- there's still a truckload libavformatWed, 01 Oct 2003 23:34:46 +0000, by romansh
-
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & libavformatWed, 01 Oct 2003 04:39:38 +0000, by tmmm
-
Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformatTue, 30 Sep 2003 17:54:30 +0000, by michaelni
-
* The functionality is now available in dv.[ch]. libavformatMon, 29 Sep 2003 17:56:21 +0000, by romansh
-
* DV handling was streamlined for both muxing/demuxing and libavformatMon, 29 Sep 2003 17:54:07 +0000, by romansh
-
Fix a very nasty problem with extra bytes appearing in TCP data streams. libavformatMon, 29 Sep 2003 01:41:30 +0000, by philipjsg
-
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavformatSun, 28 Sep 2003 22:53:25 +0000, by michaelni
-
mov/mp4/3gp muxer improvements patch by (Thomas Raivio <tjraivio at cc dot hut dot fi>) libavformatSun, 28 Sep 2003 21:09:32 +0000, by michaelni
-
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>) libavformatSun, 28 Sep 2003 20:34:11 +0000, by michaelni
-
send the chunk preamble bytes to the respective decoders; Id RoQ demuxer libavformatFri, 26 Sep 2003 00:10:21 +0000, by tmmm