| Commit message (Expand) | Author | Age | Files | Lines |
* | merging fourcc with codec_tag | Michael Niedermayer | 2003-03-08 | 2 | -3/+2 |
* | reversing not yet reversed changes from r1.7 -> r1.8 except the static/const ... | Michael Niedermayer | 2003-03-08 | 1 | -22/+27 |
* | Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) | Max Krasnyansky | 2003-03-07 | 1 | -19/+0 |
* | * compile PNG only when ZLIB is available | Zdenek Kabelac | 2003-02-27 | 3 | -0/+6 |
* | move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) | Michael Niedermayer | 2003-02-26 | 1 | -1/+1 |
* | prettier debug output | François Revol | 2003-02-25 | 1 | -0/+22 |
* | ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>) | Mark Hills | 2003-02-25 | 1 | -1/+4 |
* | avoid false URL protocol detection when using ':' in filenames | Fabrice Bellard | 2003-02-21 | 1 | -0/+5 |
* | Looks like this one was forgotten in the INT -> int_t move | François Revol | 2003-02-13 | 1 | -2/+2 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 35 | -295/+295 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 9 | -25/+22 |
* | raw ac3 auto detects parameters | Fabrice Bellard | 2003-02-09 | 1 | -2/+17 |
* | variable UDP packet size patch by Max Krasnyansky | Max Krasnyansky | 2003-02-09 | 1 | -1/+5 |
* | hook this up to the CYUV decoder | Mike Melanson | 2003-02-09 | 1 | -0/+2 |
* | added 8 bit palette support for non animated GIF | Fabrice Bellard | 2003-02-09 | 2 | -42/+74 |
* | added 8 bit palette support | Fabrice Bellard | 2003-02-09 | 1 | -4/+83 |
* | DV packet copy fix by Roman Shaposhnick | Fabrice Bellard | 2003-02-06 | 1 | -6/+12 |
* | Fix against C integrists breaks :P (hope I didn't break anything else) | François Revol | 2003-02-06 | 1 | -5/+6 |
* | Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. This | Philip Gladstone | 2003-02-05 | 1 | -0/+12 |
* | yes, PNG can be simpler :-) | Fabrice Bellard | 2003-02-04 | 2 | -156/+402 |
* | removing unused stuff | Fabrice Bellard | 2003-02-04 | 7 | -12655/+0 |
* | zero copy packet handling for DV1394 by Max Krasnyansky | Fabrice Bellard | 2003-02-03 | 3 | -59/+79 |
* | added GIF image format (both read and write) | Fabrice Bellard | 2003-02-03 | 2 | -0/+2 |
* | added primitive image GIF encoder based on animated gif encoder | Fabrice Bellard | 2003-02-03 | 1 | -85/+121 |
* | added automatic GIF/animated GIF probing - added GIF as an image format too -... | Fabrice Bellard | 2003-02-03 | 1 | -63/+189 |
* | avoid too many false detections | Fabrice Bellard | 2003-02-02 | 2 | -31/+37 |
* | fixed copy | Fabrice Bellard | 2003-02-02 | 1 | -3/+3 |
* | added jpeg image encoder and decoder (new YUV handling routines and mjpeg cod... | Fabrice Bellard | 2003-02-02 | 5 | -221/+270 |
* | added animated GIF decoder (pts and various disposal handling are missing) | Fabrice Bellard | 2003-02-02 | 2 | -0/+468 |
* | Try this fix | Fabrice Bellard | 2003-02-02 | 1 | -1/+2 |
* | added basic png handling | Fabrice Bellard | 2003-02-01 | 3 | -0/+242 |
* | added basic png handling - do not remake dependencies automatically | Fabrice Bellard | 2003-02-01 | 1 | -3/+3 |
* | added stripped down libpng | Fabrice Bellard | 2003-02-01 | 7 | -0/+12655 |
* | added DVD LPCM decoding support | Fabrice Bellard | 2003-01-31 | 1 | -0/+20 |
* | --disable-risky support | Michael Niedermayer | 2003-01-29 | 2 | -1/+8 |
* | * headers valid for C++ compilers | Zdenek Kabelac | 2003-01-28 | 1 | -0/+8 |
* | Audio support for DV1394 by Max Krasnyansky | Fabrice Bellard | 2003-01-27 | 1 | -25/+52 |
* | DV audio decoder by Roman Shaposhnick | Fabrice Bellard | 2003-01-27 | 1 | -23/+29 |
* | audio only avi patch by (Andriy Rysin <arysin at bcsii dot net>) | Andriy Rysin | 2003-01-27 | 1 | -0/+12 |
* | removed unneeded mallocs | Fabrice Bellard | 2003-01-25 | 1 | -13/+4 |
* | use av_strdup() | Fabrice Bellard | 2003-01-23 | 1 | -1/+1 |
* | use av_malloc() | Fabrice Bellard | 2003-01-23 | 1 | -1/+2 |
* | zero sized malloc patch by Roman Shaposhnick | Roman Shaposhnik | 2003-01-23 | 1 | -9/+16 |
* | dv1394 channel selection by Max Krasnyansky - modified channel number to be i... | Fabrice Bellard | 2003-01-23 | 1 | -1/+5 |
* | grab device is in AVFormatParameter (at least better than global variable) | Fabrice Bellard | 2003-01-23 | 6 | -16/+17 |
* | video_device fixes | Fabrice Bellard | 2003-01-23 | 3 | -3/+7 |
* | removed warnings | Fabrice Bellard | 2003-01-23 | 2 | -2/+3 |
* | dv patch by Max Krasnyansky (maxk at qualcomm dot com) | Max Krasnyansky | 2003-01-22 | 5 | -5/+615 |
* | dependency handling is consistant with libavcodec | Fabrice Bellard | 2003-01-22 | 1 | -9/+13 |
* | removed redundant 4CC | François Revol | 2003-01-17 | 1 | -1/+0 |