summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* removing unused stuffFabrice Bellard2003-02-04
* zero copy packet handling for DV1394 by Max KrasnyanskyFabrice Bellard2003-02-03
* added GIF image format (both read and write)Fabrice Bellard2003-02-03
* added primitive image GIF encoder based on animated gif encoderFabrice Bellard2003-02-03
* added automatic GIF/animated GIF probing - added GIF as an image format too -...Fabrice Bellard2003-02-03
* avoid too many false detectionsFabrice Bellard2003-02-02
* fixed copyFabrice Bellard2003-02-02
* added jpeg image encoder and decoder (new YUV handling routines and mjpeg cod...Fabrice Bellard2003-02-02
* added animated GIF decoder (pts and various disposal handling are missing)Fabrice Bellard2003-02-02
* Try this fixFabrice Bellard2003-02-02
* added basic png handlingFabrice Bellard2003-02-01
* added basic png handling - do not remake dependencies automaticallyFabrice Bellard2003-02-01
* added stripped down libpngFabrice Bellard2003-02-01
* added DVD LPCM decoding supportFabrice Bellard2003-01-31
* --disable-risky supportMichael Niedermayer2003-01-29
* * headers valid for C++ compilersZdenek Kabelac2003-01-28
* Audio support for DV1394 by Max KrasnyanskyFabrice Bellard2003-01-27
* DV audio decoder by Roman ShaposhnickFabrice Bellard2003-01-27
* audio only avi patch by (Andriy Rysin <arysin at bcsii dot net>)Andriy Rysin2003-01-27
* removed unneeded mallocsFabrice Bellard2003-01-25
* use av_strdup()Fabrice Bellard2003-01-23
* use av_malloc()Fabrice Bellard2003-01-23
* zero sized malloc patch by Roman ShaposhnickRoman Shaposhnik2003-01-23
* dv1394 channel selection by Max Krasnyansky - modified channel number to be i...Fabrice Bellard2003-01-23
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-23
* video_device fixesFabrice Bellard2003-01-23
* removed warningsFabrice Bellard2003-01-23
* dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky2003-01-22
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-22
* removed redundant 4CCFrançois Revol2003-01-17
* Fix probing for some files (ew.mov, april.mov)François Revol2003-01-17
* AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone2003-01-14
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
* jpeg detection fix - fixed imagepipe outputFabrice Bellard2003-01-11
* added still image supportFabrice Bellard2003-01-11
* added url_get_filename()Fabrice Bellard2003-01-11
* extracted yuv4mpeg from img.c (untested)Fabrice Bellard2003-01-11
* added simple still image format support to simplify image and imagepipe video...Fabrice Bellard2003-01-11
* libav -> libavformat in Makefile patch by (Thomas Jarosch <tomj at simonv dot...Thomas Jarosch2002-12-30
* huffyuv 4cc & -strictMichael Niedermayer2002-12-27
* mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech...Ryutaroh Matsumoto2002-12-20
* Fix for odd strf tag in Stargate SG-1 - 3x18 - Shades of Grey.aviFrançois Revol2002-12-20
* redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a ...François Revol2002-12-20
* mingw patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge2002-12-20
* Hey, not everyone has usleep() ! (temporary fix, we should check for this in ...François Revol2002-12-20
* * Extend the syntax of a filename for the img reader to allow looping. ThusPhilip Gladstone2002-12-11
* * Add code to allow the img reader to read files at the nominal frame rate.Philip Gladstone2002-12-11
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
* Fix a crash caused by a null coded_picture pointer in ffserver.Philip Gladstone2002-12-09
* cleanupMichael Niedermayer2002-12-04