summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix typo, ALT_BITSTREAM_WRITER_LE does not existBaptiste Coudurier2009-12-01
| | | | Originally committed as revision 20692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store original width/height so that rv20 does not get stuck with someMichael Niedermayer2009-12-01
| | | | | | resolution. A sample file to show a difference is at issue833 (http://airfarce.com/video/000211fh.rm) Originally committed as revision 20691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make rv1/2 decoder use the next slice if needed.Michael Niedermayer2009-12-01
| | | | | | Fixes issue782. Originally committed as revision 20690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext in av_log, better than AVCodecContext when multiple ↵Baptiste Coudurier2009-12-01
| | | | | | streams are present Originally committed as revision 20689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regression ref due to r20674, packet size changedBaptiste Coudurier2009-12-01
| | | | Originally committed as revision 20688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support ASCII pnms.Michael Niedermayer2009-12-01
| | | | | | Implements issue1452. Originally committed as revision 20687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write timestamp deltas, not timestamps, for RTMP packets with partial headerKostya Shishkov2009-12-01
| | | | Originally committed as revision 20686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Full-header RTMP packets contain real timestamp, others contain timestampKostya Shishkov2009-12-01
| | | | | | | | difference, so make all read packets store absolute timestamp. As a consequence, we don't need to track audio/video timestamps separately any longer in protocol handler. Originally committed as revision 20685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write header for RTMP packets with channel_id >= 64 correctlyKostya Shishkov2009-12-01
| | | | Originally committed as revision 20684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read and write extended timestamps for RTMP packets.Sergiy2009-12-01
| | | | | | Extracted from patch by Sergiy in thread "[PATCH] rtmp-output" Originally committed as revision 20683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 7l trocadero: reading right into enum variable may cause unwanted effects, useKostya Shishkov2009-12-01
| | | | | | intermediate buffer for reading value instead in RTMP protocol handler. Originally committed as revision 20682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support "A format generated by IndigoVision 8000 video server".Michael Niedermayer2009-12-01
| | | | Originally committed as revision 20681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pngdec.c : release allocated buffers.Jai Menon2009-12-01
| | | | Originally committed as revision 20680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slif aka "SoftLab MPEG-2 I-frames Codec" support.Michael Niedermayer2009-12-01
| | | | | | | Flipping one bit still is popular it seems as a means to create a new codec. fixes issue1469. Originally committed as revision 20679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4:2:2 4:4:4 bugfix for the error concealment code.Michael Niedermayer2009-12-01
| | | | Originally committed as revision 20678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename parameters of put_sbits() to make them consistent with those ofStefano Sabatini2009-11-30
| | | | | | put_bits(). Originally committed as revision 20677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move "slice below image" check from mpeg_decode_slice to its caller.Michael Niedermayer2009-11-30
| | | | | | Should fix issue1277. Originally committed as revision 20676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print a warning if the duration is estimated from the bitrate, as this isMichael Niedermayer2009-11-30
| | | | | | likely not accurate. Originally committed as revision 20675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode qcelp in aiff, implement #1524, patch by VitorVitor Sessak2009-11-30
| | | | Originally committed as revision 20674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check Xfixes.h header presence before enabling x11grab.Baptiste Coudurier2009-11-30
| | | | | | This fixes compilation when lib is present but not header. Originally committed as revision 20673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dummy picture allocation code from mpeg1/2 to mpegvideo.Michael Niedermayer2009-11-30
| | | | | | This fixes a infinite loop on a b frame. Originally committed as revision 20672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable error resilience for field pictures, this was never supported,Michael Niedermayer2009-11-30
| | | | | | results where more or less random but should not have crashed. Originally committed as revision 20671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set mb_y in mpeg2 field pictures like h264 does.Michael Niedermayer2009-11-30
| | | | | | This fixes -vismv & -debug 16384 with field pictures. Originally committed as revision 20670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ""MPEG motion vector out of boundary" message more verbose.Michael Niedermayer2009-11-30
| | | | Originally committed as revision 20669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an issue uncovered by commit 20623:Attila Kinali2009-11-30
| | | | | | | | | | | | | The init functions of mpc7 and mpc8 check whether the vlc has been initialized already and return early if this is the case (eg by calling init a second time). But avctx->sample_fmt and channel_layout is set after the vlc initialization, causing it not to be set on the second call of init. Move all manipulations of avctx before the initialization of the vlc, so that it is always set. Originally committed as revision 20668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Start decoding from seq/gop too, not just I frames.Michael Niedermayer2009-11-30
| | | | | | Possibly fixes issue1124. Originally committed as revision 20667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dual prime motion compensation in field pictures.Michael Niedermayer2009-11-30
| | | | | | Fixes issue1125. Originally committed as revision 20666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include alsa headers before the internal FFmpeg headers.Matthieu Castet2009-11-29
| | | | | | | | | | | This avoids symbol redefinitions problems, for example avoids the "free" symbol to be redefined before system headers actually using it are included, thus breaking compilation. In particular this change allows to build FFmpeg with salsa. Patch by matthieu castet <$surname.mat?hieu@free fr>. Originally committed as revision 20665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize common commandline options definition.Stefano Sabatini2009-11-29
| | | | Originally committed as revision 20664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use more consistent / meaningful parameter names for theStefano Sabatini2009-11-29
| | | | | | ff_copy_bits() function. Originally committed as revision 20663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency with other files: av_cold static ---> static av_coldIvo van Poorten2009-11-29
| | | | Originally committed as revision 20662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, max value for timescale is UINT16_MAXBaptiste Coudurier2009-11-29
| | | | Originally committed as revision 20661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the correct chroma values for the data[] array used inStefano Sabatini2009-11-29
| | | | | | | | | | draw_slice(). The chroma values to use are supposed to be those of the input format, not that of the output format, the latter case was causing crashes and chroma issues. Originally committed as revision 20660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a valid log context for av_log().Stefano Sabatini2009-11-29
| | | | Originally committed as revision 20659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nellymoser: use constant seed for dithering RNGMåns Rullgård2009-11-29
| | | | Originally committed as revision 20658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cook: use constant seed for dithering RNGMåns Rullgård2009-11-29
| | | | Originally committed as revision 20657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print errors instead of just ignoring contradictionary values in mpeg2 silently.Michael Niedermayer2009-11-29
| | | | Originally committed as revision 20656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document slice ordering assumption required by avfilter_draw_slice().Stefano Sabatini2009-11-29
| | | | | | | The assumption depends on the corresponding assumption done by sws_scale() and by the scale filter. Originally committed as revision 20655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Override a few values read so as to ensure that things are not inconsistent.Michael Niedermayer2009-11-29
| | | | Originally committed as revision 20654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restructure dummy frame allocation.Michael Niedermayer2009-11-29
| | | | | | | New code also allocates a dummy frame for an p field after an i field, previously that could segfault due to reading from NULL+x. Originally committed as revision 20653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless mov timescale fieldBaptiste Coudurier2009-11-29
| | | | Originally committed as revision 20652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change track timescale to unsigned int, fix warningBaptiste Coudurier2009-11-29
| | | | Originally committed as revision 20651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* track time can be 64bitBaptiste Coudurier2009-11-29
| | | | Originally committed as revision 20650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support pcm_f32/64le in movBaptiste Coudurier2009-11-29
| | | | Originally committed as revision 20649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindent after last commitBaptiste Coudurier2009-11-29
| | | | Originally committed as revision 20648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support sample rates > INT16_MAX in mov using stsd v2Baptiste Coudurier2009-11-29
| | | | Originally committed as revision 20647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure field_select is not set to nonsensical values even if unused.Michael Niedermayer2009-11-29
| | | | | | Fixed an assert failure. Originally committed as revision 20646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize "s->first_slice = 1" out.Michael Niedermayer2009-11-28
| | | | Originally committed as revision 20645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also check the location of the picture start code and picture codingMichael Niedermayer2009-11-28
| | | | | | extension a little. Originally committed as revision 20644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check order of startcodes, ignore some obviously wrong ones.Michael Niedermayer2009-11-28
| | | | | | Fixes issue487. Originally committed as revision 20643 to svn://svn.ffmpeg.org/ffmpeg/trunk