summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add FIXME about low_delay vs has_b_frames.Carl Eugen Hoyos2009-10-03
| | | | Originally committed as revision 20161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264 allows B frames without requiring a >=1 sized buffer.Wallak2009-10-03
| | | | | | Patch by wallak, wallak free fr Originally committed as revision 20160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: shorten some long macro namesMåns Rullgård2009-10-03
| | | | Originally committed as revision 20159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: update ldm/stm instructions to modern syntaxMåns Rullgård2009-10-03
| | | | Originally committed as revision 20158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: whitespace cosmeticsMåns Rullgård2009-10-03
| | | | Originally committed as revision 20157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after channel layout commit from yesterdayRobert Swain2009-10-03
| | | | Originally committed as revision 20156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase maximum compressed frame sizeSascha Sommer2009-10-03
| | | | | | fixes playback of piece.wmv Originally committed as revision 20155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return AVERROR_INVALIDDATA when the bitstream could not be decodedSascha Sommer2009-10-03
| | | | Originally committed as revision 20154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support decoding of uncompressed PCX scanlinesPeter Ross2009-10-03
| | | | Originally committed as revision 20153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: use plain labels for pc-relative addressingMåns Rullgård2009-10-02
| | | | Originally committed as revision 20152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: remove unnecessary .fpu neon directivesMåns Rullgård2009-10-02
| | | | Originally committed as revision 20151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: use undocumented .syntax directive to enable UAL syntaxMåns Rullgård2009-10-02
| | | | Originally committed as revision 20150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini2009-10-02
| | | | | | | | | | the loglevel command line option. Make the loglevel option help message more clear, since the option argument is shown as a single token, and make the whole message better aligned with the other help messages. Originally committed as revision 20149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain2009-10-02
| | | | | | specification Originally committed as revision 20148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: apply extern symbol prefix where neededMåns Rullgård2009-10-02
| | | | Originally committed as revision 20147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: define extern symbol prefix without quotes for for asm filesMåns Rullgård2009-10-02
| | | | Originally committed as revision 20146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use -mdynamic-no-pic if PIC is enabledMåns Rullgård2009-10-02
| | | | Originally committed as revision 20145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: add -marm flag since we do not support ThumbMåns Rullgård2009-10-02
| | | | Originally committed as revision 20144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger2009-10-02
| | | | | | the file is reached normally, without any error. Originally committed as revision 20143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wav: return av_get_packet errors unchanged.Reimar Döffinger2009-10-02
| | | | Originally committed as revision 20142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seek regression test: several AVERROR(EIO) correctly changed to AVERROR_EOF.Reimar Döffinger2009-10-02
| | | | Originally committed as revision 20141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove url_feof check that would be triggered only after incorrectly producingReimar Döffinger2009-10-02
| | | | | | an empty packet and also av_get_packet already handles EOF now. Originally committed as revision 20140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless setting of pkt->size, av_get_packet already handles that.Reimar Döffinger2009-10-02
| | | | Originally committed as revision 20139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return special EOF checking for aiff and au demuxers, the check was atReimar Döffinger2009-10-02
| | | | | | | the wrong place, causing an empty packet to be read before EOF was detected and the eof detection is already now handled by av_get_packet anyway. Originally committed as revision 20138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return any error return values from av_get_packet, get_buffer etc. unchangedReimar Döffinger2009-10-02
| | | | | | | | in the raw demuxers. Also remove special handling of 0-size reads, if they are due to an error/eof, these are already converted to the appropriate error by get_buffer. Originally committed as revision 20137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make seek regression tests fit after previous get_buffer change.Reimar Döffinger2009-10-02
| | | | | | | The au and aiff demuxers would always return an empty packet before detecting EOF, this is now fixed with av_get_packet etc. returning EOF. Originally committed as revision 20136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF asReimar Döffinger2009-10-02
| | | | | | | | appropriate if it couldn't read any data at all. This should make handling of EOF and error simpler or make it work right without extra code in a few place (e.g. raw demuxer). Originally committed as revision 20135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check whether 32-bit x86 is really 64-bitDavid Conrad2009-10-01
| | | | | | Fixes configure on OS X 10.6 Originally committed as revision 20134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetics: indentationAurelien Jacobs2009-10-01
| | | | Originally committed as revision 20133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: don't overwrite extradata already read by ff_get_wav_header()Aurelien Jacobs2009-10-01
| | | | Originally committed as revision 20132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix handling of A_MS/ACM track with no extradataAurelien Jacobs2009-10-01
| | | | Originally committed as revision 20131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make rawvideo_read_packet return partial frames.Reimar Döffinger2009-10-01
| | | | | | | This is consistent with other demuxers and also fixes a memleak (memory allocated for partial frame data was leaked). Originally committed as revision 20130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify: remove pointless {} and elseReimar Döffinger2009-10-01
| | | | Originally committed as revision 20129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless setting of pkt->size, av_get_packet already handles this.Reimar Döffinger2009-10-01
| | | | Originally committed as revision 20128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* au demuxer: pass av_get_packet error on unchanged instead of converting toReimar Döffinger2009-10-01
| | | | | | AVERROR(EIO). Originally committed as revision 20127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_new_packet failing should return ENOMEM, not EIO.Reimar Döffinger2009-10-01
| | | | Originally committed as revision 20126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avcodec_open set codec_id and codec_type if they haven't been set.Reimar Döffinger2009-10-01
| | | | | | | This fixes the API breakage introduced by the check that avctx codec id and type match the opened codec and should make (almost?) all applications work again. Originally committed as revision 20125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-01
| | | | | | | | undefined shift behaviour. Document this, fix the assert and add a put_bits32 to handle writing 32 bits and use that where necessary. Originally committed as revision 20124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use MANGLE in cavsdsp, the current version using "m" constraints will notReimar Döffinger2009-10-01
| | | | | | compile on e.g. OpenBSD due to running out of registers. Originally committed as revision 20123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document -sn option.Diego Biurrun2009-10-01
| | | | Originally committed as revision 20122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indentation after last commit.Benoit Fouet2009-10-01
| | | | Originally committed as revision 20121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for TARGA images without RLE compression.Anne-Laure de Smit2009-10-01
| | | | | | Patch by Anne-Laure de Smit: gmail_address(annelaure, desmit) Originally committed as revision 20120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain the process of patch review and commit a bit.Diego Biurrun2009-10-01
| | | | Originally committed as revision 20119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix playback of strange AVI files with stray LIST.Aurelien Jacobs2009-10-01
| | | | | | | sample: http://samples.mplayerhq.hu/avi/AV36_1.AVI fix suggested by Michael Originally committed as revision 20118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrongly indented block.Diego Biurrun2009-10-01
| | | | Originally committed as revision 20117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use "!exp" instead of "exp == NULL" in if condition.Diego Biurrun2009-10-01
| | | | Originally committed as revision 20116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-10-01
| | | | Originally committed as revision 20115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not attempt to decode TIFF files containing fax data with uncompressedKostya Shishkov2009-10-01
| | | | | | mode allowed for there is no code to decode it (yet). Originally committed as revision 20114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavc MJPEG decoder is capable of decoding some extended sequentialKostya Shishkov2009-10-01
| | | | | | | | Huffman-compressed JPEG files, so make it decode those files (samples are welcome). This fixes issue 1420 Originally committed as revision 20113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make BMP decoder produce flipped picture with RLE compression.Kostya Shishkov2009-10-01
| | | | | | This fixes issue 1415 Originally committed as revision 20112 to svn://svn.ffmpeg.org/ffmpeg/trunk