summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* movenc patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2003-11-03
| | | | Originally committed as revision 2476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avi and asf demuxer export palette in palctrlRoberto Togni2003-11-02
| | | | Originally committed as revision 2465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik2003-10-31
| | | | | | | | | | | everybody who still uses second streo track for dubbing can now export it. * void* -> DVDemuxContext* change (per Fabrice's suggestion). * -dv1394 capture now works in all modes. Originally committed as revision 2458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-30
| | | | Originally committed as revision 2451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a ↵Fabrice Bellard2003-10-29
| | | | | | specific API Originally committed as revision 2448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()Fabrice Bellard2003-10-29
| | | | Originally committed as revision 2447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake ↵Fabrice Bellard2003-10-29
| | | | | | codec MPEG2TS) Originally committed as revision 2446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0 fix by (Tim Allen <tim at proximity dot com dot au>)Michael Niedermayer2003-10-28
| | | | Originally committed as revision 2444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc ↵Panagiotis Issaris2003-10-26
| | | | | | dot ac dot be>) Originally committed as revision 2440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added XVID fourcc (ISO MPEG-4?) and AC3 fourccMike Melanson2003-10-25
| | | | Originally committed as revision 2432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVRationalMichael Niedermayer2003-10-20
| | | | | | | | | | sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs? Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bottom_field_first -> top_field_firstMichael Niedermayer2003-10-20
| | | | Originally committed as revision 2402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Using the extension m4a for audio only MPEG-4 files is increasinglyDan Christiansen2003-10-19
| | | | | | | | | common, especially since Apple iTunes treats files with the two extensions differently. Without the patch, FFmpeg won't know that m4a is for MPEG-4 files patch by (Dan Christiansen <danchr at daimi dot au dot dk>) Originally committed as revision 2398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen2003-10-18
| | | | | | | | | | | | have it passed to GCC) - Moving the usage in configure to the top of it, so you don't have to wait needlessly - Silence compiler output during configuration - Add support for configuring with IBM XLC patch by (Dan Christiansen <danchr at daimi dot au dot dk>) Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik2003-10-18
| | | | | | | | * fixing YUV4MPEG format. * fixing a bug in DV codec where coded_frame was not set. Originally committed as revision 2396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick ↵Doug Larrick2003-10-15
| | | | | | <doug at ties dot org>) Originally committed as revision 2390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2003-10-15
| | | | Originally committed as revision 2387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hook up the XA ADPCM decoderMike Melanson2003-10-15
| | | | Originally committed as revision 2386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofMichael Niedermayer2003-10-14
| | | | | | | | | | | | | | | | | | | * fixing an unitilaized field AVImageInfo::interleaved. As a matter of fact we have two problems here: first AVImageInfo::interleaved is never initialzed in img.c. The second problem is that even if we want interleaved PNGs there's a bug in png.c that prevents us from generating them. The later problem is for somebody familiar with PNG to handle. And yes, always setting AVImageInfo::interleaved to 0 isn't such a good idea, but it still beats garbage values. orginal commit by roman shaposhnik Originally committed as revision 2380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove experimental referenceMike Melanson2003-10-14
| | | | Originally committed as revision 2378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make it compatible with older make (debian stable - make 3.79.1)Alex Beregszaszi2003-10-14
| | | | Originally committed as revision 2377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init_put_bits changedAlex Beregszaszi2003-10-13
| | | | Originally committed as revision 2369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle a wider variety of VQA files, including silent filesMike Melanson2003-10-04
| | | | Originally committed as revision 2343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implemented Id Quake II CIN supportMike Melanson2003-10-03
| | | | Originally committed as revision 2339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing bug that prevented resampling the picture andRoman Shaposhnik2003-10-03
| | | | | | | | changing pix_fmt at the same time. * aspect ratio should be more reliable for DV now. Originally committed as revision 2338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed codec specific data headersAlex Beregszaszi2003-10-02
| | | | Originally committed as revision 2337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed time base and sample rate handlingAlex Beregszaszi2003-10-02
| | | | Originally committed as revision 2336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix fabrice's broken get_bi and some minor changes in draftAlex Beregszaszi2003-10-02
| | | | Originally committed as revision 2335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly demux silent files; implemented precise framerate calculationMike Melanson2003-10-02
| | | | Originally committed as revision 2330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the correct data type is offset_tMike Melanson2003-10-02
| | | | Originally committed as revision 2329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * preAlpha DV encoding support -- there's still a truckloadRoman Shaposhnik2003-10-01
| | | | | | | | | | | | | of work to do, but it least people can try it out and share ideas. Please don't hesitate to give it a spin: $ ffmpeg -i file.avi file.dv is all you need. * fix for a deallocation bug in DV muxer Originally committed as revision 2327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01
| | | | | | Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-09-30
| | | | Originally committed as revision 2322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-09-29
| | | | Originally committed as revision 2321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * The functionality is now available in dv.[ch].Roman Shaposhnik2003-09-29
| | | | Originally committed as revision 2320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-29
| | | | | | | | | | | | | | decoding. All muxing/demuxing functionality is now available in libavformat/dv.[ch]. * dv1394.c and avidec.c were hooked up with general DV demuxer. * DVAUDIO is dead! Long live pcm_s16le! * DV audio is now always recognized -- which means we can now hear all those ducks quaking in pond.dv. Originally committed as revision 2319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a very nasty problem with extra bytes appearing in TCP data streams.Philip Gladstone2003-09-29
| | | | | | | Whenever there was an EINTR/EAGAIN return, then a byte in the data stream would be duplicated!! This fix should allow ffserver to work again. Originally committed as revision 2317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ↵Dan Christiansen2003-09-28
| | | | | | dot au dot dk>) Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov/mp4/3gp muxer improvements patch by (Thomas Raivio <tjraivio at cc dot ↵Thomas Raivio2003-09-28
| | | | | | hut dot fi>) Originally committed as revision 2314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-28
| | | | Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* send the chunk preamble bytes to the respective decoders; Id RoQ demuxerMike Melanson2003-09-26
| | | | | | now works correctly Originally committed as revision 2303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-09-25
| | | | Originally committed as revision 2301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with cccFalk Hüffner2003-09-22
| | | | Originally committed as revision 2298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up 4xm demuxer; make valgrind just a little happierMike Melanson2003-09-20
| | | | Originally committed as revision 2296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iterate through the appropriate range of palette entriesMike Melanson2003-09-20
| | | | Originally committed as revision 2295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* provisions for raw PCM audioMike Melanson2003-09-18
| | | | Originally committed as revision 2291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused AMREXTRALIBSFabrice Bellard2003-09-16
| | | | Originally committed as revision 2287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate correct PTS in transport stream - use mpeg2 encoder by defaultFabrice Bellard2003-09-16
| | | | Originally committed as revision 2282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a typo ;-)Roman Shaposhnik2003-09-16
| | | | Originally committed as revision 2280 to svn://svn.ffmpeg.org/ffmpeg/trunk