summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Replace huge switch statement by a lookup table.Ivo van Poorten2007-04-12
| | | | | | Add newline to final report. Originally committed as revision 22982 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 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
* spellingDiego Biurrun2007-04-12
| | | | Originally committed as revision 8722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about how to enable external libraries.Diego Biurrun2007-04-12
| | | | Originally committed as revision 8721 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
* typoDiego Biurrun2007-04-12
| | | | Originally committed as revision 8719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update AMR instructions for last round of changes.Diego Biurrun2007-04-12
| | | | Originally committed as revision 8718 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
* DVR-MS probe audio formatJohn Donaghy2007-04-12
| | | | | | | | | patch by John Donaghy \ johnfdonaghy chez gmail dot com / Original thread: date: 03/13/2007 04:56 PM subject: [Ffmpeg-devel] [PATCH] DVR-MS probe audio format - was DVR-MS bug (MP2 decoding) Originally committed as revision 8715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics after last commit; remove superfluous bracesIvo van Poorten2007-04-11
| | | | Originally committed as revision 22979 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten2007-04-11
| | | | | | | | | | The lists of assignments of all rgbxtoy variants are removed from sws_rgb2rgb_init and replaced by a single list inside the template file. This way, multiple lists are generated by the preprocessor and each list gets its own initialization function. Those are called from the main sws_rgb2rgb_init function, if applicable. Originally committed as revision 22978 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 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
* Fix the poll() loop (ret == 0 means that a timeout expired, so it must beLuca Abeni2007-04-10
| | | | | | handled) Originally committed as revision 8711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the generation of RTSP reply headers (the "DEF()" macro is not usedLuca Abeni2007-04-10
| | | | | | anymore in rtspcodes.h) Originally committed as revision 8710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add D-10 PAL 40 audio essence container ulBaptiste Coudurier2007-04-10
| | | | Originally committed as revision 8709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add D-10 PAL 40 ulBaptiste Coudurier2007-04-10
| | | | Originally committed as revision 8708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-04-10
| | | | Originally committed as revision 8707 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
* add support for seeking to a keyframe instead of a random frameAurelien Jacobs2007-04-09
| | | | Originally committed as revision 8698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an intermediate variable (prepare for next patch)Aurelien Jacobs2007-04-09
| | | | Originally committed as revision 8697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for seeking in matroska filesAurelien Jacobs2007-04-09
| | | | Originally committed as revision 8696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move matroska_find_track_by_num() upper in the fileAurelien Jacobs2007-04-09
| | | | | | so that it can be used by other part of the code Originally committed as revision 8695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cluster position is relative to segment_startAurelien Jacobs2007-04-09
| | | | Originally committed as revision 8694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly set streams start_timeAurelien Jacobs2007-04-09
| | | | Originally committed as revision 8693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused context fieldAurelien Jacobs2007-04-09
| | | | Originally committed as revision 8692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove wrong and no more used packet reordering codeAurelien Jacobs2007-04-09
| | | | Originally committed as revision 8691 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
* Make some functions which aren't used outside their declaring source fileStefan Huehner2007-04-08
| | | | | | | and have no prototype in a header file static. patch by Stefan Huehner, stefan huehner org Originally committed as revision 8686 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
* file extension based probe is max/2Michael Niedermayer2007-04-08
| | | | Originally committed as revision 8679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeMichael Niedermayer2007-04-08
| | | | Originally committed as revision 8678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk