summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Remove unused vars, patch by Ramiro Polla.Ramiro Polla2007-04-18
| | | | | | ramiro ta lisha tod ufsc tod br Originally committed as revision 8753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused vars, patch by Ramiro Polla.Ramiro Polla2007-04-18
| | | | | | ramiro ta lisha tod ufsc tod br Originally committed as revision 8752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics, patch by Ramiro Polla.Ramiro Polla2007-04-18
| | | | | | ramiro ta lisha tod ufsc tod br Originally committed as revision 8751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pullback should be performed on scaled motion vectors in B-framesKostya Shishkov2007-04-18
| | | | Originally committed as revision 8750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the build instructions from the doxygen comments, they are duplicatedDiego Biurrun2007-04-18
| | | | | | from the user level documentation and already partially outdated. Originally committed as revision 8749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen comment wording/spellingDiego Biurrun2007-04-18
| | | | Originally committed as revision 8748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Atrac3 decoder.Benjamin Larsson2007-04-17
| | | | Originally committed as revision 8747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-15
| | | | Originally committed as revision 8739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mjpeg.movMichael Niedermayer2007-04-15
| | | | Originally committed as revision 8738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of angels_480-mjpegcompress.aviMichael Niedermayer2007-04-14
| | | | Originally committed as revision 8737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of odd_height.movMichael Niedermayer2007-04-14
| | | | | | | this isnt the most beautifull solution but at least it works independant of the random height in mov and it doesnt add any secholes Originally committed as revision 8736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct another possible buffer overflow where interlaced wouldMichael Niedermayer2007-04-14
| | | | | | | get stuck to 1 but then width/height would change and interlaced wouldnt be reset ... Originally committed as revision 8735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix tiff regression test (bitexact flag was ignoredwhich caused theMichael Niedermayer2007-04-14
| | | | | | LAVC version to be in the file and thus breaking with the last change of that) Originally committed as revision 8734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove MpegEncContext, patch by baptisteBaptiste Coudurier2007-04-14
| | | | | | approved by me already but apparently forgotten Originally committed as revision 8733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update preprocessor directive comments to take recent changes to this fileDiego Biurrun2007-04-14
| | | | | | into account. Originally committed as revision 8731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation.Diego Biurrun2007-04-13
| | | | Originally committed as revision 8726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
| | | | | | | | | patch by Joakim \ elupus chez ecce dot se / original thread: date: 03/19/2007 01:47 AM subject: [Ffmpeg-devel] [RFC] Improvement for the odd timestamp generation when parser is in use. Originally committed as revision 8725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* As usual Real actually took something existing and rebranded it.Benjamin Larsson2007-04-12
| | | | | | Cook looks very much like G.722.1. Originally committed as revision 8723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add complete instructions for the brave people wishing to fiddle with theDiego Biurrun2007-04-12
| | | | | | reference encoder/decoder source. Originally committed as revision 8720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace hackish support for amr-nb and amr-wb. Instead of including the sourceStanislav Brabec2007-04-12
| | | | | | | of the reference implementation it is possible to use proper libraries now. patch by Stanislav Brabec, sbrabec suse cz, changes and bug fixes by me Originally committed as revision 8717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update download URL with a link to a working version.Diego Biurrun2007-04-12
| | | | Originally committed as revision 8716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a check before find_frame_end callLimin Wang2007-04-11
| | | | | | | | | Patch by Limin Wang % lance P lmwang A gmail P com % Original thread: date: 04/09/2007 03:54 PM subject: [Ffmpeg-devel] [PATCH] fix segment fault in h264_parse if buf_size is zero Originally committed as revision 8714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Per reference swf/flv adpcm encoder.Benjamin Larsson2007-04-11
| | | | Originally committed as revision 8713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2007-04-11
| | | | Originally committed as revision 8712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato2007-04-10
| | | | Originally committed as revision 8706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics after last commitIvo van Poorten2007-04-10
| | | | Originally committed as revision 8705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for grayscale images with arbitrary maxvals.Ivo van Poorten2007-04-10
| | | | | | | | The image data is rescaled to the nearest pix_fmt it will fit in (gray8 or gray16). Conversion is done inside the codec in order to avoid the need for 14 (or 65534) new pix_fmt's. Originally committed as revision 8704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an underflow/overflow that was causing some crackles when playingMarco Gerards2007-04-10
| | | | | | | certain THP files. patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set C predictor to zero if unavailable (should fix B-frame border artifacts)Kostya Shishkov2007-04-10
| | | | Originally committed as revision 8702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* superflouos ()Michael Niedermayer2007-04-09
| | | | Originally committed as revision 8701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove code_prefix variable, no speed changeMichael Niedermayer2007-04-09
| | | | Originally committed as revision 8700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-09
| | | | Originally committed as revision 8699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When dst_length == 0 bit_length has to be 0, too, but the current code stillReinhard Nissl2007-04-09
| | | | | | | | | calls decode_rbsp_trailing() and therefore bit_length might get negative. Although the remaining code is able to handle a negative bit_length, avoid the calculation at all by setting bit_length to 0 for dst_length == 0. patch by Reinhard Nissl, rnissl gmx de Originally committed as revision 8690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a NAL unit's trailing zero bytes even when dst_length is 1.Reinhard Nissl2007-04-09
| | | | | | | | | | | | | | | | | | | Consider the following byte sequence 00 00 01 0a 00 00 00 01 09 ... ^ ^ A B decode_nal() determines dst_length to be 1 (i. e. the byte between label A and B above). However, this byte is a trailing zero byte as the spec says the the current NAL unit is terminated by a byte sequence 00 00 00. The current code used a loop to decrement dst_length accordingly. But the loop doesn't start as the loop condition checks for dst_length > 1, which should read dst_length > 0. patch by Reinhard Nissl, rnissl gmx de Originally committed as revision 8689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* scenario: A properly coded frame is followed by an end of sequence NAL unit,Reinhard Nissl2007-04-09
| | | | | | | | | | i.e. the four bytes 00 00 01 0a. When decode_nal() decodes the end of sequence NAL unit, it returns with dst_length == 0. The original code leads to a return -1 which discards the current properly decoded frame. patch by Reinhard Nissl, rnissl gmx de Originally committed as revision 8688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile in Theora-specific functions if the Theora decoder has beenDiego Biurrun2007-04-08
| | | | | | enabled. Also fixes some "defined but not used" warnings in that case. Originally committed as revision 8685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move one code block to save an #ifdef in the next commit.Diego Biurrun2007-04-08
| | | | Originally committed as revision 8684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove #if 0 code.Diego Biurrun2007-04-08
| | | | Originally committed as revision 8683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when Theora decoder is disabled, but VP3 is enabled.Diego Biurrun2007-04-08
| | | | Originally committed as revision 8682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-04-08
| | | | Originally committed as revision 8681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation fixMarco Gerards2007-04-08
| | | | | | patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize & 0x0FMichael Niedermayer2007-04-08
| | | | Originally committed as revision 8675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove c93_ prefix from static functions in c93.cMichael Niedermayer2007-04-08
| | | | Originally committed as revision 8674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* align verticallyMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorter variable namesMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* general purpose var should be intMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant commentsMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless debuging av_log()Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indention cleanupMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8665 to svn://svn.ffmpeg.org/ffmpeg/trunk