summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* AAC support in mov, correct aspect ratio support and user data support patch ↵Gildas Bazin2004-02-14
| | | | | | | | by (Gildas Bazin <gbazin at altern dot org>) and regression test checksum update for it by me Originally committed as revision 2787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avio patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-02-14
| | | | Originally committed as revision 2783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * turns out write_packet is supposed to return 0 on success, notRoman Shaposhnik2004-02-11
| | | | | | how many bytes were written. Originally committed as revision 2770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-07
| | | | Originally committed as revision 2759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2004-02-07
| | | | Originally committed as revision 2758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no limits!, warning is enoughMichael Niedermayer2004-02-07
| | | | Originally committed as revision 2757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - made --extra-cflags option work on darwinTinic Uro2004-02-06
| | | | | | | | | | | | | - allow INTER4V macroblocks for FLV1 codec - fixed issue in flv file format saving 8 mp3 frames per packet instead of 1 - fixed crasher in flv file format involving mp3 buffer handling - added FLV1 codec support for swf file format (FlashPlayer6 or above required) and made it default - fixed broken mp3 support in swf file format patch by (Tinic Uro <turo at macromedia dot com>) cleanup by me Originally committed as revision 2756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-05
| | | | | | | 32, 24, and 16 are working; 8bpp is partially working; 4, 2, and 1 bpp are not supported yet Originally committed as revision 2748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>)Michael Niedermayer2004-02-01
| | | | Originally committed as revision 2740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)Michael Niedermayer2004-01-17
| | | | Originally committed as revision 2711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking stuffMichael Niedermayer2004-01-17
| | | | | | | adaptively change middle position selection algo for seeking, this avoids some ugly worstcases of the interpolated variant avoid backward search for mpeg where possible, its 17 times slower then forward according to my benchmark Originally committed as revision 2710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store searched distance in index, so we dont waste time searching for ↵Michael Niedermayer2004-01-17
| | | | | | | | keyframes where we already searched asf seek fixes & use keyframe pos/timestamp cache Originally committed as revision 2709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* header parser fixMichael Niedermayer2004-01-14
| | | | Originally committed as revision 2707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least ↵Michael Niedermayer2004-01-14
| | | | | | decode the video without segfaulting Originally committed as revision 2706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use packet number instead of byte number internally for seekingMichael Niedermayer2004-01-14
| | | | Originally committed as revision 2704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2004-01-14
| | | | Originally committed as revision 2703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking fixesMichael Niedermayer2004-01-14
| | | | | | | | | memleaks infinite loops uninitalized variables with some luck u can seek now a few times before it dies Originally committed as revision 2702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak fixMichael Niedermayer2004-01-14
| | | | | | | multiple stream seeking (yes i know seeking is still broken) related cleanup Originally committed as revision 2701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at ↵Kevin Kuphal2004-01-14
| | | | | | sitecity dot net>) Originally committed as revision 2700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* caching of timestamps for mpeg-ps so seeking is fasterMichael Niedermayer2004-01-13
| | | | | | | | | move (av_)find_stream_index() to utils.c as its usefull outside mpeg.c assert checking enabled, to find bugs quicker, should obviously be disabled later (av_)add_index_entry() inserts new entries so that the list stays ordered and updates entries if already in it (av_)index_search_timestamp() cleanup (kill ugly goto) and shorter Originally committed as revision 2697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSZH and ZLIB decoder supportRoberto Togni2004-01-12
| | | | | | Experimental ZLIB encoder (not working yet) Originally committed as revision 2693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio pts fixMichael Niedermayer2004-01-10
| | | | Originally committed as revision 2689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing some seek failure issuesMichael Niedermayer2004-01-10
| | | | Originally committed as revision 2688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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