]> git.sesse.net Git - ffmpeg/history - libavformat
Looks like this one was forgotten in the INT -> int_t move
[ffmpeg] / libavformat /
2003-02-13 François RevolLooks like this one was forgotten in the INT -> int_t...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-02-09 Fabrice Bellardraw ac3 auto detects parameters
2003-02-09 Max Krasnyanskyvariable UDP packet size patch by Max Krasnyansky
2003-02-09 Mike Melansonhook this up to the CYUV decoder
2003-02-09 Fabrice Bellardadded 8 bit palette support for non animated GIF
2003-02-09 Fabrice Bellardadded 8 bit palette support
2003-02-06 Fabrice BellardDV packet copy fix by Roman Shaposhnick
2003-02-06 François RevolFix against C integrists breaks :P (hope I didn't break...
2003-02-05 Philip GladstoneFix the 'hard cpu loop' problem when capturing audio...
2003-02-04 Fabrice Bellardyes, PNG can be simpler :-)
2003-02-04 Fabrice Bellardremoving unused stuff
2003-02-03 Fabrice Bellardzero copy packet handling for DV1394 by Max Krasnyansky
2003-02-03 Fabrice Bellardadded GIF image format (both read and write)
2003-02-03 Fabrice Bellardadded primitive image GIF encoder based on animated...
2003-02-03 Fabrice Bellardadded automatic GIF/animated GIF probing - added GIF...
2003-02-02 Fabrice Bellardavoid too many false detections
2003-02-02 Fabrice Bellardfixed copy
2003-02-02 Fabrice Bellardadded jpeg image encoder and decoder (new YUV handling...
2003-02-02 Fabrice Bellardadded animated GIF decoder (pts and various disposal...
2003-02-02 Fabrice BellardTry this fix
2003-02-01 Fabrice Bellardadded basic png handling
2003-02-01 Fabrice Bellardadded basic png handling - do not remake dependencies...
2003-02-01 Fabrice Bellardadded stripped down libpng
2003-01-31 Fabrice Bellardadded DVD LPCM decoding support
2003-01-29 Michael Niedermayer--disable-risky support
2003-01-28 Zdenek Kabelac* headers valid for C++ compilers
2003-01-27 Fabrice BellardAudio support for DV1394 by Max Krasnyansky
2003-01-27 Fabrice BellardDV audio decoder by Roman Shaposhnick
2003-01-27 Andriy Rysinaudio only avi patch by (Andriy Rysin <arysin at bcsii...
2003-01-25 Fabrice Bellardremoved unneeded mallocs
2003-01-23 Fabrice Bellarduse av_strdup()
2003-01-23 Fabrice Bellarduse av_malloc()
2003-01-23 Roman Shaposhnikzero sized malloc patch by Roman Shaposhnick
2003-01-23 Fabrice Bellarddv1394 channel selection by Max Krasnyansky - modified...
2003-01-23 Fabrice Bellardgrab device is in AVFormatParameter (at least better...
2003-01-23 Fabrice Bellardvideo_device fixes
2003-01-23 Fabrice Bellardremoved warnings
2003-01-22 Max Krasnyanskydv patch by Max Krasnyansky (maxk at qualcomm dot com)
2003-01-22 Fabrice Bellarddependency handling is consistant with libavcodec
2003-01-17 François Revolremoved redundant 4CC
2003-01-17 François RevolFix probing for some files (ew.mov, april.mov)
2003-01-14 Philip GladstoneAUtomatic dependency generation. Runs on Linux (at...
2003-01-11 Slavik Gnatenkoos2 support patch by ("Slavik Gnatenko" <miracle9 at...
2003-01-11 Fabrice Bellardjpeg detection fix - fixed imagepipe output
2003-01-11 Fabrice Bellardadded still image support
2003-01-11 Fabrice Bellardadded url_get_filename()
2003-01-11 Fabrice Bellardextracted yuv4mpeg from img.c (untested)
2003-01-11 Fabrice Bellardadded simple still image format support to simplify...
2002-12-30 Thomas Jaroschlibav -> libavformat in Makefile patch by (Thomas Jaros...
2002-12-27 Michael Niedermayerhuffyuv 4cc & -strict
2002-12-20 Ryutaroh Matsumotomimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh...
2002-12-20 François RevolFix for odd strf tag in Stargate SG-1 - 3x18 - Shades...
2002-12-20 François Revolredid usleep() fix for BeOS, more consistant with the...
2002-12-20 Bill Eldridgemingw patch by (Bill Eldridge <bill at rfa dot org>)
2002-12-20 François RevolHey, not everyone has usleep() ! (temporary fix, we...
2002-12-11 Philip Gladstone* Extend the syntax of a filename for the img reader...
2002-12-11 Philip Gladstone* Add code to allow the img reader to read files at...
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-09 Philip GladstoneFix a crash caused by a null coded_picture pointer...
2002-12-04 Michael Niedermayercleanup
2002-11-30 Philip GladstoneAdded support for a realease function to eliminate...
2002-11-29 Fabrice Bellardfixed 'file:' in URLs
2002-11-29 Fabrice Bellardfixed multidir compile
2002-11-27 Philip GladstoneMore changes to make things compile on more platforms
2002-11-25 Fabrice Bellardrenamed libav to libavformat