Wed, 12 Mar 2003 18:57:33 +0000 |
kabi |
* moved os_support.h into libavcodec
libavformat
|
Wed, 12 Mar 2003 18:45:50 +0000 |
michaelni |
sorry forgot
libavformat
|
Wed, 12 Mar 2003 17:14:28 +0000 |
mmu_man |
Cleaner support for usleep()
libavformat
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavformat
|
Wed, 12 Mar 2003 01:35:47 +0000 |
michaelni |
correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)
libavformat
|
Tue, 11 Mar 2003 12:09:13 +0000 |
michaelni |
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
libavformat
|
Tue, 11 Mar 2003 02:03:40 +0000 |
michaelni |
fixing parsing of opendml avis
libavformat
|
Sun, 09 Mar 2003 16:07:19 +0000 |
al3x |
simplified
libavformat
|
Sat, 08 Mar 2003 23:39:53 +0000 |
michaelni |
10l
libavformat
|
Sat, 08 Mar 2003 14:29:12 +0000 |
michaelni |
fixing frame_rate accuracy
libavformat
|
Sat, 08 Mar 2003 11:54:34 +0000 |
michaelni |
forgot ....
libavformat
|
Sat, 08 Mar 2003 11:50:26 +0000 |
michaelni |
wmv2 & huffyuv regression test
libavformat
|
Sat, 08 Mar 2003 11:21:33 +0000 |
michaelni |
huffyuv encoding fixed
libavformat
|
Sat, 08 Mar 2003 10:57:44 +0000 |
michaelni |
read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed)
libavformat
|
Sat, 08 Mar 2003 01:40:52 +0000 |
michaelni |
merging fourcc with codec_tag
libavformat
|
Sat, 08 Mar 2003 00:44:52 +0000 |
michaelni |
reversing not yet reversed changes from r1.7 -> r1.8 except the static/const stuff
libavformat
|
Fri, 07 Mar 2003 12:37:49 +0000 |
michaelni |
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)
libavformat
|
Thu, 27 Feb 2003 17:32:56 +0000 |
kabi |
* compile PNG only when ZLIB is available
libavformat
|
Wed, 26 Feb 2003 17:26:20 +0000 |
michaelni |
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)
libavformat
|
Tue, 25 Feb 2003 13:12:41 +0000 |
mmu_man |
prettier debug output
libavformat
|
Tue, 25 Feb 2003 09:36:53 +0000 |
michaelni |
ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>)
libavformat
|
Fri, 21 Feb 2003 11:08:08 +0000 |
bellard |
avoid false URL protocol detection when using ':' in filenames
libavformat
|
Thu, 13 Feb 2003 00:28:36 +0000 |
mmu_man |
Looks like this one was forgotten in the INT -> int_t move
libavformat
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavformat
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavformat
|
Sun, 09 Feb 2003 18:07:16 +0000 |
bellard |
raw ac3 auto detects parameters
libavformat
|
Sun, 09 Feb 2003 18:06:23 +0000 |
bellard |
variable UDP packet size patch by Max Krasnyansky
libavformat
|
Sun, 09 Feb 2003 17:03:32 +0000 |
tmmm |
hook this up to the CYUV decoder
libavformat
|
Sun, 09 Feb 2003 16:25:21 +0000 |
bellard |
added 8 bit palette support for non animated GIF
libavformat
|
Sun, 09 Feb 2003 16:22:06 +0000 |
bellard |
added 8 bit palette support
libavformat
|
Thu, 06 Feb 2003 22:34:55 +0000 |
bellard |
DV packet copy fix by Roman Shaposhnick
libavformat
|
Thu, 06 Feb 2003 15:09:39 +0000 |
mmu_man |
Fix against C integrists breaks :P (hope I didn't break anything else)
libavformat
|
Wed, 05 Feb 2003 01:59:52 +0000 |
philipjsg |
Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. This
libavformat
|
Tue, 04 Feb 2003 23:44:26 +0000 |
bellard |
yes, PNG can be simpler :-)
libavformat
|
Tue, 04 Feb 2003 23:43:14 +0000 |
bellard |
removing unused stuff
libavformat
|
Mon, 03 Feb 2003 22:58:29 +0000 |
bellard |
zero copy packet handling for DV1394 by Max Krasnyansky
libavformat
|
Mon, 03 Feb 2003 22:53:10 +0000 |
bellard |
added GIF image format (both read and write)
libavformat
|
Mon, 03 Feb 2003 22:52:38 +0000 |
bellard |
added primitive image GIF encoder based on animated gif encoder
libavformat
|
Mon, 03 Feb 2003 22:51:48 +0000 |
bellard |
added automatic GIF/animated GIF probing - added GIF as an image format too - added interlaced gif support
libavformat
|
Sun, 02 Feb 2003 20:04:03 +0000 |
bellard |
avoid too many false detections
libavformat
|
Sun, 02 Feb 2003 19:51:40 +0000 |
bellard |
fixed copy
libavformat
|
Sun, 02 Feb 2003 19:18:09 +0000 |
bellard |
added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further)
libavformat
|
Sun, 02 Feb 2003 19:16:51 +0000 |
bellard |
added animated GIF decoder (pts and various disposal handling are missing)
libavformat
|
Sun, 02 Feb 2003 15:54:11 +0000 |
bellard |
Try this fix
libavformat
|
Sat, 01 Feb 2003 20:53:57 +0000 |
bellard |
added basic png handling
libavformat
|
Sat, 01 Feb 2003 20:53:07 +0000 |
bellard |
added basic png handling - do not remake dependencies automatically
libavformat
|
Sat, 01 Feb 2003 20:51:52 +0000 |
bellard |
added stripped down libpng
libavformat
|
Fri, 31 Jan 2003 17:04:46 +0000 |
bellard |
added DVD LPCM decoding support
libavformat
|
Wed, 29 Jan 2003 12:00:11 +0000 |
michaelni |
--disable-risky support
libavformat
|
Tue, 28 Jan 2003 20:20:38 +0000 |
kabi |
* headers valid for C++ compilers
libavformat
|
Mon, 27 Jan 2003 22:59:42 +0000 |
bellard |
Audio support for DV1394 by Max Krasnyansky
libavformat
|
Mon, 27 Jan 2003 09:21:30 +0000 |
bellard |
DV audio decoder by Roman Shaposhnick
libavformat
|
Mon, 27 Jan 2003 02:18:41 +0000 |
michaelni |
audio only avi patch by (Andriy Rysin <arysin at bcsii dot net>)
libavformat
|
Sat, 25 Jan 2003 13:05:39 +0000 |
bellard |
removed unneeded mallocs
libavformat
|
Thu, 23 Jan 2003 23:34:29 +0000 |
bellard |
use av_strdup()
libavformat
|
Thu, 23 Jan 2003 22:57:56 +0000 |
bellard |
use av_malloc()
libavformat
|
Thu, 23 Jan 2003 22:00:57 +0000 |
bellard |
zero sized malloc patch by Roman Shaposhnick
libavformat
|
Thu, 23 Jan 2003 18:44:26 +0000 |
bellard |
dv1394 channel selection by Max Krasnyansky - modified channel number to be in base 10 by default
libavformat
|
Thu, 23 Jan 2003 10:33:16 +0000 |
bellard |
grab device is in AVFormatParameter (at least better than global variable)
libavformat
|
Thu, 23 Jan 2003 09:55:19 +0000 |
bellard |
video_device fixes
libavformat
|
Thu, 23 Jan 2003 09:52:30 +0000 |
bellard |
removed warnings
libavformat
|
Wed, 22 Jan 2003 22:40:52 +0000 |
bellard |
dv patch by Max Krasnyansky (maxk at qualcomm dot com)
libavformat
|
Wed, 22 Jan 2003 09:53:25 +0000 |
bellard |
dependency handling is consistant with libavcodec
libavformat
|
Fri, 17 Jan 2003 09:22:52 +0000 |
mmu_man |
removed redundant 4CC
libavformat
|
Fri, 17 Jan 2003 08:29:37 +0000 |
mmu_man |
Fix probing for some files (ew.mov, april.mov)
libavformat
|
Tue, 14 Jan 2003 15:30:42 +0000 |
philipjsg |
AUtomatic dependency generation. Runs on Linux (at least). Probably should
libavformat
|
Sat, 11 Jan 2003 20:34:38 +0000 |
michaelni |
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
libavformat
|
Sat, 11 Jan 2003 05:33:35 +0000 |
bellard |
jpeg detection fix - fixed imagepipe output
libavformat
|
Sat, 11 Jan 2003 05:02:14 +0000 |
bellard |
added still image support
libavformat
|
Sat, 11 Jan 2003 04:59:17 +0000 |
bellard |
added url_get_filename()
libavformat
|
Sat, 11 Jan 2003 04:58:36 +0000 |
bellard |
extracted yuv4mpeg from img.c (untested)
libavformat
|
Sat, 11 Jan 2003 04:56:29 +0000 |
bellard |
added simple still image format support to simplify image and imagepipe video formats
libavformat
|
Mon, 30 Dec 2002 01:07:47 +0000 |
michaelni |
libav -> libavformat in Makefile patch by (Thomas Jarosch <tomj at simonv dot com>)
libavformat
|
Fri, 27 Dec 2002 11:42:52 +0000 |
michaelni |
huffyuv 4cc & -strict
libavformat
|
Fri, 20 Dec 2002 23:10:58 +0000 |
michaelni |
mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>)
libavformat
|
Fri, 20 Dec 2002 21:05:59 +0000 |
mmu_man |
Fix for odd strf tag in Stargate SG-1 - 3x18 - Shades of Grey.avi
libavformat
|
Fri, 20 Dec 2002 21:04:08 +0000 |
mmu_man |
redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a TAB :P
libavformat
|
Fri, 20 Dec 2002 19:25:10 +0000 |
michaelni |
mingw patch by (Bill Eldridge <bill at rfa dot org>)
libavformat
|
Fri, 20 Dec 2002 00:25:24 +0000 |
mmu_man |
Hey, not everyone has usleep() ! (temporary fix, we should check for this in configure)
libavformat
|
Wed, 11 Dec 2002 03:20:05 +0000 |
philipjsg |
* Extend the syntax of a filename for the img reader to allow looping. Thus
libavformat
|
Wed, 11 Dec 2002 03:18:47 +0000 |
philipjsg |
* Add code to allow the img reader to read files at the nominal frame rate.
libavformat
|
Mon, 09 Dec 2002 12:03:43 +0000 |
michaelni |
AVVideoFrame -> AVFrame
libavformat
|
Mon, 09 Dec 2002 02:53:55 +0000 |
philipjsg |
Fix a crash caused by a null coded_picture pointer in ffserver.
libavformat
|
Wed, 04 Dec 2002 10:04:03 +0000 |
michaelni |
cleanup
libavformat
|
Sat, 30 Nov 2002 17:16:32 +0000 |
philipjsg |
Added support for a realease function to eliminate the context blocks used
libavformat
|
Fri, 29 Nov 2002 19:19:47 +0000 |
bellard |
fixed 'file:' in URLs
libavformat
|
Fri, 29 Nov 2002 14:56:03 +0000 |
bellard |
fixed multidir compile
libavformat
|
Wed, 27 Nov 2002 02:45:14 +0000 |
philipjsg |
More changes to make things compile on more platforms
libavformat
|
Mon, 25 Nov 2002 19:07:40 +0000 |
bellard |
renamed libav to libavformat
libavformat
|