aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* merging fourcc with codec_tagMichael Niedermayer2003-03-082-3/+2
* reversing not yet reversed changes from r1.7 -> r1.8 except the static/const ...Michael Niedermayer2003-03-081-22/+27
* Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky2003-03-071-19/+0
* * compile PNG only when ZLIB is availableZdenek Kabelac2003-02-273-0/+6
* move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)Michael Niedermayer2003-02-261-1/+1
* prettier debug outputFrançois Revol2003-02-251-0/+22
* ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2003-02-251-1/+4
* avoid false URL protocol detection when using ':' in filenamesFabrice Bellard2003-02-211-0/+5
* Looks like this one was forgotten in the INT -> int_t moveFrançois Revol2003-02-131-2/+2
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-1135-295/+295
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-109-25/+22
* raw ac3 auto detects parametersFabrice Bellard2003-02-091-2/+17
* variable UDP packet size patch by Max KrasnyanskyMax Krasnyansky2003-02-091-1/+5
* hook this up to the CYUV decoderMike Melanson2003-02-091-0/+2
* added 8 bit palette support for non animated GIFFabrice Bellard2003-02-092-42/+74
* added 8 bit palette supportFabrice Bellard2003-02-091-4/+83
* DV packet copy fix by Roman ShaposhnickFabrice Bellard2003-02-061-6/+12
* Fix against C integrists breaks :P (hope I didn't break anything else)François Revol2003-02-061-5/+6
* Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. ThisPhilip Gladstone2003-02-051-0/+12
* yes, PNG can be simpler :-)Fabrice Bellard2003-02-042-156/+402
* removing unused stuffFabrice Bellard2003-02-047-12655/+0
* zero copy packet handling for DV1394 by Max KrasnyanskyFabrice Bellard2003-02-033-59/+79
* added GIF image format (both read and write)Fabrice Bellard2003-02-032-0/+2
* added primitive image GIF encoder based on animated gif encoderFabrice Bellard2003-02-031-85/+121
* added automatic GIF/animated GIF probing - added GIF as an image format too -...Fabrice Bellard2003-02-031-63/+189
* avoid too many false detectionsFabrice Bellard2003-02-022-31/+37
* fixed copyFabrice Bellard2003-02-021-3/+3
* added jpeg image encoder and decoder (new YUV handling routines and mjpeg cod...Fabrice Bellard2003-02-025-221/+270
* added animated GIF decoder (pts and various disposal handling are missing)Fabrice Bellard2003-02-022-0/+468
* Try this fixFabrice Bellard2003-02-021-1/+2
* added basic png handlingFabrice Bellard2003-02-013-0/+242
* added basic png handling - do not remake dependencies automaticallyFabrice Bellard2003-02-011-3/+3
* added stripped down libpngFabrice Bellard2003-02-017-0/+12655
* added DVD LPCM decoding supportFabrice Bellard2003-01-311-0/+20
* --disable-risky supportMichael Niedermayer2003-01-292-1/+8
* * headers valid for C++ compilersZdenek Kabelac2003-01-281-0/+8
* Audio support for DV1394 by Max KrasnyanskyFabrice Bellard2003-01-271-25/+52
* DV audio decoder by Roman ShaposhnickFabrice Bellard2003-01-271-23/+29
* audio only avi patch by (Andriy Rysin <arysin at bcsii dot net>)Andriy Rysin2003-01-271-0/+12
* removed unneeded mallocsFabrice Bellard2003-01-251-13/+4
* use av_strdup()Fabrice Bellard2003-01-231-1/+1
* use av_malloc()Fabrice Bellard2003-01-231-1/+2
* zero sized malloc patch by Roman ShaposhnickRoman Shaposhnik2003-01-231-9/+16
* dv1394 channel selection by Max Krasnyansky - modified channel number to be i...Fabrice Bellard2003-01-231-1/+5
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-236-16/+17
* video_device fixesFabrice Bellard2003-01-233-3/+7
* removed warningsFabrice Bellard2003-01-232-2/+3
* dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky2003-01-225-5/+615
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-221-9/+13
* removed redundant 4CCFrançois Revol2003-01-171-1/+0