summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* DUCK codecMike Melanson2003-12-031-0/+1
* off by 1 in the paletteMike Melanson2003-12-011-1/+1
* H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)Laurent Aimar2003-11-291-0/+2
* - Add reget_buffer() function to AVCodecContextRoberto Togni2003-11-261-2/+2
* Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>)Michael Niedermayer2003-11-241-1/+1
* fixed memory leakFabrice Bellard2003-11-201-4/+2
* Add more resilience in reading ffm files. In particular, don't assumePhilip Gladstone2003-11-191-0/+66
* set frame rate information, for good measureMike Melanson2003-11-161-3/+6
* use the proper file framerate (specified by a float); account the ptsMike Melanson2003-11-151-24/+53
* yep, FLI supportMike Melanson2003-11-144-1/+233
* * *FILE needs <stdio.h>Zdenek Kabelac2003-11-131-1/+1
* support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))Måns Rullgård2003-11-123-14/+66
* frame rate should be completely disabled in asf (closer now) - disabled seekFabrice Bellard2003-11-101-3/+16
* initial seek supportFabrice Bellard2003-11-102-26/+294
* seek supportFabrice Bellard2003-11-102-37/+424
* seeking support - fixed some ADPCM decoding casesFabrice Bellard2003-11-101-3/+33
* fixed double freeFabrice Bellard2003-11-101-2/+0
* added parsingFabrice Bellard2003-11-101-1/+2
* seek support for PCM formatsFabrice Bellard2003-11-102-16/+58
* use parsersFabrice Bellard2003-11-101-1/+13
* initial seek support - more generic play/pause supportFabrice Bellard2003-11-102-37/+93
* initial av_read_frame() and av_seek_frame() supportFabrice Bellard2003-11-102-209/+793
* added palette support to the QT demuxer; registered SMC video decoderMike Melanson2003-11-102-0/+383
* 8BPS decoderRoberto Togni2003-11-071-0/+1
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-042-4/+4
* removing borderline spywareMichael Niedermayer2003-11-041-4/+1
* movenc patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2003-11-031-171/+215
* Make avi and asf demuxer export palette in palctrlRoberto Togni2003-11-022-0/+33
* * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik2003-10-314-76/+117
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-303-20/+31
* added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a spe...Fabrice Bellard2003-10-293-274/+350
* make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()Fabrice Bellard2003-10-293-79/+112
* mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake cod...Fabrice Bellard2003-10-292-77/+302
* 1/0 fix by (Tim Allen <tim at proximity dot com dot au>)Michael Niedermayer2003-10-281-0/+4
* GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot...Panagiotis Issaris2003-10-262-5/+5
* added XVID fourcc (ISO MPEG-4?) and AC3 fourccMike Melanson2003-10-251-0/+2
* AVRationalMichael Niedermayer2003-10-202-18/+9
* bottom_field_first -> top_field_firstMichael Niedermayer2003-10-201-1/+1
* Using the extension m4a for audio only MPEG-4 files is increasinglyDan Christiansen2003-10-192-4/+4
* - Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen2003-10-181-1/+1
* * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik2003-10-181-72/+62
* Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <do...Doug Larrick2003-10-151-1/+7
* 10lAlex Beregszaszi2003-10-151-2/+9
* hook up the XA ADPCM decoderMike Melanson2003-10-151-51/+77
* recommit ofMichael Niedermayer2003-10-141-0/+1
* remove experimental referenceMike Melanson2003-10-141-1/+0
* make it compatible with older make (debian stable - make 3.79.1)Alex Beregszaszi2003-10-141-1/+7
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-1418-1/+145
* init_put_bits changedAlex Beregszaszi2003-10-133-6/+6
* handle a wider variety of VQA files, including silent filesMike Melanson2003-10-041-23/+60
OpenPOWER on IntegriCloud