Tue, 16 Dec 2003 11:21:25 +0000 |
bellard |
fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets)
libavformat
|
Mon, 15 Dec 2003 14:45:37 +0000 |
bellard |
make av_read_frame() return buffered frames at EOF
libavformat
|
Sun, 14 Dec 2003 17:47:23 +0000 |
michael |
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavformat
|
Tue, 09 Dec 2003 18:06:18 +0000 |
bellard |
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)
libavformat
|
Tue, 09 Dec 2003 15:34:44 +0000 |
bellard |
copy packet without omitting the padding
libavformat
|
Tue, 09 Dec 2003 00:17:43 +0000 |
michael |
better get_packet_size and probe
libavformat
|
Mon, 08 Dec 2003 17:54:40 +0000 |
alex |
msb pts support
libavformat
|
Mon, 08 Dec 2003 17:50:38 +0000 |
alex |
using LIBAVFORMAT_IDENT
libavformat
|
Fri, 05 Dec 2003 23:12:03 +0000 |
michael |
removing unused var & converting 64->32bit
libavformat
|
Fri, 05 Dec 2003 00:41:58 +0000 |
michael |
SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot compsoc dot net>)
libavformat
|
Wed, 03 Dec 2003 04:58:48 +0000 |
melanson |
DUCK codec
libavformat
|
Mon, 01 Dec 2003 13:59:08 +0000 |
melanson |
off by 1 in the palette
libavformat
|
Sat, 29 Nov 2003 00:21:33 +0000 |
michael |
H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavformat
|
Wed, 26 Nov 2003 20:57:15 +0000 |
rtognimp |
- Add reget_buffer() function to AVCodecContext
libavformat
|
Mon, 24 Nov 2003 17:59:56 +0000 |
michael |
Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>)
libavformat
|
Thu, 20 Nov 2003 11:22:25 +0000 |
bellard |
fixed memory leak
libavformat
|
Wed, 19 Nov 2003 02:34:40 +0000 |
philipjsg |
Add more resilience in reading ffm files. In particular, don't assume
libavformat
|
Sun, 16 Nov 2003 14:26:50 +0000 |
melanson |
set frame rate information, for good measure
libavformat
|
Sat, 15 Nov 2003 18:18:42 +0000 |
melanson |
use the proper file framerate (specified by a float); account the pts
libavformat
|
Fri, 14 Nov 2003 05:42:14 +0000 |
melanson |
yep, FLI support
libavformat
|
Thu, 13 Nov 2003 22:15:11 +0000 |
kabi |
* *FILE needs <stdio.h>
libavformat
|
Wed, 12 Nov 2003 21:56:57 +0000 |
michael |
support more codecs in MPEG-TS patch by (mru at kth dot se (Mns Rullgrd))
libavformat
|
Mon, 10 Nov 2003 18:49:58 +0000 |
bellard |
frame rate should be completely disabled in asf (closer now) - disabled seek
libavformat
|
Mon, 10 Nov 2003 18:48:33 +0000 |
bellard |
initial seek support
libavformat
|
Mon, 10 Nov 2003 18:47:52 +0000 |
bellard |
seek support
libavformat
|
Mon, 10 Nov 2003 18:44:27 +0000 |
bellard |
seeking support - fixed some ADPCM decoding cases
libavformat
|
Mon, 10 Nov 2003 18:43:12 +0000 |
bellard |
fixed double free
libavformat
|
Mon, 10 Nov 2003 18:42:51 +0000 |
bellard |
added parsing
libavformat
|
Mon, 10 Nov 2003 18:41:45 +0000 |
bellard |
seek support for PCM formats
libavformat
|
Mon, 10 Nov 2003 18:40:14 +0000 |
bellard |
use parsers
libavformat
|
Mon, 10 Nov 2003 18:39:26 +0000 |
bellard |
initial seek support - more generic play/pause support
libavformat
|
Mon, 10 Nov 2003 18:37:55 +0000 |
bellard |
initial av_read_frame() and av_seek_frame() support
libavformat
|
Mon, 10 Nov 2003 03:17:32 +0000 |
melanson |
added palette support to the QT demuxer; registered SMC video decoder
libavformat
|
Fri, 07 Nov 2003 22:39:18 +0000 |
rtognimp |
8BPS decoder
libavformat
|
Tue, 04 Nov 2003 19:35:43 +0000 |
romansh |
* fixes for broken builds on Solaris, OS2 and all bingendian
libavformat
|
Tue, 04 Nov 2003 12:55:26 +0000 |
michael |
removing borderline spyware
libavformat
|
Mon, 03 Nov 2003 21:51:07 +0000 |
michael |
movenc patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
Sun, 02 Nov 2003 21:55:38 +0000 |
rtognimp |
Make avi and asf demuxer export palette in palctrl
libavformat
|
Fri, 31 Oct 2003 22:26:26 +0000 |
romansh |
* DV demuxer is now capable of decoding auxilary audio stream. So,
libavformat
|
Thu, 30 Oct 2003 05:40:58 +0000 |
melanson |
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
libavformat
|
Wed, 29 Oct 2003 14:25:27 +0000 |
bellard |
added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API
libavformat
|
Wed, 29 Oct 2003 14:20:56 +0000 |
bellard |
make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()
libavformat
|
Wed, 29 Oct 2003 14:16:31 +0000 |
bellard |
mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake codec MPEG2TS)
libavformat
|
Tue, 28 Oct 2003 10:55:15 +0000 |
michael |
1/0 fix by (Tim Allen <tim at proximity dot com dot au>)
libavformat
|
Sun, 26 Oct 2003 10:49:49 +0000 |
michael |
GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>)
libavformat
|
Sat, 25 Oct 2003 04:41:53 +0000 |
melanson |
added XVID fourcc (ISO MPEG-4?) and AC3 fourcc
libavformat
|
Mon, 20 Oct 2003 20:23:46 +0000 |
michael |
AVRational
libavformat
|
Mon, 20 Oct 2003 10:33:13 +0000 |
michael |
bottom_field_first -> top_field_first
libavformat
|
Sun, 19 Oct 2003 20:57:47 +0000 |
michael |
Using the extension m4a for audio only MPEG-4 files is increasingly
libavformat
|
Sat, 18 Oct 2003 18:47:06 +0000 |
michael |
- Moving -Wall from the individual Makefiles to configure (and only
libavformat
|
Sat, 18 Oct 2003 03:19:44 +0000 |
romansh |
* providing MPEG codecs with a generic fields in AVFrame to use.
libavformat
|
Wed, 15 Oct 2003 18:06:44 +0000 |
michael |
Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <doug at ties dot org>)
libavformat
|
Wed, 15 Oct 2003 15:21:46 +0000 |
alex |
10l
libavformat
|
Wed, 15 Oct 2003 03:53:40 +0000 |
melanson |
hook up the XA ADPCM decoder
libavformat
|
Tue, 14 Oct 2003 14:40:36 +0000 |
michael |
recommit of
libavformat
|
Tue, 14 Oct 2003 14:13:57 +0000 |
melanson |
remove experimental reference
libavformat
|
Tue, 14 Oct 2003 11:36:03 +0000 |
alex |
make it compatible with older make (debian stable - make 3.79.1)
libavformat
|
Tue, 14 Oct 2003 04:15:53 +0000 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavformat
|
Mon, 13 Oct 2003 10:59:57 +0000 |
alex |
init_put_bits changed
libavformat
|
Sat, 04 Oct 2003 17:41:56 +0000 |
tmmm |
handle a wider variety of VQA files, including silent files
libavformat
|
Fri, 03 Oct 2003 05:43:03 +0000 |
tmmm |
implemented Id Quake II CIN support
libavformat
|
Fri, 03 Oct 2003 01:08:10 +0000 |
romansh |
* fixing bug that prevented resampling the picture and
libavformat
|
Thu, 02 Oct 2003 22:41:08 +0000 |
al3x |
fixed codec specific data headers
libavformat
|
Thu, 02 Oct 2003 22:33:55 +0000 |
al3x |
fixed time base and sample rate handling
libavformat
|
Thu, 02 Oct 2003 14:59:54 +0000 |
al3x |
fix fabrice's broken get_bi and some minor changes in draft
libavformat
|
Thu, 02 Oct 2003 04:16:59 +0000 |
tmmm |
properly demux silent files; implemented precise framerate calculation
libavformat
|
Thu, 02 Oct 2003 03:53:52 +0000 |
tmmm |
the correct data type is offset_t
libavformat
|
Wed, 01 Oct 2003 23:34:46 +0000 |
romansh |
* preAlpha DV encoding support -- there's still a truckload
libavformat
|
Wed, 01 Oct 2003 04:39:38 +0000 |
tmmm |
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &
libavformat
|
Tue, 30 Sep 2003 17:54:30 +0000 |
michaelni |
Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
Mon, 29 Sep 2003 22:40:01 +0000 |
michaelni |
10l
libavformat
|
Mon, 29 Sep 2003 17:56:21 +0000 |
romansh |
* The functionality is now available in dv.[ch].
libavformat
|
Mon, 29 Sep 2003 17:54:07 +0000 |
romansh |
* DV handling was streamlined for both muxing/demuxing and
libavformat
|
Mon, 29 Sep 2003 01:41:30 +0000 |
philipjsg |
Fix a very nasty problem with extra bytes appearing in TCP data streams.
libavformat
|
Sun, 28 Sep 2003 22:53:25 +0000 |
michaelni |
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
libavformat
|
Sun, 28 Sep 2003 21:09:32 +0000 |
michaelni |
mov/mp4/3gp muxer improvements patch by (Thomas Raivio <tjraivio at cc dot hut dot fi>)
libavformat
|
Sun, 28 Sep 2003 20:34:11 +0000 |
michaelni |
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
libavformat
|
Fri, 26 Sep 2003 00:10:21 +0000 |
tmmm |
send the chunk preamble bytes to the respective decoders; Id RoQ demuxer
libavformat
|
Thu, 25 Sep 2003 08:38:16 +0000 |
michaelni |
yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavformat
|
Mon, 22 Sep 2003 20:29:58 +0000 |
mellum |
Fix compilation with ccc
libavformat
|
Sat, 20 Sep 2003 21:54:33 +0000 |
tmmm |
clean up 4xm demuxer; make valgrind just a little happier
libavformat
|
Sat, 20 Sep 2003 00:31:43 +0000 |
tmmm |
iterate through the appropriate range of palette entries
libavformat
|
Thu, 18 Sep 2003 04:25:41 +0000 |
tmmm |
provisions for raw PCM audio
libavformat
|
Tue, 16 Sep 2003 20:29:19 +0000 |
bellard |
remove unused AMREXTRALIBS
libavformat
|
Tue, 16 Sep 2003 12:56:42 +0000 |
bellard |
generate correct PTS in transport stream - use mpeg2 encoder by default
libavformat
|
Tue, 16 Sep 2003 02:09:17 +0000 |
romansh |
* fixing a typo ;-)
libavformat
|
Mon, 15 Sep 2003 22:27:43 +0000 |
bellard |
correct DLL windows install
libavformat
|
Sun, 14 Sep 2003 18:56:45 +0000 |
tmmm |
adapt to use interim palette control API; do away with multi-chunk data
libavformat
|
Sat, 13 Sep 2003 09:20:12 +0000 |
mmu_man |
64 bit pts for writing - more const usage (don't forget me !)
libavformat
|
Fri, 12 Sep 2003 03:48:14 +0000 |
tmmm |
deploy palette control API
libavformat
|
Thu, 11 Sep 2003 22:51:05 +0000 |
bellard |
simplified version handling
libavformat
|
Thu, 11 Sep 2003 05:39:51 +0000 |
tmmm |
forgot to apply the palette component lookup table
libavformat
|
Wed, 10 Sep 2003 22:44:30 +0000 |
bellard |
removed invalid sequence end code
libavformat
|
Wed, 10 Sep 2003 22:37:33 +0000 |
bellard |
64 bit pts for writing - more const usage
libavformat
|
Wed, 10 Sep 2003 13:00:24 +0000 |
michaelni |
get_bi(), be/le fix
libavformat
|
Wed, 10 Sep 2003 10:46:50 +0000 |
michaelni |
theres no SVQ1 encoder -> it cant be default
libavformat
|
Tue, 09 Sep 2003 23:03:04 +0000 |
michaelni |
mov/mp4 muxer cleanup (mostly cosmetics/simplifications & global header fix)
libavformat
|
Tue, 09 Sep 2003 19:32:52 +0000 |
michaelni |
memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
Tue, 09 Sep 2003 19:14:05 +0000 |
michaelni |
kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)
libavformat
|
Tue, 09 Sep 2003 19:03:14 +0000 |
michaelni |
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)
libavformat
|
Mon, 08 Sep 2003 22:34:28 +0000 |
bellard |
ID3 parsing and generation in MP3 format
libavformat
|
Mon, 08 Sep 2003 22:32:30 +0000 |
bellard |
removed localtime_r.h
libavformat
|
Mon, 08 Sep 2003 22:04:29 +0000 |
bellard |
CODEC_ID_MP3LAME is obsolete
libavformat
|
Mon, 08 Sep 2003 21:59:53 +0000 |
bellard |
removed os_support.h
libavformat
|
Mon, 08 Sep 2003 21:20:55 +0000 |
bellard |
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
libavformat
|
Mon, 08 Sep 2003 20:04:44 +0000 |
bellard |
removed ctype.h header
libavformat
|
Mon, 08 Sep 2003 20:00:13 +0000 |
bellard |
fixed endianness dependancies (untested)
libavformat
|
Mon, 08 Sep 2003 04:17:40 +0000 |
tmmm |
hacks to support Xan AVI files
libavformat
|
Mon, 08 Sep 2003 04:15:27 +0000 |
tmmm |
support for Duck DK3 and DK4 ADPCM
libavformat
|
Mon, 08 Sep 2003 04:14:34 +0000 |
tmmm |
demuxer for custom Wing Commander III movie (.mve) files
libavformat
|
Sun, 07 Sep 2003 09:26:39 +0000 |
michaelni |
memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>)
libavformat
|
Sun, 07 Sep 2003 00:37:46 +0000 |
al3x |
move packetheader after startcodes
libavformat
|
Sat, 06 Sep 2003 23:17:17 +0000 |
al3x |
some fixes
libavformat
|
Sat, 06 Sep 2003 16:29:05 +0000 |
michaelni |
padding fix
libavformat
|
Sat, 06 Sep 2003 14:03:35 +0000 |
michaelni |
big/little endian fix
libavformat
|
Fri, 05 Sep 2003 18:45:32 +0000 |
al3x |
initial nut muxer and demuxer (demuxer is not fail safe)
libavformat
|
Fri, 05 Sep 2003 14:41:53 +0000 |
al3x |
bump version numbers to 0.4.8
libavformat
|
Fri, 05 Sep 2003 07:11:41 +0000 |
michaelni |
rewrite
libavformat
|
Thu, 04 Sep 2003 20:15:32 +0000 |
michaelni |
fixing copyright header (the code is from strptime.c so the copyright header should be from there too instead of strptime.h)
libavformat
|
Thu, 04 Sep 2003 10:30:52 +0000 |
michaelni |
Compile fix when no CONFIG_ENCODERS by (Glenn Maynard <g_sf at zewt dot org>)
libavformat
|
Thu, 04 Sep 2003 10:26:49 +0000 |
michaelni |
case insensitive codec_get_id()
libavformat
|
Thu, 04 Sep 2003 09:52:39 +0000 |
michaelni |
localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>)
libavformat
|
Thu, 04 Sep 2003 08:21:27 +0000 |
michaelni |
MingW patches by (Glenn Maynard <g_sf at zewt dot org>)
libavformat
|
Tue, 02 Sep 2003 04:32:02 +0000 |
tmmm |
initial commit for Id RoQ and Interplay MVE multimedia subsystems
libavformat
|
Mon, 01 Sep 2003 18:30:02 +0000 |
michaelni |
fix MPEG-TS missdetected as MPEG-PS
libavformat
|
Mon, 01 Sep 2003 15:55:38 +0000 |
tmmm |
first pass at PSX STR demuxer; does not yet interact correctly with MDEC
libavformat
|
Mon, 01 Sep 2003 13:05:21 +0000 |
michaelni |
asv2 regression test
libavformat
|
Fri, 29 Aug 2003 20:51:10 +0000 |
michaelni |
stdin patch by (Charles Yates <charles dot yates at pandora dot be>)
libavformat
|
Fri, 29 Aug 2003 20:33:57 +0000 |
michaelni |
libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime dot ssu dot ac dot kr)
libavformat
|
Fri, 29 Aug 2003 17:27:48 +0000 |
romansh |
1000l in abbrv. table
libavformat
|
Fri, 29 Aug 2003 06:58:55 +0000 |
romansh |
* making resolution abbreviations right
libavformat
|
Thu, 28 Aug 2003 19:53:47 +0000 |
romansh |
* Phase 1 for DV encoding support. Muxing/demuxing of DV streams is now
libavformat
|
Wed, 27 Aug 2003 01:26:14 +0000 |
tmmm |
naughty, forbidden variable declarations
libavformat
|
Tue, 26 Aug 2003 20:23:13 +0000 |
michaelni |
mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>)
libavformat
|
Sun, 24 Aug 2003 21:21:10 +0000 |
bellard |
accepts pgmyuv extension
libavformat
|
Sun, 24 Aug 2003 21:20:44 +0000 |
bellard |
suppressed frame number modulus hack - added loop_input hack which I find easier to understand
libavformat
|
Sun, 24 Aug 2003 13:59:05 +0000 |
bellard |
win32 compile fix
libavformat
|
Thu, 21 Aug 2003 21:04:19 +0000 |
romansh |
all human-readable output should go into stderr for now. We really
libavformat
|
Mon, 18 Aug 2003 09:20:02 +0000 |
michaelni |
use codec_tag for encoding too
libavformat
|
Tue, 12 Aug 2003 18:20:29 +0000 |
romansh |
* fixing a regression in mpeg encoder (not setting pix_fmt),
libavformat
|
Mon, 11 Aug 2003 16:16:49 +0000 |
bellard |
support for older real audio files (<= version 3)
libavformat
|
Fri, 08 Aug 2003 18:13:43 +0000 |
bellard |
no default bit rate if decoding
libavformat
|
Fri, 08 Aug 2003 18:02:23 +0000 |
bellard |
initial duration/start_time generic support - displays stream duration and average total bitrate when using an input file
libavformat
|
Fri, 08 Aug 2003 17:58:38 +0000 |
bellard |
update duration and start_time
libavformat
|
Fri, 08 Aug 2003 17:54:05 +0000 |
bellard |
exports mpegps_demux
libavformat
|
Fri, 08 Aug 2003 17:53:30 +0000 |
bellard |
update duration and start_time
libavformat
|
Fri, 08 Aug 2003 17:52:53 +0000 |
bellard |
update duration and start_time - add av_new_stream() usage
libavformat
|
Fri, 08 Aug 2003 17:52:30 +0000 |
bellard |
add av_new_stream() usage
libavformat
|
Fri, 08 Aug 2003 17:49:27 +0000 |
bellard |
added stream start time and duration API - AV_NOPTS_VALUE is no longer zero
libavformat
|
Wed, 06 Aug 2003 05:40:38 +0000 |
romansh |
patch for DV capturing by Dan Dennedy <dan at dennedy dot org>
libavformat
|
Tue, 05 Aug 2003 09:32:31 +0000 |
michaelni |
yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifal dot cx>)
libavformat
|
Thu, 24 Jul 2003 23:37:40 +0000 |
michaelni |
ATI VCR2
libavformat
|
Thu, 24 Jul 2003 13:30:27 +0000 |
mmu_man |
OSX and BeOS networking fix (socklen_t)
libavformat
|
Thu, 24 Jul 2003 12:18:46 +0000 |
michaelni |
ATI VCR1 decoder
libavformat
|
Thu, 17 Jul 2003 10:28:27 +0000 |
bellard |
support aborting in TCP
libavformat
|
Thu, 17 Jul 2003 10:27:47 +0000 |
bellard |
suppressed RTSP abort hack - added PLAY/PAUSE
libavformat
|
Thu, 17 Jul 2003 10:26:02 +0000 |
bellard |
removed warnings
libavformat
|
Thu, 17 Jul 2003 10:25:36 +0000 |
bellard |
added primitive aborting system
libavformat
|
Thu, 17 Jul 2003 10:24:28 +0000 |
bellard |
warnings are errors
libavformat
|
Wed, 16 Jul 2003 07:50:17 +0000 |
bellard |
fix fmt == NULL case
libavformat
|
Tue, 15 Jul 2003 22:15:37 +0000 |
michaelni |
Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net (Mns Rullgrd))
libavformat
|
Tue, 15 Jul 2003 19:41:40 +0000 |
bellard |
fixed NTP generation for mpeg
libavformat
|
Tue, 15 Jul 2003 16:57:35 +0000 |
bellard |
fixed RTP/TCP client support
libavformat
|
Tue, 15 Jul 2003 13:35:20 +0000 |
mmu_man |
BeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to libs needed for audio in.
libavformat
|
Tue, 15 Jul 2003 13:21:39 +0000 |
bellard |
cosmetic change in resync code - added PAT scanning code if no SDT is found (in the futur it would be interesting to give an API to change channel - also useful for DV input number or TV grab tunning
libavformat
|
Sat, 12 Jul 2003 16:55:15 +0000 |
michaelni |
10l
libavformat
|
Sat, 12 Jul 2003 07:37:05 +0000 |
romansh |
* First round of AV sync fixes.
libavformat
|
Fri, 11 Jul 2003 21:33:27 +0000 |
michaelni |
Shared library for libavformat support patch by (Tim Allen <tim at proximity dot com dot au>)
libavformat
|
Thu, 10 Jul 2003 23:18:09 +0000 |
michaelni |
Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 initialization fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavformat
|
Thu, 10 Jul 2003 09:04:04 +0000 |
michaelni |
- Looks a tiny bit harder in mpegps_probe() for a valid start code. This is
libavformat
|
Wed, 09 Jul 2003 23:10:59 +0000 |
michaelni |
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
libavformat
|
Fri, 04 Jul 2003 23:48:20 +0000 |
michaelni |
av_free_packet SEGV fix by (Arthur van Hoff (javanator))
libavformat
|
Fri, 04 Jul 2003 23:08:16 +0000 |
michaelni |
mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator))
libavformat
|
Fri, 04 Jul 2003 09:14:14 +0000 |
michaelni |
undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
libavformat
|
Sat, 28 Jun 2003 23:44:09 +0000 |
michaelni |
try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern dot org>)
libavformat
|
Wed, 25 Jun 2003 10:21:45 +0000 |
al3x |
tv standard selection support for dv1394 and grab (v4l)
libavformat
|
Fri, 20 Jun 2003 18:21:58 +0000 |
al3x |
lossless jpeg support
libavformat
|
Fri, 20 Jun 2003 17:55:24 +0000 |
al3x |
warning fixes
libavformat
|
Fri, 20 Jun 2003 15:51:24 +0000 |
al3x |
1000l
libavformat
|
Fri, 20 Jun 2003 15:30:14 +0000 |
al3x |
pal vs ntsc fix by stoyan k <stoyan@i-space.org>
libavformat
|
Wed, 18 Jun 2003 22:24:51 +0000 |
michaelni |
amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)
libavformat
|
Sun, 15 Jun 2003 17:06:28 +0000 |
mmu_man |
cleanup; BSoundRecorder moved to Experimental namespace
libavformat
|
Fri, 13 Jun 2003 14:28:45 +0000 |
bellard |
mpeg ts demux uses DVB SI info and generates correct PTS info - added prototype mpeg ts mux
libavformat
|
Fri, 13 Jun 2003 14:22:23 +0000 |
bellard |
dynamic array functions
libavformat
|
Mon, 09 Jun 2003 19:11:50 +0000 |
michaelni |
10l
libavformat
|
Sat, 07 Jun 2003 18:36:27 +0000 |
bellard |
use custom packet allocation only for DV
libavformat
|
Fri, 06 Jun 2003 11:47:49 +0000 |
kabi |
* amr format - by Johannes Carlsson
libavformat
|
Fri, 06 Jun 2003 11:46:25 +0000 |
kabi |
* missing part of the 3gp patch by Johannes Carlsson
libavformat
|
Thu, 05 Jun 2003 14:30:52 +0000 |
kabi |
* 3gp patch by Joca
libavformat
|
Tue, 03 Jun 2003 13:58:44 +0000 |
michaelni |
4xm adpcm
libavformat
|
Wed, 28 May 2003 23:50:00 +0000 |
tmmm |
get the video dispatch straight
libavformat
|
Wed, 28 May 2003 02:41:24 +0000 |
tmmm |
dispatch video as well as audio
libavformat
|
Tue, 27 May 2003 22:43:34 +0000 |
michaelni |
asv1 regression test
libavformat
|
Mon, 26 May 2003 20:53:09 +0000 |
tmmm |
allocate enough bytes
libavformat
|
Sun, 25 May 2003 23:55:47 +0000 |
michaelni |
10l
libavformat
|
Sun, 25 May 2003 23:41:25 +0000 |
michaelni |
c frame size debug stuff
libavformat
|
Sun, 25 May 2003 05:18:30 +0000 |
tmmm |
add 4xm to the family
libavformat
|
Sun, 25 May 2003 05:07:36 +0000 |
tmmm |
first pass at an experimental 4xm demuxer
libavformat
|
Sat, 24 May 2003 18:48:30 +0000 |
mellum |
Warning and compatibility fixes.
libavformat
|
Thu, 22 May 2003 14:12:22 +0000 |
michaelni |
truncated h263 decoding support / H263-ES "demuxer"
libavformat
|
Wed, 14 May 2003 11:40:16 +0000 |
michaelni |
AMR-NB audio support patch by (<joca at rixmail dot se>)
libavformat
|
Mon, 12 May 2003 17:58:52 +0000 |
kabi |
* added s263 (mapped to h263 - 3gp files)
libavformat
|
Mon, 12 May 2003 15:39:38 +0000 |
kabi |
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
libavformat
|
Mon, 12 May 2003 11:07:46 +0000 |
kabi |
* uninitialized/unused vars cleanup
libavformat
|
Mon, 12 May 2003 10:59:18 +0000 |
kabi |
* support for AAC audio (esds decoding - using extradata)
libavformat
|
Fri, 09 May 2003 22:16:14 +0000 |
michaelni |
svq3 decoder by anonymous
libavformat
|
Wed, 07 May 2003 19:01:45 +0000 |
romansh |
* introducing new public interface in imgconvert.c
libavformat
|
Mon, 05 May 2003 20:47:23 +0000 |
michaelni |
VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavformat
|
Mon, 05 May 2003 12:59:42 +0000 |
michaelni |
prefers MP3 codec (rather than MP2) for output if
libavformat
|
Mon, 05 May 2003 10:56:23 +0000 |
michaelni |
mp3 codec autodetection patch by (Andriy Rysin <arysin at bcsii dot net>)
libavformat
|
Mon, 05 May 2003 02:54:15 +0000 |
tmmm |
first pass at a new VP3 video decoder
libavformat
|
Thu, 24 Apr 2003 03:59:33 +0000 |
romansh |
* Making AVI encoding predictable (all JUNK chunks are filled with 0)
libavformat
|
Wed, 23 Apr 2003 18:38:34 +0000 |
kabi |
* keeping compiler happy and quiet
libavformat
|
Wed, 23 Apr 2003 08:58:42 +0000 |
kabi |
* simplified parameters for parse routines
libavformat
|
Wed, 23 Apr 2003 08:56:14 +0000 |
kabi |
* more strict types
libavformat
|
Wed, 23 Apr 2003 02:04:40 +0000 |
romansh |
Complete support for OpenDML AVIs and AVIs > 2Gb.
libavformat
|
Tue, 22 Apr 2003 08:36:39 +0000 |
kabi |
* fixed initialization and some memleak
libavformat
|
Tue, 22 Apr 2003 08:32:33 +0000 |
kabi |
* filling bitdepth
libavformat
|
Mon, 21 Apr 2003 21:18:51 +0000 |
bellard |
transparency support
libavformat
|
Mon, 21 Apr 2003 21:18:15 +0000 |
bellard |
replaced progressive by interleaved
libavformat
|
Mon, 21 Apr 2003 14:39:52 +0000 |
bellard |
use correct YUV format for JPEG
libavformat
|
Sun, 20 Apr 2003 14:20:32 +0000 |
bellard |
added progressive PNG support (both reading and writing)
libavformat
|
Sun, 20 Apr 2003 14:19:17 +0000 |
bellard |
added progressive image support
libavformat
|
Sat, 19 Apr 2003 16:23:03 +0000 |
bellard |
rgba32 support
libavformat
|
Sat, 19 Apr 2003 15:48:40 +0000 |
michaelni |
memleaks
libavformat
|
Sat, 19 Apr 2003 15:18:00 +0000 |
bellard |
added new netpbm pam format support (needed for alpha plane support)
libavformat
|
Fri, 18 Apr 2003 16:22:12 +0000 |
mmu_man |
Add latency check, the Media Kit shoul repport it, but this seems broken.
libavformat
|
Fri, 18 Apr 2003 14:35:15 +0000 |
mmu_man |
avoid detecting mpeg stream when other formats embed mp3 tracks.
libavformat
|
Thu, 17 Apr 2003 19:56:33 +0000 |
michaelni |
we really shouldnt use M$* as default codec -> use MPEG4 as default
libavformat
|
Tue, 15 Apr 2003 10:12:38 +0000 |
tmmm |
native Indeo3 decoder implementation
libavformat
|
Sat, 12 Apr 2003 03:04:08 +0000 |
philipjsg |
Clear out an unused field in the created AVI file. This helps make
libavformat
|
Tue, 08 Apr 2003 09:56:19 +0000 |
michaelni |
dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>)
libavformat
|
Tue, 08 Apr 2003 09:51:15 +0000 |
michaelni |
AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)
libavformat
|
Sat, 05 Apr 2003 12:20:19 +0000 |
mmu_man |
QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not tested)
libavformat
|
Fri, 04 Apr 2003 14:42:28 +0000 |
michaelni |
H264 decoder & demuxer
libavformat
|
Fri, 04 Apr 2003 13:45:45 +0000 |
michaelni |
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>)
libavformat
|
Fri, 28 Mar 2003 14:05:55 +0000 |
michaelni |
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)
libavformat
|
Thu, 27 Mar 2003 15:08:16 +0000 |
mmu_man |
the media node now won't connect itself to the default audio input with -ad wait:
libavformat
|
Thu, 27 Mar 2003 14:44:30 +0000 |
mmu_man |
experimental BeOS audio input support. (needs unreleased library)
libavformat
|
Thu, 27 Mar 2003 13:37:47 +0000 |
mmu_man |
cleanup; unused pipe() stuff removed.
libavformat
|