summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* memleak patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-01-08
| | | | Originally committed as revision 2678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at ↵Kevin Kuphal2004-01-06
| | | | | | sitecity dot net>) Originally committed as revision 2672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-01-04
| | | | Originally committed as revision 2666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot ...Michael Niedermayer2004-01-03
| | | | Originally committed as revision 2658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Sierra VMD file demuxerMike Melanson2004-01-02
| | | | Originally committed as revision 2653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* harcoded DTS computation for mpegFabrice Bellard2003-12-18
| | | | Originally committed as revision 2624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* primitive LPCM generatorFabrice Bellard2003-12-16
| | | | Originally committed as revision 2622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS ↵Fabrice Bellard2003-12-16
| | | | | | generation bug (stuffing is added in such rare cases) - fixed AC3 payload size generation - generate correct AC3 frame header (need spec checking) Originally committed as revision 2621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches ↵Fabrice Bellard2003-12-16
| | | | | | if start codes were between two PES packets) Originally committed as revision 2620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make av_read_frame() return buffered frames at EOFFabrice Bellard2003-12-15
| | | | Originally committed as revision 2616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv ↵Wolfgang Hesseler2003-12-14
| | | | | | at multimediaware dot com>) Originally committed as revision 2609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppress PTS in packets when not needed (slightly smaller files), fixed PTS ↵Michel Bardiaux2003-12-09
| | | | | | generation in some cases, added provision for DTS generation, slightly better SCR generation (initial patch by Michel Bardiaux) Originally committed as revision 2585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy packet without omitting the paddingFabrice Bellard2003-12-09
| | | | Originally committed as revision 2584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better get_packet_size and probeMichael Niedermayer2003-12-09
| | | | Originally committed as revision 2578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* msb pts supportAlex Beregszaszi2003-12-08
| | | | Originally committed as revision 2576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using LIBAVFORMAT_IDENTAlex Beregszaszi2003-12-08
| | | | Originally committed as revision 2575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing unused var & converting 64->32bitMichael Niedermayer2003-12-05
| | | | Originally committed as revision 2567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot ↵Glyn Kennington2003-12-05
| | | | | | compsoc dot net>) Originally committed as revision 2565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DUCK codecMike Melanson2003-12-03
| | | | Originally committed as revision 2556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* off by 1 in the paletteMike Melanson2003-12-01
| | | | Originally committed as revision 2548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)Laurent Aimar2003-11-29
| | | | Originally committed as revision 2540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Add reget_buffer() function to AVCodecContextRoberto Togni2003-11-26
| | | | | | | | | | | | - Add default reget_buffer implementation in libavcodec/utils.c - Remove AVCodecContext.cr_available, no longer needed - Remove CODEC_CAP_CR, no longer used - Add img_copy() prototype to avcodec.h (function from imgconvert.c) - Rename img_copy() to jpeg_img_copy() in libavformat/jpeg.c to avoid conflict - Updated msrle, msvideo1, rpza, smc to use reget_buffer Originally committed as revision 2531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>)Michael Niedermayer2003-11-24
| | | | Originally committed as revision 2528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed memory leakFabrice Bellard2003-11-20
| | | | Originally committed as revision 2525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more resilience in reading ffm files. In particular, don't assumePhilip Gladstone2003-11-19
| | | | | | | that the write pointer is correct. This can happen in certain failure modes. Originally committed as revision 2524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set frame rate information, for good measureMike Melanson2003-11-16
| | | | Originally committed as revision 2521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the proper file framerate (specified by a float); account the ptsMike Melanson2003-11-15
| | | | | | for video and audio tracks separately Originally committed as revision 2520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yep, FLI supportMike Melanson2003-11-14
| | | | Originally committed as revision 2519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * *FILE needs <stdio.h>Zdenek Kabelac2003-11-13
| | | | Originally committed as revision 2515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))Måns Rullgård2003-11-12
| | | | Originally committed as revision 2511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* frame rate should be completely disabled in asf (closer now) - disabled seekFabrice Bellard2003-11-10
| | | | Originally committed as revision 2503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial seek supportFabrice Bellard2003-11-10
| | | | Originally committed as revision 2502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek supportFabrice Bellard2003-11-10
| | | | Originally committed as revision 2501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking support - fixed some ADPCM decoding casesFabrice Bellard2003-11-10
| | | | Originally committed as revision 2500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed double freeFabrice Bellard2003-11-10
| | | | Originally committed as revision 2499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added parsingFabrice Bellard2003-11-10
| | | | Originally committed as revision 2498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek support for PCM formatsFabrice Bellard2003-11-10
| | | | Originally committed as revision 2497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use parsersFabrice Bellard2003-11-10
| | | | Originally committed as revision 2496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial seek support - more generic play/pause supportFabrice Bellard2003-11-10
| | | | Originally committed as revision 2495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial av_read_frame() and av_seek_frame() supportFabrice Bellard2003-11-10
| | | | Originally committed as revision 2494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added palette support to the QT demuxer; registered SMC video decoderMike Melanson2003-11-10
| | | | | | with QT system Originally committed as revision 2489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8BPS decoderRoberto Togni2003-11-07
| | | | Originally committed as revision 2486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-04
| | | | | | systems out there. Originally committed as revision 2480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing borderline spywareMichael Niedermayer2003-11-04
| | | | Originally committed as revision 2478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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