commit_msg
stringlengths 1
24.2k
| commit_hash
stringlengths 2
84
⌀ | project
stringlengths 2
40
| source
stringclasses 4
values | labels
int64 0
1
| repo_url
stringlengths 26
70
⌀ | commit_url
stringlengths 74
118
⌀ | commit_date
stringlengths 25
25
⌀ |
---|---|---|---|---|---|---|---|
flacdec: give a more accurate error message when validating channel
layout. differentiates between invalid values and unsupported values.
Originally committed as revision 18153 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7660dc6f4f53dfff96f7702a41e4150f472bdc6a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7660dc6f4f53dfff96f7702a41e4150f472bdc6a | 2009-03-22 21:07:43+00:00 |
flacdec: move data size check to flac_decode_frame()
Originally committed as revision 18151 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 02b26d2d5c5bfda2597f72c02358a787932abcd9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/02b26d2d5c5bfda2597f72c02358a787932abcd9 | 2009-03-22 20:19:20+00:00 |
flacdec: Warn about invalid max blocksize and limit the minimum value.
Originally committed as revision 17751 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2e78513ceee5c75248f2b765709307e339ede0b6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2e78513ceee5c75248f2b765709307e339ede0b6 | 2009-03-03 05:53:38+00:00 |
Check for Decoder_Interface_init() instead of Speech_Decode_Frame_init() when
trying to enable libamrnb support. The latter function is actually used.
patch by Martin Storsjö, martin martin st
Originally committed as revision 18526 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 29382bc1ebe40a9f081c2f71683a57b2d6758189 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/29382bc1ebe40a9f081c2f71683a57b2d6758189 | 2009-04-15 17:29:20+00:00 |
Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length
packets" thread.
Originally committed as revision 18117 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e75e603c1a5d1b56b6297d2cbc1f32e6bf7b2b15 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e75e603c1a5d1b56b6297d2cbc1f32e6bf7b2b15 | 2009-03-21 19:18:07+00:00 |
Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
Originally committed as revision 16583 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c9b3c0c740ac912c835ccb7179afc2c5da8d5d23 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c9b3c0c740ac912c835ccb7179afc2c5da8d5d23 | 2009-01-13 19:38:54+00:00 |
WORDS_BIGENDIAN must be checked with #ifdef
Originally committed as revision 16608 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 469f5f251dc3acbb4c4fd12c597d57768119af4a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/469f5f251dc3acbb4c4fd12c597d57768119af4a | 2009-01-14 23:20:43+00:00 |
Use avcodec_check_dimensions() for checking the frame size validity.
The v4l.c check is moved after the eventual automatic size detection,
so the check in that case is performed on the new set values.
Originally committed as revision 16370 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5d91e9285339acaea7daf9e76932d5237cc771df | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5d91e9285339acaea7daf9e76932d5237cc771df | 2008-12-28 14:41:19+00:00 |
Put pass_logfilename_prefix check on a single line, improve readability.
Originally committed as revision 16351 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 22730e8790a42c2873fd424d7ba66af95e0ab573 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/22730e8790a42c2873fd424d7ba66af95e0ab573 | 2008-12-26 19:28:42+00:00 |
Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format
to 0, but ffplay checks it before displaying subtitles (ffplay.c:1437).
patch by Björn Axelsson, gecko acc.umu se
Originally committed as revision 17170 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 37a43cfb3921a0b80157ea658d408bd08ab68306 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/37a43cfb3921a0b80157ea658d408bd08ab68306 | 2009-02-12 01:27:56+00:00 |
Check extradata is large enough.
Patch by Laurent Aimar fenrir \:/ via ecp fr
Originally committed as revision 16157 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ac52613c1622df9aa8c1e64b427815be8ffdb316 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ac52613c1622df9aa8c1e64b427815be8ffdb316 | 2008-12-15 23:01:54+00:00 |
Favor container packets that end after the first byte of the access
unit in fetch_timestamp(). This should make no difference for valid
streams but may help invalid ones, also its needed for future changes.
Originally committed as revision 17732 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2cc304215d53b1e4140508f10c407c29754687e9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2cc304215d53b1e4140508f10c407c29754687e9 | 2009-03-02 15:12:26+00:00 |
Integrate get_te0_golomb() calls into the code, this allows some checks
to be avoided and the function is pretty small.
3% speedup, though this is probably due to changed inlining and not directly
this change.
Originally committed as revision 16301 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 05d3fd44d7ab34b2b456c2fad9e84651575a8ae4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/05d3fd44d7ab34b2b456c2fad9e84651575a8ae4 | 2008-12-23 22:04:34+00:00 |
Invoke future RV30/40 loop filter for already decoded rows instead of
the whole frame at once.
Originally committed as revision 15949 to svn://svn.ffmpeg.org/ffmpeg/trunk
| de8cac167d52557aa0aced5c013c98f44ade98cf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/de8cac167d52557aa0aced5c013c98f44ade98cf | 2008-11-29 06:22:31+00:00 |
Remove ineffectual hack that attempts to build ppc/check_altivec.o without
AltiVec flags. The flags are set by configure and used to compile all files
anyway. Setting extra AltiVec options here just duplicates them for the files
for which they are set.
Originally committed as revision 15959 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 52ad2f390e364300cc3da22a3f18f15f59624a3d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/52ad2f390e364300cc3da22a3f18f15f59624a3d | 2008-11-30 16:57:28+00:00 |
Convert asm keyword into __asm__.
Neither the asm() nor the __asm__() keyword is not part of the C99
standard, but while GCC accepts the former in C89 syntax, it is not
accepted in C99 unless GNU extensions are turned on (with -fasm). The
latter form is accepted in any syntax as an extension (without
requiring further command-line options).
Sun Studio C99 compiler also does not accept asm() while accepting
__asm__(), albeit reporting warnings that it's not valid C99 synta.
Originally committed as revision 27778 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| 7ad6469eae0fc7bf1f2462436e900389ba6dd406 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7ad6469eae0fc7bf1f2462436e900389ba6dd406 | 2008-10-16 13:34:30+00:00 |
Zero 'idx' for each iteration of the coupling gain loop and as it is only used
within this loop, we can move its declaration there too. This fixes bitstream
desync when decoding streams containing CCEs.
Based on a patch by Alex Converse (alex converse gmail com)
Originally committed as revision 15364 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 341b28c0d274ade7902588697ec1d8bdfe449185 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/341b28c0d274ade7902588697ec1d8bdfe449185 | 2008-09-18 16:02:51+00:00 |
Check *data_size in decode_frame()
Originally committed as revision 14636 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8089c652a79092449d3e63848f9f8ed52c8e8666 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8089c652a79092449d3e63848f9f8ed52c8e8666 | 2008-08-06 03:00:15+00:00 |
Some BMP files have file size declared in the header equal to headers size
without image data, so try to correct that value before conducting checks on
declared file size.
Originally committed as revision 15924 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c5b2fe165a31f0319d55a14a92cbac2e0e0b95fc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c5b2fe165a31f0319d55a14a92cbac2e0e0b95fc | 2008-11-24 11:24:02+00:00 |
do not loop input, useless
Originally committed as revision 13369 to svn://svn.ffmpeg.org/ffmpeg/trunk
| bc908bc453af1676be3ef3dbf278a9954f8553df | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bc908bc453af1676be3ef3dbf278a9954f8553df | 2008-05-24 23:53:37+00:00 |
downgrade mov negative ctts log message to warning, patch by Art Clarke, aclarke at vlideshow dot com
Originally committed as revision 14492 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 138568e9da0e3abfc818329ab12ea3fb667639fb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/138568e9da0e3abfc818329ab12ea3fb667639fb | 2008-07-31 19:44:42+00:00 |
Add a checklist about new codecs or formats to the documentation.
Originally committed as revision 14159 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 28ce1839179b1c973529230c305f347fe3a80e05 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/28ce1839179b1c973529230c305f347fe3a80e05 | 2008-07-11 00:59:27+00:00 |
Do not read out of array bounds.
Originally committed as revision 13053 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0ec7b71de82442bb4ff6398bb2c7ec7e9f6e4f57 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0ec7b71de82442bb4ff6398bb2c7ec7e9f6e4f57 | 2008-05-04 01:07:46+00:00 |
remove useless title check
Originally committed as revision 13257 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0dac708e2d31898ebccacdb5911b5496b1616989 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0dac708e2d31898ebccacdb5911b5496b1616989 | 2008-05-23 13:03:32+00:00 |
simplify: merge loops
Originally committed as revision 12996 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5fd7a9fcdf472e957b0c2f453f13d7f33e07a4a5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5fd7a9fcdf472e957b0c2f453f13d7f33e07a4a5 | 2008-04-26 14:33:09+00:00 |
Make the ugly hack which uses an unused entry in the internal buffer
array actually use a unused one, so it does work.
Originally committed as revision 14286 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6ebc89ac484bd32bd8650a927b1132c22336659e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6ebc89ac484bd32bd8650a927b1132c22336659e | 2008-07-19 00:32:15+00:00 |
initialize filter graphs completely even if there is no list of filters
given to initially load.
Commited in SoC by Bobby Bingham on 2007-12-20 16:50:45
Originally committed as revision 12709 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 54d7fcc1207ed37356f06e3a31a4e6bdaa096958 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/54d7fcc1207ed37356f06e3a31a4e6bdaa096958 | 2008-04-04 20:07:37+00:00 |
Support invalid mpeg created by vdr
(http://www.lucke.in-berlin.de/test_streams/last_played_fine_with_r7852_001.vdr).
fixes issue434
Originally committed as revision 13014 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b22d0c04d76a5a3391051f0a7d573d8f9bdef4b3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b22d0c04d76a5a3391051f0a7d573d8f9bdef4b3 | 2008-04-29 00:12:49+00:00 |
Make multiple inclusion guard adhere to convention
Commited in SoC by Vitor Sessak on 2008-02-16 17:48:09
Originally committed as revision 12724 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 25a0d98074f35127bc01a4fac76d04d0656b39a2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/25a0d98074f35127bc01a4fac76d04d0656b39a2 | 2008-04-04 20:08:19+00:00 |
check av_new_stream return value
Originally committed as revision 11463 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e55a4dd328b01de4693bc7f1f362149eba85d123 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e55a4dd328b01de4693bc7f1f362149eba85d123 | 2008-01-08 13:55:15+00:00 |
Check for avcodec_open codec parameter == NULL and return error in that case
Originally committed as revision 11316 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9c87b8f77721bd51c87e735bac1580a99f0b8f2b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9c87b8f77721bd51c87e735bac1580a99f0b8f2b | 2007-12-25 15:36:12+00:00 |
create and use check_asm() function
Originally committed as revision 10558 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 940f335a3c3d05a3d998983f79b179838b35c948 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/940f335a3c3d05a3d998983f79b179838b35c948 | 2007-09-23 21:52:09+00:00 |
Fix intended order of operations for 4 assert() checks.
Patch by Shane, gnome42 T gmail O com
Originally committed as revision 10711 to svn://svn.ffmpeg.org/ffmpeg/trunk
| bdb273564cd88b4581f8d2276782af2bc2d81dc1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bdb273564cd88b4581f8d2276782af2bc2d81dc1 | 2007-10-11 22:18:38+00:00 |
gpl for the X11 grabber has already been checked for
Originally committed as revision 10531 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8a2b9418bc91d27ea8f173cda5a7159d49a598fb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8a2b9418bc91d27ea8f173cda5a7159d49a598fb | 2007-09-18 18:58:02+00:00 |
Add a comment that explains why this header lacks multiple inclusion guards.
Originally committed as revision 10764 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6a03549e8a25c2223c117201424899339c0e7be7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6a03549e8a25c2223c117201424899339c0e7be7 | 2007-10-17 09:34:48+00:00 |
Additional checks for strange num_val in FLV metadata
Avoids some "Unsupported audio codec (6)" message in FLVs, e.g.
Example of such problematic bitstream is 'bad_codec6.flv'
in ftp's /incoming directory.
Originally committed as revision 12510 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c04c52d3a8bb323d71436512495c8ecf58be69ee | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c04c52d3a8bb323d71436512495c8ecf58be69ee | 2008-03-20 11:02:40+00:00 |
Let the dependency checker decide about x11_grab_device_demuxer
Originally committed as revision 10542 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 06eab4bae11775c49c8db7112bf62bc49bb78ee1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/06eab4bae11775c49c8db7112bf62bc49bb78ee1 | 2007-09-21 20:01:43+00:00 |
Get rid of put_ebml_utf8(); the error checking that would have distinguished it from put_ebml_string() belongs elsewhere in lavf.
Originally committed as revision 10297 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 81efc03f5883cf17a1ad6acedfbb876163d7d06a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/81efc03f5883cf17a1ad6acedfbb876163d7d06a | 2007-09-05 00:22:43+00:00 |
muxer is not yet fully compliant so prevent people from mistakenly using it
while believing it already is
Originally committed as revision 10042 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 100d8eb8dc9ea956d350816341367425f2b981af | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/100d8eb8dc9ea956d350816341367425f2b981af | 2007-08-10 00:11:36+00:00 |
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if
config info are available out of band (fix "-{a,v}codec copy" from .mov)
Originally committed as revision 10471 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 21b37480291e827ad6af26df283f734381a9fb75 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/21b37480291e827ad6af26df283f734381a9fb75 | 2007-09-10 15:08:23+00:00 |
correct last element inited check
Originally committed as revision 9018 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 79d4c96a1a708f8da145121cee118c7bdd596344 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/79d4c96a1a708f8da145121cee118c7bdd596344 | 2007-05-13 19:14:18+00:00 |
properly check for CONFIG_RTSP_DEMUXER
Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9825d074b44fd873be325440f355eb22f2a70601 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9825d074b44fd873be325440f355eb22f2a70601 | 2007-04-26 18:11:36+00:00 |
move arch processing after command line loop
Originally committed as revision 8008 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 270739bb9001068e727e8981c3094c7eaa0085ad | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/270739bb9001068e727e8981c3094c7eaa0085ad | 2007-02-17 18:45:00+00:00 |
handle network dependency on protocols with check_deps()
Originally committed as revision 7931 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f6f69c304e0c391ed2c4d4305bff3039e6f008d3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f6f69c304e0c391ed2c4d4305bff3039e6f008d3 | 2007-02-11 16:20:45+00:00 |
Simplify checks, use that we know that cnt will not be < 0
Originally committed as revision 7787 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c0a8b87600a1c24a65898d985c11adda56fa6104 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c0a8b87600a1c24a65898d985c11adda56fa6104 | 2007-01-31 21:00:48+00:00 |
do not override rc_buffer_occupancy if set
Originally committed as revision 7641 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 079e8cb9623a17f552bc98284a22ac14fbe5c3e5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/079e8cb9623a17f552bc98284a22ac14fbe5c3e5 | 2007-01-22 10:01:14+00:00 |
Properly check for all required bktr headers.
inspired by a patch from Tatu Kilappa, trilkk iki fi
Originally committed as revision 7374 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f8aa696f9fde35ea7d5a42ef3fb65a5771fe02cc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f8aa696f9fde35ea7d5a42ef3fb65a5771fe02cc | 2006-12-24 03:53:15+00:00 |
ignore duration of the first 2 frames in the max-time break check
fixes framerate detection for framerate_misdetected.wmv
Originally committed as revision 7384 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4b96d28abcbfe6467927f7b5f2b4da073dc4c503 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4b96d28abcbfe6467927f7b5f2b4da073dc4c503 | 2006-12-29 21:41:06+00:00 |
readjust dts if negative
Originally committed as revision 7179 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6a287fd7ce5ea69f4eeadda6a049d669eb8efb46 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6a287fd7ce5ea69f4eeadda6a049d669eb8efb46 | 2006-11-28 15:34:18+00:00 |
move source_package declaration in the loop and reset it each iteration
Originally committed as revision 7180 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7f25df4cd38fe9de6dd88f806a3994be5302a823 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7f25df4cd38fe9de6dd88f806a3994be5302a823 | 2006-11-28 17:17:36+00:00 |
check for inet_aton in configure
Originally committed as revision 7049 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2e1913b193b67f974de82922ef4852bc742a5100 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2e1913b193b67f974de82922ef4852bc742a5100 | 2006-11-14 03:55:26+00:00 |
The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL.
Originally committed as revision 7582 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c9c1a8e794d84acc0e72987c4ae06f6847bc2cab | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c9c1a8e794d84acc0e72987c4ae06f6847bc2cab | 2007-01-18 17:48:21+00:00 |
AC-3 decoder, soc revision 9, Jun 14 03:52:02 2006 UTC by cloud9
initial commit
NOTE: This and all subsequent ac3dec.c revisions from the soc repository
violate the GPL. This will be fixed after all soc revisions are imported.
This file is not compiled yet, so the license compliance of any builds in
the meantime will not be affected.
Originally committed as revision 9651 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2aa2c5c4dd1160cca4430e45ab079807602b2ef1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2aa2c5c4dd1160cca4430e45ab079807602b2ef1 | 2007-07-14 15:38:39+00:00 |
prevent warning in vorbis_data.c
Originally committed as revision 6404 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e8f42cc0f522a3a8448e17bfcf08afc8fbb0f891 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e8f42cc0f522a3a8448e17bfcf08afc8fbb0f891 | 2006-10-01 13:53:08+00:00 |
negative to_pad won't provoke infinite loop
Originally committed as revision 5879 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0e15b7b0dde44130069739bfb98c29e74c72be86 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0e15b7b0dde44130069739bfb98c29e74c72be86 | 2006-08-01 10:00:12+00:00 |
remove bytestream_end checks, seems to work fine without them and the bitstream reader doesnt check for the end either
Originally committed as revision 6599 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5bbe2a5292611ee157ca8333d5c7b2d11882f53c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5bbe2a5292611ee157ca8333d5c7b2d11882f53c | 2006-10-09 12:25:24+00:00 |
check for unparsed AMR input
Originally committed as revision 5637 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2111e3f9f2fc32ebf415a82057d80e01fa263079 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2111e3f9f2fc32ebf415a82057d80e01fa263079 | 2006-07-06 12:27:43+00:00 |
Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *alloc
provides necessary alignment on this platform.
patch by Mino Taoyama and Nigel Pearson
Originally committed as revision 5821 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8b3a43cf54b4a6b81adcbac0f1c93fd2fea1afd0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8b3a43cf54b4a6b81adcbac0f1c93fd2fea1afd0 | 2006-07-24 09:45:13+00:00 |
10000l don't reuse outer loop index in inner loops
Originally committed as revision 5423 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3bbe7f5d6b8215ed2dcce0c50e93137919f3d384 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3bbe7f5d6b8215ed2dcce0c50e93137919f3d384 | 2006-05-29 19:25:46+00:00 |
simplify AVFormatParameters NULL checks
Originally committed as revision 5146 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c04c3282b4334ff64cfd69d40fea010602e830fd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c04c3282b4334ff64cfd69d40fea010602e830fd | 2006-03-11 00:22:21+00:00 |
checksum doesnt cover the forward_ptr anymore
Originally committed as revision 4579 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a26e1d4c1f7c93d24250dd9c0786241f92fcdea4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a26e1d4c1f7c93d24250dd9c0786241f92fcdea4 | 2005-09-11 08:32:25+00:00 |
flags and named constants with type checking of course for AVOption
spliting AVOption specific stuff out of avcodec.h into opt.h
Originally committed as revision 4581 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 233f6f889ea310c2213f1f678b68e424791bf843 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/233f6f889ea310c2213f1f678b68e424791bf843 | 2005-09-11 14:22:42+00:00 |
Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)
Originally committed as revision 4383 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8108551a5c4c4c9696582c73d000f94b12cd95a5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8108551a5c4c4c9696582c73d000f94b12cd95a5 | 2005-06-18 01:52:24+00:00 |
10l (negative strides)
Originally committed as revision 3887 to svn://svn.ffmpeg.org/ffmpeg/trunk
| edaf11e87a7f04cea4e5e66251db836cba8c9371 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/edaf11e87a7f04cea4e5e66251db836cba8c9371 | 2005-01-26 17:04:34+00:00 |
Fix an out of array access and some minor cleanup of the code.
All available cook samples decode correctly now.
patch by Benjamin Larsson < banan ** at ** student ** dot ** ltu ** dot ** se >
Originally committed as revision 4810 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 702200358197a0ea5ea82d1d6540c785bb04fae4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/702200358197a0ea5ea82d1d6540c785bb04fae4 | 2006-01-04 12:48:10+00:00 |
Use avcodec_check_dimensions instead of custom hack
Originally committed as revision 3836 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3048af835051b4245e51e63204fce72e7c71c8a4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3048af835051b4245e51e63204fce72e7c71c8a4 | 2005-01-15 00:07:38+00:00 |
do loop filter immediatly after each macroblock is decoded instead of after a frame is decoded
Originally committed as revision 2910 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 53c05b1eacd5f7dbfa3651b45e797adaea0a5ff8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/53c05b1eacd5f7dbfa3651b45e797adaea0a5ff8 | 2004-03-20 16:40:20+00:00 |
tinfoil patch: no array is written to in bulk before counts are
validated; do not free frames that are not allocated; removed all of the
output modes that no one uses and only PAL8 remains
Originally committed as revision 4517 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ca16618b01abfde44b4eaf92dc89b01aa1b4a91e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ca16618b01abfde44b4eaf92dc89b01aa1b4a91e | 2005-08-13 20:48:47+00:00 |
Clear out an unused field in the created AVI file. This helps make
the MD5 checksums *much* more predictable!!
Originally committed as revision 1762 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d86852d11cb1b30745c2ba72890be0779c6ad781 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d86852d11cb1b30745c2ba72890be0779c6ad781 | 2003-04-12 03:04:08+00:00 |
Add latency check, the Media Kit shoul repport it, but this seems broken.
Originally committed as revision 1789 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 143d46441662b0101e38272e19ca157262154083 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/143d46441662b0101e38272e19ca157262154083 | 2003-04-18 16:22:12+00:00 |
user specified motion estimation range limit
h263 me range fixed (was smaller then needed)
Originally committed as revision 1610 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ebbcdc9ac0ea190748a1605bda86ce84466c8b4e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ebbcdc9ac0ea190748a1605bda86ce84466c8b4e | 2003-02-27 22:56:07+00:00 |
rewrite h261 loop filter
no malloc(64) memcpy free stuff
no filter1 A->B then filter2 A->B (yes not B->A)
no incorrect rouding after the 1d filter
Originally committed as revision 3177 to svn://svn.ffmpeg.org/ffmpeg/trunk
| fdbbf2e0fc1bb91a5d735a49f39337eb172e68a7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fdbbf2e0fc1bb91a5d735a49f39337eb172e68a7 | 2004-05-30 21:21:13+00:00 |
bitexact hack for the simple mmx idct
Originally committed as revision 886 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e7fce5e9fbfee90d855fd6aba4b767525f06816a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e7fce5e9fbfee90d855fd6aba4b767525f06816a | 2002-08-31 14:17:51+00:00 |
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
the +-1 issue is limited to >2tap vertical filters, so bilinear upscale was unaffected
the new code is sometime faster sometimes slower but the difference is significant (~20%) so its optional and enabled with arnd=1
Originally committed as revision 19177 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| bca11e75fbc6b922438670733c6cb418c70433b4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bca11e75fbc6b922438670733c6cb418c70433b4 | 2006-07-24 10:36:06+00:00 |
few more error checks
Originally committed as revision 2021 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0273ceebbd01f9fd5238558e6151e0b9aa3305ab | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0273ceebbd01f9fd5238558e6151e0b9aa3305ab | 2003-07-08 22:12:17+00:00 |
MMX(2) optimized YUY2 input
avoid duplicate checks for formats by changeing them (Y8->Y800, IYUV->I420)
Originally committed as revision 4482 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
| 6ff0ad6bfd0f00a3d54705811ee91a7ce3c22cda | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6ff0ad6bfd0f00a3d54705811ee91a7ce3c22cda | 2002-02-02 18:18:58+00:00 |
checkasm: support for AVX-512 functions
| 40d4b13228bf234a2b9649674d9ed25bd020f226 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/40d4b13228bf234a2b9649674d9ed25bd020f226 | 2017-12-24 22:02:41+01:00 |
lavf/concatdec: properly init streams timestamp parameters.
pts_wrap_bits defaults to 33 (like MPEG), that causes valid
timestamps to be unwrapped and become invalid.
Inspired by a patch by Wu Zhiqiang <[email protected]>.
| e45f7bca735ff7ba965ec1e441199dc7aeb0c8fc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e45f7bca735ff7ba965ec1e441199dc7aeb0c8fc | 2017-12-31 10:33:24+01:00 |
fix MSVC compilation errors
After commit 3701d49 'error_resilience: remove avpriv_atomic usage'
we have included windows.h in much more files and we should
avoid conflicts with defines/function declarations.
Signed-off-by: Mateusz Brzostek <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 149268b47c4b0f9c584771e41d266d10cf7e3bf0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/149268b47c4b0f9c584771e41d266d10cf7e3bf0 | 2017-12-10 14:43:01+01:00 |
x86/lossless_videodsp: rename ff_add_left_pred_int16_sse4 to ff_add_left_pred_int16_unaligned_ssse3
SSSE3_FAST is the proper check for it.
Signed-off-by: James Almer <[email protected]>
| 438f884fc48b4b956fa713df2a722bd484f5646b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/438f884fc48b4b956fa713df2a722bd484f5646b | 2017-12-10 00:51:01-03:00 |
checkasm/utvideo : be more explicit to the WIDTH_PADDED define
| 9bed17cd0f02dda5e1211a7a61c24b8957a2e100 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9bed17cd0f02dda5e1211a7a61c24b8957a2e100 | 2017-12-01 21:08:07+01:00 |
checkasm : add test for huffyuvdsp add_int16
| 4a6aa6d1b274875ab88dd9d25c4e27de2f00f281 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4a6aa6d1b274875ab88dd9d25c4e27de2f00f281 | 2017-11-21 09:41:42+01:00 |
checkasm/utvideodsp: zero initialize the entire buffer
Signed-off-by: James Almer <[email protected]>
| bea8eeaa2c0c97f76bdedc02a1a01296b5bcaa28 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bea8eeaa2c0c97f76bdedc02a1a01296b5bcaa28 | 2017-11-21 11:24:38-03:00 |
libvpx: remove pre-1.4.0 checks
Reviewed-by: James Almer <[email protected]>
Signed-off-by: James Zern <[email protected]>
| e54061ae6a5e22bad5c66ef4411acc8f778a9f90 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e54061ae6a5e22bad5c66ef4411acc8f778a9f90 | 2017-11-20 16:02:44-08:00 |
avformat/mov: Check size of STSC allocation
Signed-off-by: Michael Niedermayer <[email protected]>
| a6fdd75fe6440d2f4150cb456a9078aa68b00fdb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a6fdd75fe6440d2f4150cb456a9078aa68b00fdb | 2017-11-16 23:26:36+01:00 |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
* these are untested - users/developers please check
Originally committed as revision 1197 to svn://svn.ffmpeg.org/ffmpeg/trunk
| af19f78f2fe2b969104d4419efd25fdee90a2814 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/af19f78f2fe2b969104d4419efd25fdee90a2814 | 2002-11-11 10:04:45+00:00 |
arm: Remove a redundant check in fmtconvert_init_arm.c
This was missed in e2710e790c0, where have_vfp && !have_vfpv3 were
converted into have_vfp_vm.
Signed-off-by: Martin Storsjö <[email protected]>
| b487add7ecf78efda36d49815f8f8757bd24d4cb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b487add7ecf78efda36d49815f8f8757bd24d4cb | 2017-10-24 09:07:01+03:00 |
build: Merge mach/mach_time.h and mach_absolute_time() checks
| b46900914a1f25ce8dbf49d7c53766ff1f18b60f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b46900914a1f25ce8dbf49d7c53766ff1f18b60f | 2017-10-12 20:04:16+02:00 |
avfilter/vmaf_motion: use correct header guards
Fixes fate-source
Signed-off-by: James Almer <[email protected]>
| 67057aaeb23d84144b2b371547fd46e915be238f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/67057aaeb23d84144b2b371547fd46e915be238f | 2017-09-30 15:38:09-03:00 |
avcodec/nvdec: fix copyright headers
Fixes fate-source.
Signed-off-by: James Almer <[email protected]>
| 27604549456282102eadbcb920b9a64775c683e1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/27604549456282102eadbcb920b9a64775c683e1 | 2017-11-10 21:06:58-03:00 |
build: add check_apple_framework()
This will be used in the following commits.
| b6dce64a8ea5e98ce09916a056a7ac51316c9bce | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b6dce64a8ea5e98ce09916a056a7ac51316c9bce | 2017-09-08 18:55:19+02:00 |
Ignore libavcodec/tests/mpeg12framerate, a test program
Add to libavcodec/tests/.gitignore an entry for test
program libavcodec/tests/mpeg12framerate . Other
similar test programs, e.g. jpeg2000dwt and dct, are
ignored in a similar way.
On initially checking out master, and doing "./configure"
and "make clean", "git status" reports no untracked
files. After running "make fate", "git status" reports
untracked file "libavcodec/tests/mpeg12framerate".
mpeg12framerate is a unit test program. It was apparently
introduced in commit
278c308ceae6b8d7bac1dfc24518821aae603988, on
Tue Sep 12 22:11:56 2017 +0100. It added a new function
ff_mpeg12_find_best_frame_rate() to
libavcodec/mpeg12framerate.c , and the code in
libavcodec/tests/mpeg12framerate.c to exercise that
function. This commit also added the new program to
the FATE suite, but it omitted a .gitignore entry.
Signed-off-by: Michael Niedermayer <[email protected]>
| fb791d28766bdacbb685a77c381101afc98ed58b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fb791d28766bdacbb685a77c381101afc98ed58b | 2017-11-18 11:57:57+01:00 |
avcodec/tests/dct: Add peak mean error check
based on quotes of IEEE 1180 / ISO/IEC 23002-1
Signed-off-by: Michael Niedermayer <[email protected]>
| 86cbffdc4db268bab0d798dca1e30dc46606dad0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/86cbffdc4db268bab0d798dca1e30dc46606dad0 | 2017-08-11 12:06:40+02:00 |
doc: Fix names of VAAPI encoders
They were all reversed (oops).
| e6b4fb95d76bd9794aa6ac9e64791638b6c2baa8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e6b4fb95d76bd9794aa6ac9e64791638b6c2baa8 | 2017-07-18 23:36:06+01:00 |
* code with new PAVGB for MMX only CPU splited into separate file
and being compiled in the same way as _avg.h
* PAVG_MMX macros accept also output parameter
* implemented faster put_pixels_xy2, but it has slightly smaller precission.
But there is not visible difference in the image quality - might be eventualy
easily switched back (#if 0 #endif)- please check
Originally committed as revision 624 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 91abb473fb8432226918da4fe03365ebaf688978 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/91abb473fb8432226918da4fe03365ebaf688978 | 2002-05-29 17:16:22+00:00 |
avutil/cpu: split flag checks per arch in av_cpu_max_align()
Signed-off-by: James Almer <[email protected]>
| 3b345d389be2d67017f904caa21713f53a8e8c90 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3b345d389be2d67017f904caa21713f53a8e8c90 | 2017-09-27 23:10:09-03:00 |
checkasm: add sbrdsp tests
| 7864e07f4af248d35a1e81d6d5c435f4cd2023e1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7864e07f4af248d35a1e81d6d5c435f4cd2023e1 | 2017-07-03 14:28:17+02:00 |
avcodec/utvideodec: Factor multiply out of inner loop
0.5% faster loop
Reviewed-by: Paul B Mahol <[email protected]>
Reviewed-by: Steven Liu <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 850c6db97d1f78e7607952ab8b854a93a185319e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/850c6db97d1f78e7607952ab8b854a93a185319e | 2017-06-28 14:08:21+02:00 |
configure: Simplify AltiVec/VSX check with a helper function
| e2edf1529cb35eaf043e3f8e5cba498ed06e2563 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e2edf1529cb35eaf043e3f8e5cba498ed06e2563 | 2017-06-13 12:34:35+02:00 |
configure: Do not check for the __builtin_vec_vsx_ld
Clang support for Altivec/VSX uses a different approach.
| 6a7e928555d081ff86c867867ebce74fdc4c87d6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6a7e928555d081ff86c867867ebce74fdc4c87d6 | 2017-05-29 13:40:47+02:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.