summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* raw h261 demuxing fixMichael Niedermayer2004-11-13
| | | | Originally committed as revision 3680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate a few bytes more for extradata so the bitstream reader if its used ↵Michael Niedermayer2004-11-13
| | | | | | by the codec for parsing extardata, doesnt read over the end Originally committed as revision 3679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to guess the codec for imag2pipe tooMichael Niedermayer2004-11-12
| | | | Originally committed as revision 3674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last packet size fixMichael Niedermayer2004-11-12
| | | | Originally committed as revision 3673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When playingKostya Shishkov2004-11-12
| | | | | | | | | | | ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/QPEG/VWbig6.avi with my decoder (should appear soon) it hadn't changed palette even there are palette change chunks in that AVI. Here is small patch to make it work (zero number of colors to change in that chunk actually means to change ALL colors). patch by (Kostya <cannonball>at<bw-team>dot<com>) Originally committed as revision 3670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move p*m from image/lavf -> image2/lavcMichael Niedermayer2004-11-11
| | | | | | | video/audio_codec_id in AVFormatParameters to override/help demuxer av_guess_codec() to guess the default codecs based upon muxer + filename Originally committed as revision 3668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer image2 over imageMichael Niedermayer2004-11-10
| | | | Originally committed as revision 3666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* porting png support from -f image to -f image2Michael Niedermayer2004-11-09
| | | | Originally committed as revision 3665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2004-11-09
| | | | Originally committed as revision 3664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>)Hans Zandbelt2004-11-09
| | | | Originally committed as revision 3663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix image stream copyMichael Niedermayer2004-11-08
| | | | Originally committed as revision 3662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cbr audio muxing fixMichael Niedermayer2004-11-06
| | | | Originally committed as revision 3661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
| | | | Originally committed as revision 3643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Miro VideoXL (VIXL) decoder, courtesy of Konstantin ShishkovMike Melanson2004-10-27
| | | | Originally committed as revision 3641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* image2pipe fixMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvr-ms video decoding supportMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at verse ↵Nathan Kurz2004-10-22
| | | | | | dot com>) Originally committed as revision 3622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-22
| | | | | | | | | Use it with -grab dc1394 * Introducing yet another packed pix_fmt in order to support some of the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3). Originally committed as revision 3621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set keyframe flag at a more central place instead of in every demuxer for ↵Michael Niedermayer2004-10-22
| | | | | | containers which only store intra only streams Originally committed as revision 3620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing demuxing of vc2_intro.aviMichael Niedermayer2004-10-19
| | | | Originally committed as revision 3610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* report keyframesAlex Beregszaszi2004-10-18
| | | | Originally committed as revision 3608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct timebaseMichael Niedermayer2004-10-18
| | | | Originally committed as revision 3607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user setable preload and max_mux_delayMichael Niedermayer2004-10-16
| | | | Originally committed as revision 3602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.)Mike Melanson2004-10-16
| | | | Originally committed as revision 3600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)Nathan Kurz2004-10-15
| | | | Originally committed as revision 3596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertion failure in case of timestamp discontinuitiesMichael Niedermayer2004-10-13
| | | | Originally committed as revision 3592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static allocation for audio packets. This will make it a little bitRoman Shaposhnik2004-10-13
| | | | | | | | faster and easier to follow. * misc. fixes for problems with seeking Originally committed as revision 3590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Creative ADPCM decoder, format 0x200, courtesy of Konstantin ShishkovMike Melanson2004-10-12
| | | | Originally committed as revision 3589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic cur_dts updateMichael Niedermayer2004-10-12
| | | | | | removing cur_dts update code from dv again, i think its not needed Originally committed as revision 3588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>)Michael Niedermayer2004-10-12
| | | | | | max_pos, buffer flush, audio and video timestamp fix by me Originally committed as revision 3586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-11
| | | | Originally committed as revision 3585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default stream timebase docs patch by (Nathan Kurz <nate at verse dot com>)Nathan Kurz2004-10-11
| | | | Originally committed as revision 3581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot ↵Wolfram Gloger2004-10-11
| | | | | | uni-muenchen dot de>) Originally committed as revision 3580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use native timebase for seekingMichael Niedermayer2004-10-10
| | | | | | direction flag for seeking Originally committed as revision 3577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write error handlingMichael Niedermayer2004-10-08
| | | | Originally committed as revision 3572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent multiple av_register_all()Michael Niedermayer2004-10-07
| | | | Originally committed as revision 3570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not randomize unknown timestampsMichael Niedermayer2004-10-07
| | | | Originally committed as revision 3568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user selectable packet_size and mux_rateMichael Niedermayer2004-10-06
| | | | Originally committed as revision 3566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>)Måns Rullgård2004-10-06
| | | | Originally committed as revision 3565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-06
| | | | Originally committed as revision 3563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul ↵Paul Curtis2004-10-03
| | | | | | Curtis <pfc at terrapin dot com>) Originally committed as revision 3557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial dts fixMichael Niedermayer2004-10-03
| | | | Originally committed as revision 3555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove wrong 33bit truncation of internal timestampsMichael Niedermayer2004-10-03
| | | | Originally committed as revision 3554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts/dts 100l fixMichael Niedermayer2004-10-03
| | | | Originally committed as revision 3553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup video buffer sizeMichael Niedermayer2004-10-03
| | | | Originally committed as revision 3552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-10-03
| | | | Originally committed as revision 3551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SCR timestamp fix try #1Michael Niedermayer2004-10-03
| | | | Originally committed as revision 3550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify put_padding_packet()Michael Niedermayer2004-10-01
| | | | Originally committed as revision 3549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move free() of AVStream priv data to av_write_trailer()Michael Niedermayer2004-10-01
| | | | Originally committed as revision 3548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 64bit and reading over the end of the array fixesMichael Niedermayer2004-10-01
| | | | Originally committed as revision 3547 to svn://svn.ffmpeg.org/ffmpeg/trunk