2004-03-24 |
romansh |
* turns out raw DV files can have .dif extension
libavformat
|
2004-03-23 |
romansh |
* enabling seek in raw DV files
libavformat
|
2004-03-20 |
michael |
support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)
libavformat
|
2004-03-18 |
michael |
adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>)
libavformat
|
2004-03-15 |
michael |
decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)
libavformat
|
2004-03-14 |
michael |
tcp select() check and enables pressing 'q' when reading/(writing) from
libavformat
|
2004-03-14 |
melanson |
minor VMD system update; still not perfect, but should not crash either
libavformat
|
2004-03-14 |
melanson |
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
libavformat
|
2004-03-14 |
michael |
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)
libavformat
|
2004-03-13 |
michael |
fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
libavformat
|
2004-03-13 |
michael |
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
libavformat
|
2004-03-13 |
melanson |
added SGI image format, encoding and decoding, courtesy of Todd Kirby
libavformat
|
2004-03-12 |
michael |
big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
libavformat
|
2004-03-11 |
michael |
matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
libavformat
|
2004-03-10 |
michael |
Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <brian dot becker at palmone dot com>)
libavformat
|
2004-03-10 |
michael |
guess framerate
libavformat
|
2004-03-09 |
michael |
10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf)
libavformat
|
2004-03-09 |
michael |
flv fixes
libavformat
|
2004-03-08 |
michael |
channel count & samplerate fix
libavformat
|
2004-03-06 |
michael |
forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
libavformat
|
2004-03-05 |
michael |
asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
libavformat
|
2004-03-05 |
michael |
split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
libavformat
|
2004-03-03 |
michael |
av_log() cleanup
libavformat
|
2004-03-03 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
2004-02-25 |
michael |
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
libavformat
|
2004-02-22 |
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
libavformat
|
2004-02-20 |
michael |
avsync patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
2004-02-19 |
michael |
improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>)
libavformat
|
2004-02-14 |
michael |
AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
2004-02-14 |
michael |
avio patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
2004-02-11 |
romansh |
* turns out write_packet is supposed to return 0 on success, not
libavformat
|
2004-02-07 |
romansh |
* Initial implementation of the G.726 ADPCM audio codec.
libavformat
|
2004-02-07 |
michael |
100l
libavformat
|
2004-02-07 |
michael |
no limits!, warning is enough
libavformat
|
2004-02-06 |
michael |
- made --extra-cflags option work on darwin
libavformat
|
2004-02-05 |
melanson |
initial commit for Quicktime Animation (RLE) video decoder; bit depths
libavformat
|
2004-02-01 |
michael |
Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>)
libavformat
|
2004-01-17 |
michael |
CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)
libavformat
|
2004-01-17 |
michael |
seeking stuff
libavformat
|
2004-01-17 |
michael |
store searched distance in index, so we dont waste time searching for keyframes where we already searched
libavformat
|
2004-01-14 |
michael |
header parser fix
libavformat
|
2004-01-14 |
michael |
replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least decode the video without segfaulting
libavformat
|
2004-01-14 |
michael |
use packet number instead of byte number internally for seeking
libavformat
|
2004-01-14 |
michael |
unused
libavformat
|
2004-01-14 |
michael |
seeking fixes
libavformat
|
2004-01-14 |
michael |
memleak fix
libavformat
|
2004-01-14 |
michael |
seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>)
libavformat
|
2004-01-13 |
michael |
caching of timestamps for mpeg-ps so seeking is faster
libavformat
|
2004-01-12 |
rtognimp |
MSZH and ZLIB decoder support
libavformat
|
2004-01-10 |
michael |
audio pts fix
libavformat
|
2004-01-10 |
michael |
fixing some seek failure issues
libavformat
|
2004-01-08 |
michael |
memleak patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
2004-01-06 |
michael |
ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>)
libavformat
|
2004-01-04 |
michael |
10l
libavformat
|
2004-01-03 |
michael |
forgot ...
libavformat
|
2004-01-02 |
melanson |
initial commit for Sierra VMD file demuxer
libavformat
|
2003-12-18 |
bellard |
harcoded DTS computation for mpeg
libavformat
|
2003-12-16 |
bellard |
primitive LPCM generator
libavformat
|
2003-12-16 |
bellard |
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)
libavformat
|
2003-12-16 |
bellard |
fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets)
libavformat
|
2003-12-15 |
bellard |
make av_read_frame() return buffered frames at EOF
libavformat
|
2003-12-14 |
michael |
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavformat
|
2003-12-09 |
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
|
2003-12-09 |
bellard |
copy packet without omitting the padding
libavformat
|
2003-12-09 |
michael |
better get_packet_size and probe
libavformat
|
2003-12-08 |
alex |
msb pts support
libavformat
|
2003-12-08 |
alex |
using LIBAVFORMAT_IDENT
libavformat
|
2003-12-05 |
michael |
removing unused var & converting 64->32bit
libavformat
|
2003-12-05 |
michael |
SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot compsoc dot net>)
libavformat
|
2003-12-03 |
melanson |
DUCK codec
libavformat
|
2003-12-01 |
melanson |
off by 1 in the palette
libavformat
|
2003-11-29 |
michael |
H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavformat
|
2003-11-26 |
rtognimp |
- Add reget_buffer() function to AVCodecContext
libavformat
|
2003-11-24 |
michael |
Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>)
libavformat
|
2003-11-20 |
bellard |
fixed memory leak
libavformat
|
2003-11-19 |
philipjsg |
Add more resilience in reading ffm files. In particular, don't assume
libavformat
|
2003-11-16 |
melanson |
set frame rate information, for good measure
libavformat
|
2003-11-15 |
melanson |
use the proper file framerate (specified by a float); account the pts
libavformat
|
2003-11-14 |
melanson |
yep, FLI support
libavformat
|
2003-11-13 |
kabi |
* *FILE needs <stdio.h>
libavformat
|
2003-11-12 |
michael |
support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))
libavformat
|
2003-11-10 |
bellard |
frame rate should be completely disabled in asf (closer now) - disabled seek
libavformat
|
2003-11-10 |
bellard |
initial seek support
libavformat
|
2003-11-10 |
bellard |
seek support
libavformat
|
2003-11-10 |
bellard |
seeking support - fixed some ADPCM decoding cases
libavformat
|
2003-11-10 |
bellard |
fixed double free
libavformat
|
2003-11-10 |
bellard |
added parsing
libavformat
|
2003-11-10 |
bellard |
seek support for PCM formats
libavformat
|
2003-11-10 |
bellard |
use parsers
libavformat
|
2003-11-10 |
bellard |
initial seek support - more generic play/pause support
libavformat
|
2003-11-10 |
bellard |
initial av_read_frame() and av_seek_frame() support
libavformat
|
2003-11-10 |
melanson |
added palette support to the QT demuxer; registered SMC video decoder
libavformat
|
2003-11-07 |
rtognimp |
8BPS decoder
libavformat
|
2003-11-04 |
romansh |
* fixes for broken builds on Solaris, OS2 and all bingendian
libavformat
|
2003-11-04 |
michael |
removing borderline spyware
libavformat
|
2003-11-03 |
michael |
movenc patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
2003-11-02 |
rtognimp |
Make avi and asf demuxer export palette in palctrl
libavformat
|
2003-10-31 |
romansh |
* DV demuxer is now capable of decoding auxilary audio stream. So,
libavformat
|
2003-10-30 |
melanson |
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
libavformat
|
2003-10-29 |
bellard |
added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API
libavformat
|
2003-10-29 |
bellard |
make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()
libavformat
|
2003-10-29 |
bellard |
mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake codec MPEG2TS)
libavformat
|
2003-10-28 |
michael |
1/0 fix by (Tim Allen <tim at proximity dot com dot au>)
libavformat
|
2003-10-26 |
michael |
GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>)
libavformat
|
2003-10-25 |
melanson |
added XVID fourcc (ISO MPEG-4?) and AC3 fourcc
libavformat
|
2003-10-20 |
michael |
AVRational
libavformat
|
2003-10-20 |
michael |
bottom_field_first -> top_field_first
libavformat
|
2003-10-19 |
michael |
Using the extension m4a for audio only MPEG-4 files is increasingly
libavformat
|
2003-10-18 |
michael |
- Moving -Wall from the individual Makefiles to configure (and only
libavformat
|
2003-10-18 |
romansh |
* providing MPEG codecs with a generic fields in AVFrame to use.
libavformat
|
2003-10-15 |
michael |
Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <doug at ties dot org>)
libavformat
|
2003-10-15 |
alex |
10l
libavformat
|
2003-10-15 |
melanson |
hook up the XA ADPCM decoder
libavformat
|
2003-10-14 |
michael |
recommit of
libavformat
|
2003-10-14 |
melanson |
remove experimental reference
libavformat
|
2003-10-14 |
alex |
make it compatible with older make (debian stable - make 3.79.1)
libavformat
|
2003-10-14 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavformat
|
2003-10-13 |
alex |
init_put_bits changed
libavformat
|
2003-10-04 |
tmmm |
handle a wider variety of VQA files, including silent files
libavformat
|
2003-10-03 |
tmmm |
implemented Id Quake II CIN support
libavformat
|
2003-10-03 |
romansh |
* fixing bug that prevented resampling the picture and
libavformat
|
2003-10-02 |
al3x |
fixed codec specific data headers
libavformat
|
2003-10-02 |
al3x |
fixed time base and sample rate handling
libavformat
|
2003-10-02 |
al3x |
fix fabrice's broken get_bi and some minor changes in draft
libavformat
|
2003-10-02 |
tmmm |
properly demux silent files; implemented precise framerate calculation
libavformat
|
2003-10-02 |
tmmm |
the correct data type is offset_t
libavformat
|
2003-10-01 |
romansh |
* preAlpha DV encoding support -- there's still a truckload
libavformat
|
2003-10-01 |
tmmm |
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &
libavformat
|