2003-02-09 |
bellard |
raw ac3 auto detects parameters
libavformat
|
2003-02-09 |
bellard |
variable UDP packet size patch by Max Krasnyansky
libavformat
|
2003-02-09 |
tmmm |
hook this up to the CYUV decoder
libavformat
|
2003-02-09 |
bellard |
added 8 bit palette support for non animated GIF
libavformat
|
2003-02-09 |
bellard |
added 8 bit palette support
libavformat
|
2003-02-06 |
bellard |
DV packet copy fix by Roman Shaposhnick
libavformat
|
2003-02-06 |
mmu_man |
Fix against C integrists breaks :P (hope I didn't break anything else)
libavformat
|
2003-02-05 |
philipjsg |
Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. This
libavformat
|
2003-02-04 |
bellard |
yes, PNG can be simpler :-)
libavformat
|
2003-02-04 |
bellard |
removing unused stuff
libavformat
|
2003-02-03 |
bellard |
zero copy packet handling for DV1394 by Max Krasnyansky
libavformat
|
2003-02-03 |
bellard |
added GIF image format (both read and write)
libavformat
|
2003-02-03 |
bellard |
added primitive image GIF encoder based on animated gif encoder
libavformat
|
2003-02-03 |
bellard |
added automatic GIF/animated GIF probing - added GIF as an image format too - added interlaced gif support
libavformat
|
2003-02-02 |
bellard |
avoid too many false detections
libavformat
|
2003-02-02 |
bellard |
fixed copy
libavformat
|
2003-02-02 |
bellard |
added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further)
libavformat
|
2003-02-02 |
bellard |
added animated GIF decoder (pts and various disposal handling are missing)
libavformat
|
2003-02-02 |
bellard |
Try this fix
libavformat
|
2003-02-01 |
bellard |
added basic png handling
libavformat
|
2003-02-01 |
bellard |
added basic png handling - do not remake dependencies automatically
libavformat
|
2003-02-01 |
bellard |
added stripped down libpng
libavformat
|
2003-01-31 |
bellard |
added DVD LPCM decoding support
libavformat
|
2003-01-29 |
michaelni |
--disable-risky support
libavformat
|
2003-01-28 |
kabi |
* headers valid for C++ compilers
libavformat
|
2003-01-27 |
bellard |
Audio support for DV1394 by Max Krasnyansky
libavformat
|
2003-01-27 |
bellard |
DV audio decoder by Roman Shaposhnick
libavformat
|
2003-01-27 |
michaelni |
audio only avi patch by (Andriy Rysin <arysin at bcsii dot net>)
libavformat
|
2003-01-25 |
bellard |
removed unneeded mallocs
libavformat
|
2003-01-23 |
bellard |
use av_strdup()
libavformat
|
2003-01-23 |
bellard |
use av_malloc()
libavformat
|
2003-01-23 |
bellard |
zero sized malloc patch by Roman Shaposhnick
libavformat
|
2003-01-23 |
bellard |
dv1394 channel selection by Max Krasnyansky - modified channel number to be in base 10 by default
libavformat
|
2003-01-23 |
bellard |
grab device is in AVFormatParameter (at least better than global variable)
libavformat
|
2003-01-23 |
bellard |
video_device fixes
libavformat
|
2003-01-23 |
bellard |
removed warnings
libavformat
|
2003-01-22 |
bellard |
dv patch by Max Krasnyansky (maxk at qualcomm dot com)
libavformat
|
2003-01-22 |
bellard |
dependency handling is consistant with libavcodec
libavformat
|
2003-01-17 |
mmu_man |
removed redundant 4CC
libavformat
|
2003-01-17 |
mmu_man |
Fix probing for some files (ew.mov, april.mov)
libavformat
|
2003-01-14 |
philipjsg |
AUtomatic dependency generation. Runs on Linux (at least). Probably should
libavformat
|
2003-01-11 |
michaelni |
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
libavformat
|
2003-01-11 |
bellard |
jpeg detection fix - fixed imagepipe output
libavformat
|
2003-01-11 |
bellard |
added still image support
libavformat
|
2003-01-11 |
bellard |
added url_get_filename()
libavformat
|
2003-01-11 |
bellard |
extracted yuv4mpeg from img.c (untested)
libavformat
|
2003-01-11 |
bellard |
added simple still image format support to simplify image and imagepipe video formats
libavformat
|
2002-12-30 |
michaelni |
libav -> libavformat in Makefile patch by (Thomas Jarosch <tomj at simonv dot com>)
libavformat
|
2002-12-27 |
michaelni |
huffyuv 4cc & -strict
libavformat
|
2002-12-20 |
michaelni |
mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>)
libavformat
|
2002-12-20 |
mmu_man |
Fix for odd strf tag in Stargate SG-1 - 3x18 - Shades of Grey.avi
libavformat
|
2002-12-20 |
mmu_man |
redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a TAB :P
libavformat
|
2002-12-20 |
michaelni |
mingw patch by (Bill Eldridge <bill at rfa dot org>)
libavformat
|
2002-12-20 |
mmu_man |
Hey, not everyone has usleep() ! (temporary fix, we should check for this in configure)
libavformat
|
2002-12-11 |
philipjsg |
* Extend the syntax of a filename for the img reader to allow looping. Thus
libavformat
|
2002-12-11 |
philipjsg |
* Add code to allow the img reader to read files at the nominal frame rate.
libavformat
|
2002-12-09 |
michaelni |
AVVideoFrame -> AVFrame
libavformat
|
2002-12-09 |
philipjsg |
Fix a crash caused by a null coded_picture pointer in ffserver.
libavformat
|
2002-12-04 |
michaelni |
cleanup
libavformat
|
2002-11-30 |
philipjsg |
Added support for a realease function to eliminate the context blocks used
libavformat
|
2002-11-29 |
bellard |
fixed 'file:' in URLs
libavformat
|
2002-11-29 |
bellard |
fixed multidir compile
libavformat
|
2002-11-27 |
philipjsg |
More changes to make things compile on more platforms
libavformat
|
2002-11-25 |
bellard |
renamed libav to libavformat
libavformat
|